Skip to content

Commit df3e187

Browse files
feat(gkeonprem): update the api
#### gkeonprem:v1 The following keys were added: - schemas.VmwareAdminCluster.properties.preparedSecrets.readOnly (Total Keys: 1)
1 parent 7be996d commit df3e187

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/dyn/gkeonprem_v1.projects.locations.vmwareAdminClusters.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h3>Method Details</h3>
332332
&quot;errorMessage&quot;: &quot;A String&quot;, # Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
333333
},
334334
},
335-
&quot;preparedSecrets&quot;: { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # The VMware admin cluster prepared secrets configuration.
335+
&quot;preparedSecrets&quot;: { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # Output only. The VMware admin cluster prepared secrets configuration. It should always be enabled by the Central API, instead of letting users set it.
336336
&quot;enabled&quot;: True or False, # Whether prepared secrets is enabled.
337337
},
338338
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware admin cluster.
@@ -581,7 +581,7 @@ <h3>Method Details</h3>
581581
&quot;errorMessage&quot;: &quot;A String&quot;, # Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
582582
},
583583
},
584-
&quot;preparedSecrets&quot;: { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # The VMware admin cluster prepared secrets configuration.
584+
&quot;preparedSecrets&quot;: { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # Output only. The VMware admin cluster prepared secrets configuration. It should always be enabled by the Central API, instead of letting users set it.
585585
&quot;enabled&quot;: True or False, # Whether prepared secrets is enabled.
586586
},
587587
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware admin cluster.
@@ -793,7 +793,7 @@ <h3>Method Details</h3>
793793
&quot;errorMessage&quot;: &quot;A String&quot;, # Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
794794
},
795795
},
796-
&quot;preparedSecrets&quot;: { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # The VMware admin cluster prepared secrets configuration.
796+
&quot;preparedSecrets&quot;: { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # Output only. The VMware admin cluster prepared secrets configuration. It should always be enabled by the Central API, instead of letting users set it.
797797
&quot;enabled&quot;: True or False, # Whether prepared secrets is enabled.
798798
},
799799
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware admin cluster.

googleapiclient/discovery_cache/documents/gkeonprem.v1.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@
29962996
}
29972997
}
29982998
},
2999-
"revision": "20231004",
2999+
"revision": "20231011",
30003000
"rootUrl": "https://gkeonprem.googleapis.com/",
30013001
"schemas": {
30023002
"Authorization": {
@@ -5505,7 +5505,8 @@
55055505
},
55065506
"preparedSecrets": {
55075507
"$ref": "VmwareAdminPreparedSecretsConfig",
5508-
"description": "The VMware admin cluster prepared secrets configuration."
5508+
"description": "Output only. The VMware admin cluster prepared secrets configuration. It should always be enabled by the Central API, instead of letting users set it.",
5509+
"readOnly": true
55095510
},
55105511
"reconciling": {
55115512
"description": "Output only. If set, there are currently changes in flight to the VMware admin cluster.",

0 commit comments

Comments
 (0)