Class ContainerAttachedClusterAuthorization.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterAuthorization.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAttachedClusterAuthorization,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAttachedClusterAuthorization
@Stability(Stable) @Internal public static final class ContainerAttachedClusterAuthorization.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAttachedClusterAuthorization
An implementation forContainerAttachedClusterAuthorization
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterAuthorization
ContainerAttachedClusterAuthorization.Builder, ContainerAttachedClusterAuthorization.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAttachedClusterAuthorization.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAttachedClusterAuthorization.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getAdminGroups()Groups that can perform operations as a cluster admin.List<String>getAdminUsers()Users that can perform operations as a cluster admin.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ContainerAttachedClusterAuthorization.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAttachedClusterAuthorization.Builder.
-
-
Method Detail
-
getAdminGroups
public final List<String> getAdminGroups()
Description copied from interface:ContainerAttachedClusterAuthorizationGroups that can perform operations as a cluster admin.A managed ClusterRoleBinding will be created to grant the 'cluster-admin' ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#admin_groups ContainerAttachedCluster#admin_groups}
- Specified by:
getAdminGroupsin interfaceContainerAttachedClusterAuthorization
-
getAdminUsers
public final List<String> getAdminUsers()
Description copied from interface:ContainerAttachedClusterAuthorizationUsers that can perform operations as a cluster admin.A managed ClusterRoleBinding will be created to grant the 'cluster-admin' ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#admin_users ContainerAttachedCluster#admin_users}
- Specified by:
getAdminUsersin interfaceContainerAttachedClusterAuthorization
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-