Skip to content

Commit bee9e2a

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - schemas.AddonsConfig.properties.rayOperatorConfig.$ref (Total Keys: 1) - schemas.RayClusterLoggingConfig (Total Keys: 3) - schemas.RayClusterMonitoringConfig (Total Keys: 3) - schemas.RayOperatorConfig (Total Keys: 5) #### container:v1beta1 The following keys were added: - schemas.AddonsConfig.properties.rayOperatorConfig.$ref (Total Keys: 1) - schemas.RayClusterLoggingConfig (Total Keys: 3) - schemas.RayClusterMonitoringConfig (Total Keys: 3) - schemas.RayOperatorConfig (Total Keys: 5)
1 parent a41c7aa commit bee9e2a

8 files changed

+317
-47
lines changed

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

Lines changed: 54 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,15 @@ <h3>Method Details</h3>
304304
&quot;networkPolicyConfig&quot;: { # 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.
305305
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
306306
},
307+
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
308+
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
309+
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
310+
&quot;enabled&quot;: True or False, # Enable log collection for Ray clusters.
311+
},
312+
&quot;rayClusterMonitoringConfig&quot;: { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
313+
&quot;enabled&quot;: True or False, # Enable metrics collection for Ray clusters.
314+
},
315+
},
307316
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
308317
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
309318
},
@@ -1001,11 +1010,11 @@ <h3>Method Details</h3>
10011010
],
10021011
&quot;additionalPodNetworkConfigs&quot;: [ # 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
10031012
{ # AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
1004-
&quot;maxPodsPerNode&quot;: { # Constraints applied to pods. # The maximum number of pods per node which use this pod network
1013+
&quot;maxPodsPerNode&quot;: { # Constraints applied to pods. # The maximum number of pods per node which use this pod network.
10051014
&quot;maxPodsPerNode&quot;: &quot;A String&quot;, # Constraint enforced on the max num of pods per node.
10061015
},
1007-
&quot;secondaryPodRange&quot;: &quot;A String&quot;, # The name of the secondary range on the subnet which provides IP address for this pod range
1008-
&quot;subnetwork&quot;: &quot;A String&quot;, # Name of the subnetwork where the additional pod network belongs
1016+
&quot;secondaryPodRange&quot;: &quot;A String&quot;, # The name of the secondary range on the subnet which provides IP address for this pod range.
1017+
&quot;subnetwork&quot;: &quot;A String&quot;, # Name of the subnetwork where the additional pod network belongs.
10091018
},
10101019
],
10111020
&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.
@@ -1317,6 +1326,15 @@ <h3>Method Details</h3>
13171326
&quot;networkPolicyConfig&quot;: { # 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.
13181327
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
13191328
},
1329+
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
1330+
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
1331+
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
1332+
&quot;enabled&quot;: True or False, # Enable log collection for Ray clusters.
1333+
},
1334+
&quot;rayClusterMonitoringConfig&quot;: { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
1335+
&quot;enabled&quot;: True or False, # Enable metrics collection for Ray clusters.
1336+
},
1337+
},
13201338
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
13211339
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
13221340
},
@@ -2014,11 +2032,11 @@ <h3>Method Details</h3>
20142032
],
20152033
&quot;additionalPodNetworkConfigs&quot;: [ # 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
20162034
{ # AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
2017-
&quot;maxPodsPerNode&quot;: { # Constraints applied to pods. # The maximum number of pods per node which use this pod network
2035+
&quot;maxPodsPerNode&quot;: { # Constraints applied to pods. # The maximum number of pods per node which use this pod network.
20182036
&quot;maxPodsPerNode&quot;: &quot;A String&quot;, # Constraint enforced on the max num of pods per node.
20192037
},
2020-
&quot;secondaryPodRange&quot;: &quot;A String&quot;, # The name of the secondary range on the subnet which provides IP address for this pod range
2021-
&quot;subnetwork&quot;: &quot;A String&quot;, # Name of the subnetwork where the additional pod network belongs
2038+
&quot;secondaryPodRange&quot;: &quot;A String&quot;, # The name of the secondary range on the subnet which provides IP address for this pod range.
2039+
&quot;subnetwork&quot;: &quot;A String&quot;, # Name of the subnetwork where the additional pod network belongs.
20222040
},
20232041
],
20242042
&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.
@@ -2233,6 +2251,15 @@ <h3>Method Details</h3>
22332251
&quot;networkPolicyConfig&quot;: { # 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.
22342252
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
22352253
},
2254+
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
2255+
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
2256+
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
2257+
&quot;enabled&quot;: True or False, # Enable log collection for Ray clusters.
2258+
},
2259+
&quot;rayClusterMonitoringConfig&quot;: { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
2260+
&quot;enabled&quot;: True or False, # Enable metrics collection for Ray clusters.
2261+
},
2262+
},
22362263
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
22372264
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
22382265
},
@@ -2930,11 +2957,11 @@ <h3>Method Details</h3>
29302957
],
29312958
&quot;additionalPodNetworkConfigs&quot;: [ # 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
29322959
{ # AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
2933-
&quot;maxPodsPerNode&quot;: { # Constraints applied to pods. # The maximum number of pods per node which use this pod network
2960+
&quot;maxPodsPerNode&quot;: { # Constraints applied to pods. # The maximum number of pods per node which use this pod network.
29342961
&quot;maxPodsPerNode&quot;: &quot;A String&quot;, # Constraint enforced on the max num of pods per node.
29352962
},
2936-
&quot;secondaryPodRange&quot;: &quot;A String&quot;, # The name of the secondary range on the subnet which provides IP address for this pod range
2937-
&quot;subnetwork&quot;: &quot;A String&quot;, # Name of the subnetwork where the additional pod network belongs
2963+
&quot;secondaryPodRange&quot;: &quot;A String&quot;, # The name of the secondary range on the subnet which provides IP address for this pod range.
2964+
&quot;subnetwork&quot;: &quot;A String&quot;, # Name of the subnetwork where the additional pod network belongs.
29382965
},
29392966
],
29402967
&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.
@@ -3109,6 +3136,15 @@ <h3>Method Details</h3>
31093136
&quot;networkPolicyConfig&quot;: { # 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.
31103137
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
31113138
},
3139+
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
3140+
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
3141+
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
3142+
&quot;enabled&quot;: True or False, # Enable log collection for Ray clusters.
3143+
},
3144+
&quot;rayClusterMonitoringConfig&quot;: { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
3145+
&quot;enabled&quot;: True or False, # Enable metrics collection for Ray clusters.
3146+
},
3147+
},
31123148
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
31133149
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
31143150
},
@@ -3987,6 +4023,15 @@ <h3>Method Details</h3>
39874023
&quot;networkPolicyConfig&quot;: { # 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.
39884024
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
39894025
},
4026+
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
4027+
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
4028+
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
4029+
&quot;enabled&quot;: True or False, # Enable log collection for Ray clusters.
4030+
},
4031+
&quot;rayClusterMonitoringConfig&quot;: { # RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters. # Optional. Monitoring configuration for Ray clusters.
4032+
&quot;enabled&quot;: True or False, # Enable metrics collection for Ray clusters.
4033+
},
4034+
},
39904035
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
39914036
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
39924037
},

0 commit comments

Comments
 (0)