Skip to content

Commit 53d8b4b

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - schemas.Cluster.properties.loggingConfig.$ref (Total Keys: 1) - schemas.Cluster.properties.monitoringConfig.$ref (Total Keys: 1) - schemas.ClusterAutoscaling.properties.autoscalingProfile.type (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredLoggingConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredMonitoringConfig.$ref (Total Keys: 1) - schemas.LoggingComponentConfig (Total Keys: 4) - schemas.LoggingConfig (Total Keys: 3) - schemas.MonitoringComponentConfig (Total Keys: 4) - schemas.MonitoringConfig (Total Keys: 3) - schemas.NodeNetworkConfig (Total Keys: 5) - schemas.NodePool.properties.networkConfig.$ref (Total Keys: 1) #### container:v1beta1 The following keys were added: - schemas.Cluster.properties.identityServiceConfig.$ref (Total Keys: 1) - schemas.Cluster.properties.loggingConfig.$ref (Total Keys: 1) - schemas.Cluster.properties.monitoringConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredIdentityServiceConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredLoggingConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredMonitoringConfig.$ref (Total Keys: 1) - schemas.IdentityServiceConfig (Total Keys: 3) - schemas.LoggingComponentConfig (Total Keys: 4) - schemas.LoggingConfig (Total Keys: 3) - schemas.MonitoringComponentConfig (Total Keys: 4) - schemas.MonitoringConfig (Total Keys: 3)
1 parent 92131bf commit 53d8b4b

10 files changed

+594
-54
lines changed

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

+75
Large diffs are not rendered by default.

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

+15
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ <h3>Method Details</h3>
218218
&quot;maxPodsPerNode&quot;: &quot;A String&quot;, # Constraint enforced on the max num of pods per node.
219219
},
220220
&quot;name&quot;: &quot;A String&quot;, # The name of the node pool.
221+
&quot;networkConfig&quot;: { # Parameters for node pool-level network config. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
222+
&quot;createPodRange&quot;: True or False, # Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are not specified. If neither `create_pod_range` or `pod_range` are specified, the cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
223+
&quot;podIpv4CidrBlock&quot;: &quot;A String&quot;, # The IP address range for pod IPs in this node pool. Only applicable if `create_pod_range` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
224+
&quot;podRange&quot;: &quot;A String&quot;, # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range. If `create_pod_range` is false, uses an existing secondary range with this ID. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
225+
},
221226
&quot;podIpv4CidrSize&quot;: 42, # [Output only] The pod CIDR block size per node in this node pool.
222227
&quot;selfLink&quot;: &quot;A String&quot;, # [Output only] Server-defined URL for the resource.
223228
&quot;status&quot;: &quot;A String&quot;, # [Output only] The status of the nodes in this pool instance.
@@ -480,6 +485,11 @@ <h3>Method Details</h3>
480485
&quot;maxPodsPerNode&quot;: &quot;A String&quot;, # Constraint enforced on the max num of pods per node.
481486
},
482487
&quot;name&quot;: &quot;A String&quot;, # The name of the node pool.
488+
&quot;networkConfig&quot;: { # Parameters for node pool-level network config. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
489+
&quot;createPodRange&quot;: True or False, # Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are not specified. If neither `create_pod_range` or `pod_range` are specified, the cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
490+
&quot;podIpv4CidrBlock&quot;: &quot;A String&quot;, # The IP address range for pod IPs in this node pool. Only applicable if `create_pod_range` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
491+
&quot;podRange&quot;: &quot;A String&quot;, # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range. If `create_pod_range` is false, uses an existing secondary range with this ID. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
492+
},
483493
&quot;podIpv4CidrSize&quot;: 42, # [Output only] The pod CIDR block size per node in this node pool.
484494
&quot;selfLink&quot;: &quot;A String&quot;, # [Output only] Server-defined URL for the resource.
485495
&quot;status&quot;: &quot;A String&quot;, # [Output only] The status of the nodes in this pool instance.
@@ -608,6 +618,11 @@ <h3>Method Details</h3>
608618
&quot;maxPodsPerNode&quot;: &quot;A String&quot;, # Constraint enforced on the max num of pods per node.
609619
},
610620
&quot;name&quot;: &quot;A String&quot;, # The name of the node pool.
621+
&quot;networkConfig&quot;: { # Parameters for node pool-level network config. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
622+
&quot;createPodRange&quot;: True or False, # Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are not specified. If neither `create_pod_range` or `pod_range` are specified, the cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
623+
&quot;podIpv4CidrBlock&quot;: &quot;A String&quot;, # The IP address range for pod IPs in this node pool. Only applicable if `create_pod_range` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
624+
&quot;podRange&quot;: &quot;A String&quot;, # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range. If `create_pod_range` is false, uses an existing secondary range with this ID. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.
625+
},
611626
&quot;podIpv4CidrSize&quot;: 42, # [Output only] The pod CIDR block size per node in this node pool.
612627
&quot;selfLink&quot;: &quot;A String&quot;, # [Output only] Server-defined URL for the resource.
613628
&quot;status&quot;: &quot;A String&quot;, # [Output only] The status of the nodes in this pool instance.

0 commit comments

Comments
 (0)