Skip to content

Commit 47197f2

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - schemas.AddonsConfig.properties.highScaleCheckpointingConfig.$ref (Total Keys: 1) - schemas.AdvancedMachineFeatures.properties.performanceMonitoringUnit.type (Total Keys: 1) - schemas.AnonymousAuthenticationConfig (Total Keys: 2) - schemas.Cluster.properties.alphaClusterFeatureGates (Total Keys: 2) - schemas.Cluster.properties.anonymousAuthenticationConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredAnonymousAuthenticationConfig.$ref (Total Keys: 1) - schemas.HighScaleCheckpointingConfig (Total Keys: 3) #### container:v1beta1 The following keys were added: - schemas.AddonsConfig.properties.highScaleCheckpointingConfig.$ref (Total Keys: 1) - schemas.AdvancedMachineFeatures.properties.performanceMonitoringUnit.type (Total Keys: 1) - schemas.AnonymousAuthenticationConfig (Total Keys: 2) - schemas.Cluster.properties.alphaClusterFeatureGates (Total Keys: 2) - schemas.Cluster.properties.anonymousAuthenticationConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredAnonymousAuthenticationConfig.$ref (Total Keys: 1) - schemas.HighScaleCheckpointingConfig (Total Keys: 3)
1 parent 80944f2 commit 47197f2

10 files changed

+270
-2
lines changed

docs/dyn/container_v1.projects.locations.clusters.html

Lines changed: 38 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/container_v1.projects.locations.clusters.nodePools.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ <h3>Method Details</h3>
192192
],
193193
&quot;advancedMachineFeatures&quot;: { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
194194
&quot;enableNestedVirtualization&quot;: True or False, # Whether or not to enable nested virtualization (defaults to false).
195+
&quot;performanceMonitoringUnit&quot;: &quot;A String&quot;, # Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.
195196
&quot;threadsPerCore&quot;: &quot;A String&quot;, # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
196197
},
197198
&quot;bootDiskKmsKey&quot;: &quot;A String&quot;, # The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
@@ -677,6 +678,7 @@ <h3>Method Details</h3>
677678
],
678679
&quot;advancedMachineFeatures&quot;: { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
679680
&quot;enableNestedVirtualization&quot;: True or False, # Whether or not to enable nested virtualization (defaults to false).
681+
&quot;performanceMonitoringUnit&quot;: &quot;A String&quot;, # Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.
680682
&quot;threadsPerCore&quot;: &quot;A String&quot;, # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
681683
},
682684
&quot;bootDiskKmsKey&quot;: &quot;A String&quot;, # The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
@@ -989,6 +991,7 @@ <h3>Method Details</h3>
989991
],
990992
&quot;advancedMachineFeatures&quot;: { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
991993
&quot;enableNestedVirtualization&quot;: True or False, # Whether or not to enable nested virtualization (defaults to false).
994+
&quot;performanceMonitoringUnit&quot;: &quot;A String&quot;, # Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.
992995
&quot;threadsPerCore&quot;: &quot;A String&quot;, # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
993996
},
994997
&quot;bootDiskKmsKey&quot;: &quot;A String&quot;, # The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

docs/dyn/container_v1.projects.zones.clusters.html

Lines changed: 38 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/container_v1.projects.zones.clusters.nodePools.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ <h3>Method Details</h3>
257257
],
258258
&quot;advancedMachineFeatures&quot;: { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
259259
&quot;enableNestedVirtualization&quot;: True or False, # Whether or not to enable nested virtualization (defaults to false).
260+
&quot;performanceMonitoringUnit&quot;: &quot;A String&quot;, # Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.
260261
&quot;threadsPerCore&quot;: &quot;A String&quot;, # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
261262
},
262263
&quot;bootDiskKmsKey&quot;: &quot;A String&quot;, # The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
@@ -742,6 +743,7 @@ <h3>Method Details</h3>
742743
],
743744
&quot;advancedMachineFeatures&quot;: { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
744745
&quot;enableNestedVirtualization&quot;: True or False, # Whether or not to enable nested virtualization (defaults to false).
746+
&quot;performanceMonitoringUnit&quot;: &quot;A String&quot;, # Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.
745747
&quot;threadsPerCore&quot;: &quot;A String&quot;, # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
746748
},
747749
&quot;bootDiskKmsKey&quot;: &quot;A String&quot;, # The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
@@ -1054,6 +1056,7 @@ <h3>Method Details</h3>
10541056
],
10551057
&quot;advancedMachineFeatures&quot;: { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
10561058
&quot;enableNestedVirtualization&quot;: True or False, # Whether or not to enable nested virtualization (defaults to false).
1059+
&quot;performanceMonitoringUnit&quot;: &quot;A String&quot;, # Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.
10571060
&quot;threadsPerCore&quot;: &quot;A String&quot;, # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
10581061
},
10591062
&quot;bootDiskKmsKey&quot;: &quot;A String&quot;, # The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

0 commit comments

Comments
 (0)