Class: Google::Cloud::GkeMultiCloud::V1::AwsAuthorization
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsAuthorization
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
Configuration related to the cluster RBAC settings.
Instance Attribute Summary collapse
-
#admin_groups ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AwsClusterGroup>
Optional.
-
#admin_users ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AwsClusterUser>
Optional.
Instance Attribute Details
#admin_groups ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AwsClusterGroup>
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.
276 277 278 279 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 276 class AwsAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#admin_users ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AwsClusterUser>
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.
276 277 278 279 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 276 class AwsAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |