Class: Google::Cloud::GkeMultiCloud::V1::AttachedClustersAuthorization

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb

Overview

Configuration related to the cluster RBAC settings.

Instance Attribute Summary collapse

Instance Attribute Details

#admin_groups::Array<::Google::Cloud::GkeMultiCloud::V1::AttachedClusterGroup>

Returns Optional. Groups of users 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.

Returns:



181
182
183
184
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 181

class AttachedClustersAuthorization
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#admin_users::Array<::Google::Cloud::GkeMultiCloud::V1::AttachedClusterUser>

Returns Optional. 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.

Returns:



181
182
183
184
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 181

class AttachedClustersAuthorization
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end