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/container_v1.projects.locations.clusters.html
+54-9Lines changed: 54 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,15 @@ <h3>Method Details</h3>
304
304
"networkPolicyConfig": { # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes. # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
305
305
"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster.
306
306
},
307
+
"rayOperatorConfig": { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
308
+
"enabled": True or False, # Whether the Ray Operator addon is enabled for this cluster.
309
+
"rayClusterLoggingConfig": { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
310
+
"enabled": True or False, # Enable log collection for Ray clusters.
311
+
},
312
+
"rayClusterMonitoringConfig": { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
313
+
"enabled": True or False, # Enable metrics collection for Ray clusters.
314
+
},
315
+
},
307
316
"statefulHaConfig": { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
308
317
"enabled": True or False, # Whether the Stateful HA add-on is enabled for this cluster.
309
318
},
@@ -1001,11 +1010,11 @@ <h3>Method Details</h3>
1001
1010
],
1002
1011
"additionalPodNetworkConfigs": [ # We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
1003
1012
{ # AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
1004
-
"maxPodsPerNode": { # Constraints applied to pods. # The maximum number of pods per node which use this pod network
1013
+
"maxPodsPerNode": { # Constraints applied to pods. # The maximum number of pods per node which use this pod network.
1005
1014
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
1006
1015
},
1007
-
"secondaryPodRange": "A String", # The name of the secondary range on the subnet which provides IP address for this pod range
1008
-
"subnetwork": "A String", # Name of the subnetwork where the additional pod network belongs
1016
+
"secondaryPodRange": "A String", # The name of the secondary range on the subnet which provides IP address for this pod range.
1017
+
"subnetwork": "A String", # Name of the subnetwork where the additional pod network belongs.
1009
1018
},
1010
1019
],
1011
1020
"createPodRange": 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.
@@ -1317,6 +1326,15 @@ <h3>Method Details</h3>
1317
1326
"networkPolicyConfig": { # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes. # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
1318
1327
"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster.
1319
1328
},
1329
+
"rayOperatorConfig": { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
1330
+
"enabled": True or False, # Whether the Ray Operator addon is enabled for this cluster.
1331
+
"rayClusterLoggingConfig": { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
1332
+
"enabled": True or False, # Enable log collection for Ray clusters.
1333
+
},
1334
+
"rayClusterMonitoringConfig": { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
1335
+
"enabled": True or False, # Enable metrics collection for Ray clusters.
1336
+
},
1337
+
},
1320
1338
"statefulHaConfig": { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
1321
1339
"enabled": True or False, # Whether the Stateful HA add-on is enabled for this cluster.
1322
1340
},
@@ -2014,11 +2032,11 @@ <h3>Method Details</h3>
2014
2032
],
2015
2033
"additionalPodNetworkConfigs": [ # We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
2016
2034
{ # AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
2017
-
"maxPodsPerNode": { # Constraints applied to pods. # The maximum number of pods per node which use this pod network
2035
+
"maxPodsPerNode": { # Constraints applied to pods. # The maximum number of pods per node which use this pod network.
2018
2036
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
2019
2037
},
2020
-
"secondaryPodRange": "A String", # The name of the secondary range on the subnet which provides IP address for this pod range
2021
-
"subnetwork": "A String", # Name of the subnetwork where the additional pod network belongs
2038
+
"secondaryPodRange": "A String", # The name of the secondary range on the subnet which provides IP address for this pod range.
2039
+
"subnetwork": "A String", # Name of the subnetwork where the additional pod network belongs.
2022
2040
},
2023
2041
],
2024
2042
"createPodRange": 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.
@@ -2233,6 +2251,15 @@ <h3>Method Details</h3>
2233
2251
"networkPolicyConfig": { # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes. # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
2234
2252
"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster.
2235
2253
},
2254
+
"rayOperatorConfig": { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
2255
+
"enabled": True or False, # Whether the Ray Operator addon is enabled for this cluster.
2256
+
"rayClusterLoggingConfig": { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
2257
+
"enabled": True or False, # Enable log collection for Ray clusters.
2258
+
},
2259
+
"rayClusterMonitoringConfig": { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
2260
+
"enabled": True or False, # Enable metrics collection for Ray clusters.
2261
+
},
2262
+
},
2236
2263
"statefulHaConfig": { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
2237
2264
"enabled": True or False, # Whether the Stateful HA add-on is enabled for this cluster.
2238
2265
},
@@ -2930,11 +2957,11 @@ <h3>Method Details</h3>
2930
2957
],
2931
2958
"additionalPodNetworkConfigs": [ # We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
2932
2959
{ # AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
2933
-
"maxPodsPerNode": { # Constraints applied to pods. # The maximum number of pods per node which use this pod network
2960
+
"maxPodsPerNode": { # Constraints applied to pods. # The maximum number of pods per node which use this pod network.
2934
2961
"maxPodsPerNode": "A String", # Constraint enforced on the max num of pods per node.
2935
2962
},
2936
-
"secondaryPodRange": "A String", # The name of the secondary range on the subnet which provides IP address for this pod range
2937
-
"subnetwork": "A String", # Name of the subnetwork where the additional pod network belongs
2963
+
"secondaryPodRange": "A String", # The name of the secondary range on the subnet which provides IP address for this pod range.
2964
+
"subnetwork": "A String", # Name of the subnetwork where the additional pod network belongs.
2938
2965
},
2939
2966
],
2940
2967
"createPodRange": 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.
@@ -3109,6 +3136,15 @@ <h3>Method Details</h3>
3109
3136
"networkPolicyConfig": { # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes. # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
3110
3137
"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster.
3111
3138
},
3139
+
"rayOperatorConfig": { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
3140
+
"enabled": True or False, # Whether the Ray Operator addon is enabled for this cluster.
3141
+
"rayClusterLoggingConfig": { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
3142
+
"enabled": True or False, # Enable log collection for Ray clusters.
3143
+
},
3144
+
"rayClusterMonitoringConfig": { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
3145
+
"enabled": True or False, # Enable metrics collection for Ray clusters.
3146
+
},
3147
+
},
3112
3148
"statefulHaConfig": { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
3113
3149
"enabled": True or False, # Whether the Stateful HA add-on is enabled for this cluster.
3114
3150
},
@@ -3987,6 +4023,15 @@ <h3>Method Details</h3>
3987
4023
"networkPolicyConfig": { # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes. # Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
3988
4024
"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster.
3989
4025
},
4026
+
"rayOperatorConfig": { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
4027
+
"enabled": True or False, # Whether the Ray Operator addon is enabled for this cluster.
4028
+
"rayClusterLoggingConfig": { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
4029
+
"enabled": True or False, # Enable log collection for Ray clusters.
4030
+
},
4031
+
"rayClusterMonitoringConfig": { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
4032
+
"enabled": True or False, # Enable metrics collection for Ray clusters.
4033
+
},
4034
+
},
3990
4035
"statefulHaConfig": { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
3991
4036
"enabled": True or False, # Whether the Stateful HA add-on is enabled for this cluster.
0 commit comments