Skip to content

Commit 57f7b96

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - schemas.AddonsConfig.properties.parallelstoreCsiDriverConfig.$ref (Total Keys: 1) - schemas.ParallelstoreCsiDriverConfig (Total Keys: 3) - schemas.ReleaseChannelConfig.properties.upgradeTargetVersion.type (Total Keys: 1) #### container:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.clusters.methods.fetchClusterUpgradeInfo (Total Keys: 13) - resources.projects.resources.locations.resources.clusters.resources.nodePools.methods.fetchNodePoolUpgradeInfo (Total Keys: 13) - resources.projects.resources.zones.resources.clusters.methods.fetchClusterUpgradeInfo (Total Keys: 13) - resources.projects.resources.zones.resources.clusters.resources.nodePools.methods.fetchNodePoolUpgradeInfo (Total Keys: 13) - schemas.AddonsConfig.properties.parallelstoreCsiDriverConfig.$ref (Total Keys: 1) - schemas.AutoMonitoringConfig (Total Keys: 3) - schemas.ClusterUpgradeInfo (Total Keys: 12) - schemas.ManagedPrometheusConfig.properties.autoMonitoringConfig.$ref (Total Keys: 1) - schemas.NodePoolUpgradeInfo (Total Keys: 12) - schemas.ParallelstoreCsiDriverConfig (Total Keys: 3) - schemas.ReleaseChannelConfig.properties.upgradeTargetVersion.type (Total Keys: 1) - schemas.UpgradeDetails (Total Keys: 10)
1 parent 0b56d36 commit 57f7b96

12 files changed

+623
-2
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ <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;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
308+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
309+
},
307310
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
308311
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
309312
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
@@ -1391,6 +1394,9 @@ <h3>Method Details</h3>
13911394
&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.
13921395
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
13931396
},
1397+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
1398+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
1399+
},
13941400
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
13951401
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
13961402
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
@@ -2381,6 +2387,9 @@ <h3>Method Details</h3>
23812387
&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.
23822388
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
23832389
},
2390+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
2391+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
2392+
},
23842393
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
23852394
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
23862395
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
@@ -3331,6 +3340,9 @@ <h3>Method Details</h3>
33313340
&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.
33323341
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
33333342
},
3343+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
3344+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
3345+
},
33343346
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
33353347
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
33363348
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
@@ -4218,6 +4230,9 @@ <h3>Method Details</h3>
42184230
&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.
42194231
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
42204232
},
4233+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
4234+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
4235+
},
42214236
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
42224237
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
42234238
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.

docs/dyn/container_v1.projects.locations.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ <h3>Method Details</h3>
117117
{ # ReleaseChannelConfig exposes configuration for a release channel.
118118
&quot;channel&quot;: &quot;A String&quot;, # The release channel this configuration applies to.
119119
&quot;defaultVersion&quot;: &quot;A String&quot;, # The default version for newly created clusters on the channel.
120+
&quot;upgradeTargetVersion&quot;: &quot;A String&quot;, # The auto upgrade target version for clusters on the channel.
120121
&quot;validVersions&quot;: [ # List of valid versions for the channel.
121122
&quot;A String&quot;,
122123
],

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ <h3>Method Details</h3>
181181
&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.
182182
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
183183
},
184+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
185+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
186+
},
184187
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
185188
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
186189
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
@@ -392,6 +395,9 @@ <h3>Method Details</h3>
392395
&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.
393396
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
394397
},
398+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
399+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
400+
},
395401
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
396402
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
397403
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
@@ -1479,6 +1485,9 @@ <h3>Method Details</h3>
14791485
&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.
14801486
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
14811487
},
1488+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
1489+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
1490+
},
14821491
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
14831492
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
14841493
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
@@ -2513,6 +2522,9 @@ <h3>Method Details</h3>
25132522
&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.
25142523
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
25152524
},
2525+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
2526+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
2527+
},
25162528
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
25172529
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
25182530
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.
@@ -4245,6 +4257,9 @@ <h3>Method Details</h3>
42454257
&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.
42464258
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
42474259
},
4260+
&quot;parallelstoreCsiDriverConfig&quot;: { # Configuration for the Cloud Storage Parallelstore CSI driver. # Configuration for the Cloud Storage Parallelstore CSI driver.
4261+
&quot;enabled&quot;: True or False, # Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.
4262+
},
42484263
&quot;rayOperatorConfig&quot;: { # Configuration options for the Ray Operator add-on. # Optional. Configuration for Ray Operator addon.
42494264
&quot;enabled&quot;: True or False, # Whether the Ray Operator addon is enabled for this cluster.
42504265
&quot;rayClusterLoggingConfig&quot;: { # RayClusterLoggingConfig specifies configuration of Ray logging. # Optional. Logging configuration for Ray clusters.

docs/dyn/container_v1.projects.zones.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ <h3>Method Details</h3>
117117
{ # ReleaseChannelConfig exposes configuration for a release channel.
118118
&quot;channel&quot;: &quot;A String&quot;, # The release channel this configuration applies to.
119119
&quot;defaultVersion&quot;: &quot;A String&quot;, # The default version for newly created clusters on the channel.
120+
&quot;upgradeTargetVersion&quot;: &quot;A String&quot;, # The auto upgrade target version for clusters on the channel.
120121
&quot;validVersions&quot;: [ # List of valid versions for the channel.
121122
&quot;A String&quot;,
122123
],

0 commit comments

Comments
 (0)