Class AttachedClusterAuthorizationArgs


  • public final class AttachedClusterAuthorizationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • adminGroups

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> adminGroups()
        Returns:
        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
      • adminUsers

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> adminUsers()
        Returns:
        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