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.ClusterUpdate.properties.desiredAuthenticatorGroupsConfig.$ref (Total Keys: 1)

#### container:v1beta1

The following keys were added:
- schemas.ClusterUpdate.properties.desiredAuthenticatorGroupsConfig.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 6, 2021
1 parent 78c0d8d commit a54737f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/dyn/container_v1.projects.locations.clusters.html
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,10 @@ <h3>Method Details</h3>
&quot;disabled&quot;: True or False, # Whether NetworkPolicy 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.
&quot;securityGroup&quot;: &quot;A String&quot;, # The name of the security group-of-groups to be used. Only relevant if enabled = true.
},
&quot;desiredAutopilot&quot;: { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster.
&quot;enabled&quot;: True or False, # Enable Autopilot
},
Expand Down
4 changes: 4 additions & 0 deletions docs/dyn/container_v1.projects.zones.clusters.html
Original file line number Diff line number Diff line change
Expand Up @@ -2648,6 +2648,10 @@ <h3>Method Details</h3>
&quot;disabled&quot;: True or False, # Whether NetworkPolicy 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.
&quot;securityGroup&quot;: &quot;A String&quot;, # The name of the security group-of-groups to be used. Only relevant if enabled = true.
},
&quot;desiredAutopilot&quot;: { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster.
&quot;enabled&quot;: True or False, # Enable Autopilot
},
Expand Down
4 changes: 4 additions & 0 deletions docs/dyn/container_v1beta1.projects.locations.clusters.html
Original file line number Diff line number Diff line change
Expand Up @@ -2775,6 +2775,10 @@ <h3>Method Details</h3>
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
},
},
&quot;desiredAuthenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # AuthenticatorGroupsConfig specifies the config for the cluster security groups settings.
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
&quot;securityGroup&quot;: &quot;A String&quot;, # The name of the security group-of-groups to be used. Only relevant if enabled = true.
},
&quot;desiredAutopilot&quot;: { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster.
&quot;enabled&quot;: True or False, # Enable Autopilot
},
Expand Down
4 changes: 4 additions & 0 deletions docs/dyn/container_v1beta1.projects.zones.clusters.html
Original file line number Diff line number Diff line change
Expand Up @@ -2836,6 +2836,10 @@ <h3>Method Details</h3>
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
},
},
&quot;desiredAuthenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # AuthenticatorGroupsConfig specifies the config for the cluster security groups settings.
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
&quot;securityGroup&quot;: &quot;A String&quot;, # The name of the security group-of-groups to be used. Only relevant if enabled = true.
},
&quot;desiredAutopilot&quot;: { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster.
&quot;enabled&quot;: True or False, # Enable Autopilot
},
Expand Down
6 changes: 5 additions & 1 deletion googleapiclient/discovery_cache/documents/container.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@
}
}
},
"revision": "20210605",
"revision": "20210617",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3006,6 +3006,10 @@
"$ref": "AddonsConfig",
"description": "Configurations for the various addons available to run in the cluster."
},
"desiredAuthenticatorGroupsConfig": {
"$ref": "AuthenticatorGroupsConfig",
"description": "The desired authenticator groups config for the cluster."
},
"desiredAutopilot": {
"$ref": "Autopilot",
"description": "The desired Autopilot configuration for the cluster."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@
}
}
},
"revision": "20210605",
"revision": "20210617",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3127,6 +3127,10 @@
"$ref": "AddonsConfig",
"description": "Configurations for the various addons available to run in the cluster."
},
"desiredAuthenticatorGroupsConfig": {
"$ref": "AuthenticatorGroupsConfig",
"description": "AuthenticatorGroupsConfig specifies the config for the cluster security groups settings."
},
"desiredAutopilot": {
"$ref": "Autopilot",
"description": "The desired Autopilot configuration for the cluster."
Expand Down

0 comments on commit a54737f

Please sign in to comment.