GKE Hub v1 API - Class FeatureSpec (2.8.0)

public sealed class FeatureSpec : IMessage<FeatureSpec>, IEquatable<FeatureSpec>, IDeepCloneable<FeatureSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class FeatureSpec.

RBAC RoleBinding Actuation: The Hub-wide input for the RBACRoleBindingActuation feature.

Inheritance

object > FeatureSpec

Namespace

Google.Cloud.GkeHub.V1.RbacRoleBindingActuation

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

FeatureSpec()

public FeatureSpec()

FeatureSpec(FeatureSpec)

public FeatureSpec(FeatureSpec other)
Parameter
Name Description
other FeatureSpec

Properties

AllowedCustomRoles

public RepeatedField<string> AllowedCustomRoles { get; }

The list of allowed custom roles (ClusterRoles). If a ClusterRole is not part of this list, it cannot be used in a Scope RBACRoleBinding. If a ClusterRole in this list is in use, it cannot be removed from the list.

Property Value
Type Description
RepeatedFieldstring