Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions modules/instance_template/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
automatic_restart:
name: automatic_restart
title: Automatic Restart
level: 1
can_ip_forward:
name: can_ip_forward
title: Can Ip Forward
Expand All @@ -73,9 +74,11 @@ spec:
disk_size_gb:
name: disk_size_gb
title: Disk Size Gb
level: 1
disk_type:
name: disk_type
title: Disk Type
level: 1
enable_confidential_vm:
name: enable_confidential_vm
title: Enable Confidential Vm
Expand Down Expand Up @@ -111,6 +114,11 @@ spec:
min_cpu_platform:
name: min_cpu_platform
title: Min Cpu Platform
enumValueLabels:
- label: Intel Haswell
value: Intel Haswell
- label: Intel Skylake
value: Intel Skylake
name_prefix:
name: name_prefix
title: Name Prefix
Expand All @@ -120,6 +128,7 @@ spec:
network:
name: network
title: Network
level: 1
altDefaults:
- type: ALTERNATE_TYPE_DC
value: default
Expand Down Expand Up @@ -155,6 +164,7 @@ spec:
source_image:
name: source_image
title: Source Image
level: 1
source_image_family:
name: source_image_family
title: Source Image Family
Expand All @@ -177,6 +187,7 @@ spec:
subnetwork:
name: subnetwork
title: Subnetwork
level: 1
subnetwork_project:
name: subnetwork_project
title: Subnetwork Project
Expand All @@ -186,6 +197,7 @@ spec:
threads_per_core:
name: threads_per_core
title: Threads Per Core
level: 1
total_egress_bandwidth_tier:
name: total_egress_bandwidth_tier
title: Total Egress Bandwidth Tier
10 changes: 10 additions & 0 deletions modules/mig/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ spec:
autoscaling_mode:
name: autoscaling_mode
title: Autoscaling Mode
level: 1
enumValueLabels:
- label: ON
value: ON
- label: ONLY_SCALE_OUT
value: ONLY_SCALE_OUT
- label: OFF
value: OFF
autoscaling_scale_in_control:
name: autoscaling_scale_in_control
title: Autoscaling Scale In Control
Expand Down Expand Up @@ -77,6 +85,7 @@ spec:
max_replicas:
name: max_replicas
title: Max Replicas
level: 1
mig_name:
name: mig_name
title: Mig Name
Expand All @@ -89,6 +98,7 @@ spec:
min_replicas:
name: min_replicas
title: Min Replicas
level: 1
named_ports:
name: named_ports
title: Named Ports
Expand Down
Loading