Skip to content

Commit

Permalink
default from api for some fields
Browse files Browse the repository at this point in the history
  • Loading branch information
naitianliu-google committed Dec 16, 2024
1 parent 003cc6a commit fb85894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmv1/products/gkeonprem/VmwareAdminCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ properties:
name: "description"
description: |
A human readable description of this VMware admin cluster.
default_from_api: true
- type: String
name: "onPremVersion"
description: |
Expand All @@ -92,10 +93,12 @@ properties:
name: "imageType"
description: |
The OS image type for the VMware admin cluster.
default_from_api: true
- type: String
name: "bootstrapClusterMembership"
description: |
The bootstrap cluster this VMware admin cluster belongs to.
default_from_api: true
- type: KeyValueAnnotations
name: "annotations"
description: |
Expand Down Expand Up @@ -279,6 +282,7 @@ properties:
name: "addonNode"
description: |
The VMware admin cluster addon node configuration.
default_from_api: true
properties:
- type: NestedObject
name: "autoResizeConfig"
Expand Down

0 comments on commit fb85894

Please sign in to comment.