Skip to content

Commit

Permalink
feat(container): update the api
Browse files Browse the repository at this point in the history
#### container:v1

The following keys were added:
- schemas.AddonsConfig.properties.statefulHaConfig.$ref (Total Keys: 1)
- schemas.ClusterUpdate.properties.desiredInTransitEncryptionConfig.type (Total Keys: 1)
- schemas.NetworkConfig.properties.inTransitEncryptionConfig.type (Total Keys: 1)
- schemas.StatefulHAConfig (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Jan 26, 2024
1 parent e64391e commit cfeab0f
Show file tree
Hide file tree
Showing 7 changed files with 7,559 additions and 7,478 deletions.
23 changes: 21 additions & 2 deletions docs/dyn/container_v1.projects.locations.clusters.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Gets the details of a specific cluster.</p>
<p class="toc_element">
<code><a href="#getJwks">getJwks(parent, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the public component of the cluster signing keys in JSON Web Key format. This API is not yet intended for general use, and is not available for all clusters.</p>
<p class="firstline">Gets the public component of the cluster signing keys in JSON Web Key format.</p>
<p class="toc_element">
<code><a href="#list">list(parent, projectId=None, x__xgafv=None, zone=None)</a></code></p>
<p class="firstline">Lists all clusters owned by a project in either the specified zone or all zones.</p>
Expand Down Expand Up @@ -304,6 +304,9 @@ <h3>Method Details</h3>
&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.
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
},
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
},
},
&quot;authenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # Configuration controlling RBAC group membership information.
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
Expand Down Expand Up @@ -559,6 +562,7 @@ <h3>Method Details</h3>
&quot;gatewayApiConfig&quot;: { # GatewayAPIConfig contains the desired config of Gateway API on this cluster. # GatewayAPIConfig contains the desired config of Gateway API on this cluster.
&quot;channel&quot;: &quot;A String&quot;, # The Gateway API release channel to use for Gateway API.
},
&quot;inTransitEncryptionConfig&quot;: &quot;A String&quot;, # Specify the details of in-transit encryption.
&quot;network&quot;: &quot;A String&quot;, # Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
&quot;networkPerformanceConfig&quot;: { # Configuration of network bandwidth tiers # Network bandwidth tier configuration.
&quot;totalEgressBandwidthTier&quot;: &quot;A String&quot;, # Specifies the total network bandwidth tier for NodePools in the cluster.
Expand Down Expand Up @@ -1211,6 +1215,9 @@ <h3>Method Details</h3>
&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.
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
},
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
},
},
&quot;authenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # Configuration controlling RBAC group membership information.
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
Expand Down Expand Up @@ -1466,6 +1473,7 @@ <h3>Method Details</h3>
&quot;gatewayApiConfig&quot;: { # GatewayAPIConfig contains the desired config of Gateway API on this cluster. # GatewayAPIConfig contains the desired config of Gateway API on this cluster.
&quot;channel&quot;: &quot;A String&quot;, # The Gateway API release channel to use for Gateway API.
},
&quot;inTransitEncryptionConfig&quot;: &quot;A String&quot;, # Specify the details of in-transit encryption.
&quot;network&quot;: &quot;A String&quot;, # Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
&quot;networkPerformanceConfig&quot;: { # Configuration of network bandwidth tiers # Network bandwidth tier configuration.
&quot;totalEgressBandwidthTier&quot;: &quot;A String&quot;, # Specifies the total network bandwidth tier for NodePools in the cluster.
Expand Down Expand Up @@ -1933,7 +1941,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="getJwks">getJwks(parent, x__xgafv=None)</code>
<pre>Gets the public component of the cluster signing keys in JSON Web Key format. This API is not yet intended for general use, and is not available for all clusters.
<pre>Gets the public component of the cluster signing keys in JSON Web Key format.

Args:
parent: string, The cluster (project, location, cluster name) to get keys for. Specified in the format `projects/*/locations/*/clusters/*`. (required)
Expand Down Expand Up @@ -2021,6 +2029,9 @@ <h3>Method Details</h3>
&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.
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
},
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
},
},
&quot;authenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # Configuration controlling RBAC group membership information.
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
Expand Down Expand Up @@ -2276,6 +2287,7 @@ <h3>Method Details</h3>
&quot;gatewayApiConfig&quot;: { # GatewayAPIConfig contains the desired config of Gateway API on this cluster. # GatewayAPIConfig contains the desired config of Gateway API on this cluster.
&quot;channel&quot;: &quot;A String&quot;, # The Gateway API release channel to use for Gateway API.
},
&quot;inTransitEncryptionConfig&quot;: &quot;A String&quot;, # Specify the details of in-transit encryption.
&quot;network&quot;: &quot;A String&quot;, # Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
&quot;networkPerformanceConfig&quot;: { # Configuration of network bandwidth tiers # Network bandwidth tier configuration.
&quot;totalEgressBandwidthTier&quot;: &quot;A String&quot;, # Specifies the total network bandwidth tier for NodePools in the cluster.
Expand Down Expand Up @@ -2791,6 +2803,9 @@ <h3>Method Details</h3>
&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.
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
},
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
},
},
&quot;clusterId&quot;: &quot;A String&quot;, # Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
&quot;name&quot;: &quot;A String&quot;, # The name (project, location, cluster) of the cluster to set addons. Specified in the format `projects/*/locations/*/clusters/*`.
Expand Down Expand Up @@ -3666,6 +3681,9 @@ <h3>Method Details</h3>
&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.
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
},
&quot;statefulHaConfig&quot;: { # Configuration for the Stateful HA add-on. # Optional. Configuration for the StatefulHA add-on.
&quot;enabled&quot;: True or False, # Whether the Stateful HA add-on is enabled for this cluster.
},
},
&quot;desiredAuthenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # The desired authenticator groups config for the cluster.
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
Expand Down Expand Up @@ -3762,6 +3780,7 @@ <h3>Method Details</h3>
&quot;enabled&quot;: True or False, # Whether to enable the Identity Service component
},
&quot;desiredImageType&quot;: &quot;A String&quot;, # The desired image type for the node pool. NOTE: Set the &quot;desired_node_pool&quot; field as well.
&quot;desiredInTransitEncryptionConfig&quot;: &quot;A String&quot;, # Specify the details of in-transit encryption.
&quot;desiredIntraNodeVisibilityConfig&quot;: { # IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster. # The desired config of Intra-node visibility.
&quot;enabled&quot;: True or False, # Enables intra node visibility for this cluster.
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#getOpenid_configuration">getOpenid_configuration(parent, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details. This API is not yet intended for general use, and is not available for all clusters.</p>
<p class="firstline">Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand All @@ -88,7 +88,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="getOpenid_configuration">getOpenid_configuration(parent, x__xgafv=None)</code>
<pre>Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details. This API is not yet intended for general use, and is not available for all clusters.
<pre>Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.

Args:
parent: string, The cluster (project, location, cluster name) to get the discovery document for. Specified in the format `projects/*/locations/*/clusters/*`. (required)
Expand Down

0 comments on commit cfeab0f

Please sign in to comment.