Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b53ac4d

Browse files
committedJul 18, 2023
feat(gkeonprem): update the api
#### gkeonprem:v1 The following keys were deleted: - schemas.VmwareControlPlaneVsphereConfig.properties.storagePolicyName.type (Total Keys: 1) - schemas.VmwareVCenterConfig.properties.storagePolicyName.type (Total Keys: 1) - schemas.VmwareVsphereConfig.properties.storagePolicyName.type (Total Keys: 1)
1 parent 012ba16 commit b53ac4d

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed
 

‎docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.html

-8
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ <h3>Method Details</h3>
166166
&quot;replicas&quot;: &quot;A String&quot;, # The number of control plane nodes for this VMware user cluster. (default: 1 replica).
167167
&quot;vsphereConfig&quot;: { # Specifies control plane node config. # Output only. Vsphere-specific config.
168168
&quot;datastore&quot;: &quot;A String&quot;, # The Vsphere datastore used by the control plane Node.
169-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The Vsphere storage policy used by the control plane Node.
170169
},
171170
},
172171
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which VMware user cluster was created.
@@ -306,7 +305,6 @@ <h3>Method Details</h3>
306305
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the user cluster.
307306
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the user cluster.
308307
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the user cluster.
309-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
310308
},
311309
&quot;vmTrackingEnabled&quot;: True or False, # Enable VM tracking.
312310
}
@@ -474,7 +472,6 @@ <h3>Method Details</h3>
474472
&quot;replicas&quot;: &quot;A String&quot;, # The number of control plane nodes for this VMware user cluster. (default: 1 replica).
475473
&quot;vsphereConfig&quot;: { # Specifies control plane node config. # Output only. Vsphere-specific config.
476474
&quot;datastore&quot;: &quot;A String&quot;, # The Vsphere datastore used by the control plane Node.
477-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The Vsphere storage policy used by the control plane Node.
478475
},
479476
},
480477
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which VMware user cluster was created.
@@ -614,7 +611,6 @@ <h3>Method Details</h3>
614611
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the user cluster.
615612
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the user cluster.
616613
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the user cluster.
617-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
618614
},
619615
&quot;vmTrackingEnabled&quot;: True or False, # Enable VM tracking.
620616
}</pre>
@@ -711,7 +707,6 @@ <h3>Method Details</h3>
711707
&quot;replicas&quot;: &quot;A String&quot;, # The number of control plane nodes for this VMware user cluster. (default: 1 replica).
712708
&quot;vsphereConfig&quot;: { # Specifies control plane node config. # Output only. Vsphere-specific config.
713709
&quot;datastore&quot;: &quot;A String&quot;, # The Vsphere datastore used by the control plane Node.
714-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The Vsphere storage policy used by the control plane Node.
715710
},
716711
},
717712
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which VMware user cluster was created.
@@ -851,7 +846,6 @@ <h3>Method Details</h3>
851846
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the user cluster.
852847
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the user cluster.
853848
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the user cluster.
854-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
855849
},
856850
&quot;vmTrackingEnabled&quot;: True or False, # Enable VM tracking.
857851
},
@@ -910,7 +904,6 @@ <h3>Method Details</h3>
910904
&quot;replicas&quot;: &quot;A String&quot;, # The number of control plane nodes for this VMware user cluster. (default: 1 replica).
911905
&quot;vsphereConfig&quot;: { # Specifies control plane node config. # Output only. Vsphere-specific config.
912906
&quot;datastore&quot;: &quot;A String&quot;, # The Vsphere datastore used by the control plane Node.
913-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The Vsphere storage policy used by the control plane Node.
914907
},
915908
},
916909
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which VMware user cluster was created.
@@ -1050,7 +1043,6 @@ <h3>Method Details</h3>
10501043
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the user cluster.
10511044
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the user cluster.
10521045
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the user cluster.
1053-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
10541046
},
10551047
&quot;vmTrackingEnabled&quot;: True or False, # Enable VM tracking.
10561048
}

‎docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.vmwareNodePools.html

