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
#### container:v1beta1
The following keys were added:
- schemas.NodeNetworkConfig (Total Keys: 9)
- schemas.NodePool.properties.networkConfig (Total Keys: 2)
The following keys were changed:
- revision (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/container_v1beta1.projects.locations.clusters.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -613,6 +613,11 @@ <h3>Method Details</h3>
613
613
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
614
614
},
615
615
"name": "A String", # The name of the node pool.
616
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
617
+
"createPodRange": True or False, # Input only. [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.
618
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
619
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
620
+
},
616
621
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
617
622
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
618
623
"status": "A String", # [Output only] The status of the nodes in this pool instance.
@@ -1216,6 +1221,11 @@ <h3>Method Details</h3>
1216
1221
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
1217
1222
},
1218
1223
"name": "A String", # The name of the node pool.
1224
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
1225
+
"createPodRange": True or False, # Input only. [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.
1226
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
1227
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
1228
+
},
1219
1229
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
1220
1230
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
1221
1231
"status": "A String", # [Output only] The status of the nodes in this pool instance.
@@ -1722,6 +1732,11 @@ <h3>Method Details</h3>
1722
1732
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
1723
1733
},
1724
1734
"name": "A String", # The name of the node pool.
1735
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
1736
+
"createPodRange": True or False, # Input only. [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.
1737
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
1738
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
1739
+
},
1725
1740
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
1726
1741
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
1727
1742
"status": "A String", # [Output only] The status of the nodes in this pool instance.
Copy file name to clipboardExpand all lines: docs/dyn/container_v1beta1.projects.locations.clusters.nodePools.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,11 @@ <h3>Method Details</h3>
223
223
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
224
224
},
225
225
"name": "A String", # The name of the node pool.
226
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
227
+
"createPodRange": True or False, # Input only. [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.
228
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
229
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
230
+
},
226
231
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
227
232
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
228
233
"status": "A String", # [Output only] The status of the nodes in this pool instance.
@@ -490,6 +495,11 @@ <h3>Method Details</h3>
490
495
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
491
496
},
492
497
"name": "A String", # The name of the node pool.
498
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
499
+
"createPodRange": True or False, # Input only. [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.
500
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
501
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
502
+
},
493
503
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
494
504
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
495
505
"status": "A String", # [Output only] The status of the nodes in this pool instance.
@@ -623,6 +633,11 @@ <h3>Method Details</h3>
623
633
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
624
634
},
625
635
"name": "A String", # The name of the node pool.
636
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
637
+
"createPodRange": True or False, # Input only. [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.
638
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
639
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
640
+
},
626
641
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
627
642
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
628
643
"status": "A String", # [Output only] The status of the nodes in this pool instance.
Copy file name to clipboardExpand all lines: docs/dyn/container_v1beta1.projects.zones.clusters.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -721,6 +721,11 @@ <h3>Method Details</h3>
721
721
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
722
722
},
723
723
"name": "A String", # The name of the node pool.
724
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
725
+
"createPodRange": True or False, # Input only. [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.
726
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
727
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
728
+
},
724
729
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
725
730
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
726
731
"status": "A String", # [Output only] The status of the nodes in this pool instance.
@@ -1324,6 +1329,11 @@ <h3>Method Details</h3>
1324
1329
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
1325
1330
},
1326
1331
"name": "A String", # The name of the node pool.
1332
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
1333
+
"createPodRange": True or False, # Input only. [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.
1334
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
1335
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
1336
+
},
1327
1337
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
1328
1338
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
1329
1339
"status": "A String", # [Output only] The status of the nodes in this pool instance.
@@ -1874,6 +1884,11 @@ <h3>Method Details</h3>
1874
1884
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
1875
1885
},
1876
1886
"name": "A String", # The name of the node pool.
1887
+
"networkConfig": { # Parameters for node pool-level network config. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. # Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
1888
+
"createPodRange": True or False, # Input only. [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.
1889
+
"podIpv4CidrBlock": "A String", # 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](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
1890
+
"podRange": "A String", # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range.
1891
+
},
1877
1892
"podIpv4CidrSize": 42, # [Output only] The pod CIDR block size per node in this node pool.
1878
1893
"selfLink": "A String", # [Output only] Server-defined URL for the resource.
1879
1894
"status": "A String", # [Output only] The status of the nodes in this pool instance.
0 commit comments