You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/gkeonprem_v1.projects.locations.vmwareAdminClusters.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,7 @@ <h3>Method Details</h3>
332
332
"errorMessage": "A String", # 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.
333
333
},
334
334
},
335
-
"preparedSecrets": { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # The VMware admin cluster prepared secrets configuration.
335
+
"preparedSecrets": { # 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.
336
336
"enabled": True or False, # Whether prepared secrets is enabled.
337
337
},
338
338
"reconciling": 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>
581
581
"errorMessage": "A String", # 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.
582
582
},
583
583
},
584
-
"preparedSecrets": { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # The VMware admin cluster prepared secrets configuration.
584
+
"preparedSecrets": { # 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.
585
585
"enabled": True or False, # Whether prepared secrets is enabled.
586
586
},
587
587
"reconciling": 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>
793
793
"errorMessage": "A String", # 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.
794
794
},
795
795
},
796
-
"preparedSecrets": { # VmwareAdminPreparedSecretsConfig represents configuration for admin cluster prepared secrets. # The VMware admin cluster prepared secrets configuration.
796
+
"preparedSecrets": { # 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.
797
797
"enabled": True or False, # Whether prepared secrets is enabled.
798
798
},
799
799
"reconciling": True or False, # Output only. If set, there are currently changes in flight to the VMware admin cluster.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/gkeonprem.v1.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2996,7 +2996,7 @@
2996
2996
}
2997
2997
}
2998
2998
},
2999
-
"revision": "20231004",
2999
+
"revision": "20231011",
3000
3000
"rootUrl": "https://gkeonprem.googleapis.com/",
3001
3001
"schemas": {
3002
3002
"Authorization": {
@@ -5505,7 +5505,8 @@
5505
5505
},
5506
5506
"preparedSecrets": {
5507
5507
"$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
5509
5510
},
5510
5511
"reconciling": {
5511
5512
"description": "Output only. If set, there are currently changes in flight to the VMware admin cluster.",
0 commit comments