-4
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ <h3>Method Details</h3>
154154
],
155155
&quot;vsphereConfig&quot;: { # VmwareVsphereConfig represents configuration for the VMware VCenter for node pool. # Output only. Specifies the vSphere config for node pool.
156156
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore. Inherited from the user cluster.
157-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy. Inherited from the user cluster.
158157
&quot;tags&quot;: [ # Tags to apply to VMs.
159158
{ # VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html
160159
&quot;category&quot;: &quot;A String&quot;, # The Vsphere tag category.
@@ -346,7 +345,6 @@ <h3>Method Details</h3>
346345
],
347346
&quot;vsphereConfig&quot;: { # VmwareVsphereConfig represents configuration for the VMware VCenter for node pool. # Output only. Specifies the vSphere config for node pool.
348347
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore. Inherited from the user cluster.
349-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy. Inherited from the user cluster.
350348
&quot;tags&quot;: [ # Tags to apply to VMs.
351349
{ # VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html
352350
&quot;category&quot;: &quot;A String&quot;, # The Vsphere tag category.
@@ -470,7 +468,6 @@ <h3>Method Details</h3>
470468
],
471469
&quot;vsphereConfig&quot;: { # VmwareVsphereConfig represents configuration for the VMware VCenter for node pool. # Output only. Specifies the vSphere config for node pool.
472470
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore. Inherited from the user cluster.
473-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy. Inherited from the user cluster.
474471
&quot;tags&quot;: [ # Tags to apply to VMs.
475472
{ # VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html
476473
&quot;category&quot;: &quot;A String&quot;, # The Vsphere tag category.
@@ -557,7 +554,6 @@ <h3>Method Details</h3>
557554
],
558555
&quot;vsphereConfig&quot;: { # VmwareVsphereConfig represents configuration for the VMware VCenter for node pool. # Output only. Specifies the vSphere config for node pool.
559556
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore. Inherited from the user cluster.
560-
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy. Inherited from the user cluster.
561557
&quot;tags&quot;: [ # Tags to apply to VMs.
562558
{ # VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html
563559
&quot;category&quot;: &quot;A String&quot;, # The Vsphere tag category.

‎googleapiclient/discovery_cache/documents/gkeonprem.v1.json

+5-15
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@
29962996
}
29972997
}
29982998
},
2999-
"revision": "20230626",
2999+
"revision": "20230705",
30003000
"rootUrl": "https://gkeonprem.googleapis.com/",
30013001
"schemas": {
30023002
"Authorization": {
@@ -4909,14 +4909,16 @@
49094909
"CREATE",
49104910
"DELETE",
49114911
"UPDATE",
4912-
"UPGRADE"
4912+
"UPGRADE",
4913+
"PLATFORM_UPGRADE"
49134914
],
49144915
"enumDescriptions": [
49154916
"Not set.",
49164917
"The resource is being created.",
49174918
"The resource is being deleted.",
49184919
"The resource is being updated.",
4919-
"The resource is being upgraded."
4920+
"The resource is being upgraded.",
4921+
"The platform is being upgraded."
49204922
],
49214923
"readOnly": true,
49224924
"type": "string"
@@ -5932,10 +5934,6 @@
59325934
"datastore": {
59335935
"description": "The Vsphere datastore used by the control plane Node.",
59345936
"type": "string"
5935-
},
5936-
"storagePolicyName": {
5937-
"description": "The Vsphere storage policy used by the control plane Node.",
5938-
"type": "string"
59395937
}
59405938
},
59415939
"type": "object"
@@ -6414,10 +6412,6 @@
64146412
"resourcePool": {
64156413
"description": "The name of the vCenter resource pool for the user cluster.",
64166414
"type": "string"
6417-
},
6418-
"storagePolicyName": {
6419-
"description": "The name of the vCenter storage policy for the user cluster.",
6420-
"type": "string"
64216415
}
64226416
},
64236417
"type": "object"
@@ -6464,10 +6458,6 @@
64646458
"description": "The name of the vCenter datastore. Inherited from the user cluster.",
64656459
"type": "string"
64666460
},
6467-
"storagePolicyName": {
6468-
"description": "The name of the vCenter storage policy. Inherited from the user cluster.",
6469-
"type": "string"
6470-
},
64716461
"tags": {
64726462
"description": "Tags to apply to VMs.",
64736463
"items": {

0 commit comments

Comments
 (0)
Please sign in to comment.