Interface ContainerAttachedClusterAuthorization

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ContainerAttachedClusterAuthorization.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.141Z")
    @Stability(Stable)
    public interface ContainerAttachedClusterAuthorization
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAdminGroups

        @Stability(Stable)
        @Nullable
        default List<String> getAdminGroups()
        Groups 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}

      • getAdminUsers

        @Stability(Stable)
        @Nullable
        default List<String> getAdminUsers()
        Users 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}