public sealed class FeatureSpec : IMessage<FeatureSpec>, IEquatable<FeatureSpec>, IDeepCloneable<FeatureSpec>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class FeatureSpec.
RBAC RoleBinding Actuation: The Hub-wide input for the RBACRoleBindingActuation feature.
Implements
IMessageFeatureSpec, IEquatableFeatureSpec, IDeepCloneableFeatureSpec, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.RbacRoleBindingActuationAssembly
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 |
|