diff --git a/docs/dyn/container_v1.projects.locations.clusters.html b/docs/dyn/container_v1.projects.locations.clusters.html index ef9c060c2b5..17ef77b5cca 100644 --- a/docs/dyn/container_v1.projects.locations.clusters.html +++ b/docs/dyn/container_v1.projects.locations.clusters.html @@ -2587,6 +2587,10 @@

Method Details

"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster. }, }, + "desiredAuthenticatorGroupsConfig": { # Configuration for returning group information from authenticators. # The desired authenticator groups config for the cluster. + "enabled": True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups. + "securityGroup": "A String", # The name of the security group-of-groups to be used. Only relevant if enabled = true. + }, "desiredAutopilot": { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster. "enabled": True or False, # Enable Autopilot }, diff --git a/docs/dyn/container_v1.projects.zones.clusters.html b/docs/dyn/container_v1.projects.zones.clusters.html index d42d6d3930d..75a42f937d1 100644 --- a/docs/dyn/container_v1.projects.zones.clusters.html +++ b/docs/dyn/container_v1.projects.zones.clusters.html @@ -2648,6 +2648,10 @@

Method Details

"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster. }, }, + "desiredAuthenticatorGroupsConfig": { # Configuration for returning group information from authenticators. # The desired authenticator groups config for the cluster. + "enabled": True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups. + "securityGroup": "A String", # The name of the security group-of-groups to be used. Only relevant if enabled = true. + }, "desiredAutopilot": { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster. "enabled": True or False, # Enable Autopilot }, diff --git a/docs/dyn/container_v1beta1.projects.locations.clusters.html b/docs/dyn/container_v1beta1.projects.locations.clusters.html index 1a07e5d7ec4..b3c44980b14 100644 --- a/docs/dyn/container_v1beta1.projects.locations.clusters.html +++ b/docs/dyn/container_v1beta1.projects.locations.clusters.html @@ -2775,6 +2775,10 @@

Method Details

"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster. }, }, + "desiredAuthenticatorGroupsConfig": { # Configuration for returning group information from authenticators. # AuthenticatorGroupsConfig specifies the config for the cluster security groups settings. + "enabled": True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups. + "securityGroup": "A String", # The name of the security group-of-groups to be used. Only relevant if enabled = true. + }, "desiredAutopilot": { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster. "enabled": True or False, # Enable Autopilot }, diff --git a/docs/dyn/container_v1beta1.projects.zones.clusters.html b/docs/dyn/container_v1beta1.projects.zones.clusters.html index aae3d65bb6d..509157d1591 100644 --- a/docs/dyn/container_v1beta1.projects.zones.clusters.html +++ b/docs/dyn/container_v1beta1.projects.zones.clusters.html @@ -2836,6 +2836,10 @@

Method Details

"disabled": True or False, # Whether NetworkPolicy is enabled for this cluster. }, }, + "desiredAuthenticatorGroupsConfig": { # Configuration for returning group information from authenticators. # AuthenticatorGroupsConfig specifies the config for the cluster security groups settings. + "enabled": True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups. + "securityGroup": "A String", # The name of the security group-of-groups to be used. Only relevant if enabled = true. + }, "desiredAutopilot": { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster. "enabled": True or False, # Enable Autopilot }, diff --git a/googleapiclient/discovery_cache/documents/container.v1.json b/googleapiclient/discovery_cache/documents/container.v1.json index b0c09e99587..e7eb2a895d5 100644 --- a/googleapiclient/discovery_cache/documents/container.v1.json +++ b/googleapiclient/discovery_cache/documents/container.v1.json @@ -2459,7 +2459,7 @@ } } }, - "revision": "20210605", + "revision": "20210617", "rootUrl": "https://container.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -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." diff --git a/googleapiclient/discovery_cache/documents/container.v1beta1.json b/googleapiclient/discovery_cache/documents/container.v1beta1.json index e027c7b1616..1dca3a918d1 100644 --- a/googleapiclient/discovery_cache/documents/container.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/container.v1beta1.json @@ -2484,7 +2484,7 @@ } } }, - "revision": "20210605", + "revision": "20210617", "rootUrl": "https://container.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -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."