Skip to content

Commit a54737f

Browse files
feat(container): update the api
#### 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)
1 parent 78c0d8d commit a54737f

6 files changed

+26
-2
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,6 +2587,10 @@ <h3>Method Details</h3>
25872587
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
25882588
},
25892589
},
2590+
&quot;desiredAuthenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # The desired authenticator groups config for the cluster.
2591+
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
2592+
&quot;securityGroup&quot;: &quot;A String&quot;, # The name of the security group-of-groups to be used. Only relevant if enabled = true.
2593+
},
25902594
&quot;desiredAutopilot&quot;: { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster.
25912595
&quot;enabled&quot;: True or False, # Enable Autopilot
25922596
},

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2648,6 +2648,10 @@ <h3>Method Details</h3>
26482648
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
26492649
},
26502650
},
2651+
&quot;desiredAuthenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # The desired authenticator groups config for the cluster.
2652+
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
2653+
&quot;securityGroup&quot;: &quot;A String&quot;, # The name of the security group-of-groups to be used. Only relevant if enabled = true.
2654+
},
26512655
&quot;desiredAutopilot&quot;: { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster.
26522656
&quot;enabled&quot;: True or False, # Enable Autopilot
26532657
},

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2775,6 +2775,10 @@ <h3>Method Details</h3>
27752775
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
27762776
},
27772777
},
2778+
&quot;desiredAuthenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # AuthenticatorGroupsConfig specifies the config for the cluster security groups settings.
2779+
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
2780+
&quot;securityGroup&quot;: &quot;A String&quot;, # The name of the security group-of-groups to be used. Only relevant if enabled = true.
2781+
},
27782782
&quot;desiredAutopilot&quot;: { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster.
27792783
&quot;enabled&quot;: True or False, # Enable Autopilot
27802784
},

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,6 +2836,10 @@ <h3>Method Details</h3>
28362836
&quot;disabled&quot;: True or False, # Whether NetworkPolicy is enabled for this cluster.
28372837
},
28382838
},
2839+
&quot;desiredAuthenticatorGroupsConfig&quot;: { # Configuration for returning group information from authenticators. # AuthenticatorGroupsConfig specifies the config for the cluster security groups settings.
2840+
&quot;enabled&quot;: True or False, # Whether this cluster should return group membership lookups during authentication using a group of security groups.
2841+
&quot;securityGroup&quot;: &quot;A String&quot;, # The name of the security group-of-groups to be used. Only relevant if enabled = true.
2842+
},
28392843
&quot;desiredAutopilot&quot;: { # Autopilot is the configuration for Autopilot settings on the cluster. # The desired Autopilot configuration for the cluster.
28402844
&quot;enabled&quot;: True or False, # Enable Autopilot
28412845
},

googleapiclient/discovery_cache/documents/container.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@
24592459
}
24602460
}
24612461
},
2462-
"revision": "20210605",
2462+
"revision": "20210617",
24632463
"rootUrl": "https://container.googleapis.com/",
24642464
"schemas": {
24652465
"AcceleratorConfig": {
@@ -3006,6 +3006,10 @@
30063006
"$ref": "AddonsConfig",
30073007
"description": "Configurations for the various addons available to run in the cluster."
30083008
},
3009+
"desiredAuthenticatorGroupsConfig": {
3010+
"$ref": "AuthenticatorGroupsConfig",
3011+
"description": "The desired authenticator groups config for the cluster."
3012+
},
30093013
"desiredAutopilot": {
30103014
"$ref": "Autopilot",
30113015
"description": "The desired Autopilot configuration for the cluster."

googleapiclient/discovery_cache/documents/container.v1beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@
24842484
}
24852485
}
24862486
},
2487-
"revision": "20210605",
2487+
"revision": "20210617",
24882488
"rootUrl": "https://container.googleapis.com/",
24892489
"schemas": {
24902490
"AcceleratorConfig": {
@@ -3127,6 +3127,10 @@
31273127
"$ref": "AddonsConfig",
31283128
"description": "Configurations for the various addons available to run in the cluster."
31293129
},
3130+
"desiredAuthenticatorGroupsConfig": {
3131+
"$ref": "AuthenticatorGroupsConfig",
3132+
"description": "AuthenticatorGroupsConfig specifies the config for the cluster security groups settings."
3133+
},
31303134
"desiredAutopilot": {
31313135
"$ref": "Autopilot",
31323136
"description": "The desired Autopilot configuration for the cluster."

0 commit comments

Comments
 (0)