public static interface V1alpha1Rbac.ClusterRoleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Rbac.AggregationRule |
getAggregationRule()
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.
|
V1alpha1Rbac.AggregationRuleOrBuilder |
getAggregationRuleOrBuilder()
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.
|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V1alpha1Rbac.PolicyRule |
getRules(int index)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
int |
getRulesCount()
Rules holds all the PolicyRules for this ClusterRole
+optional
|
List<V1alpha1Rbac.PolicyRule> |
getRulesList()
Rules holds all the PolicyRules for this ClusterRole
+optional
|
V1alpha1Rbac.PolicyRuleOrBuilder |
getRulesOrBuilder(int index)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
List<? extends V1alpha1Rbac.PolicyRuleOrBuilder> |
getRulesOrBuilderList()
Rules holds all the PolicyRules for this ClusterRole
+optional
|
boolean |
hasAggregationRule()
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.
|
boolean |
hasMetadata()
Standard object's metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;List<V1alpha1Rbac.PolicyRule> getRulesList()
Rules holds all the PolicyRules for this ClusterRole +optional
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;V1alpha1Rbac.PolicyRule getRules(int index)
Rules holds all the PolicyRules for this ClusterRole +optional
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;int getRulesCount()
Rules holds all the PolicyRules for this ClusterRole +optional
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;List<? extends V1alpha1Rbac.PolicyRuleOrBuilder> getRulesOrBuilderList()
Rules holds all the PolicyRules for this ClusterRole +optional
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;V1alpha1Rbac.PolicyRuleOrBuilder getRulesOrBuilder(int index)
Rules holds all the PolicyRules for this ClusterRole +optional
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;boolean hasAggregationRule()
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller. +optional
optional .k8s.io.api.rbac.v1alpha1.AggregationRule aggregationRule = 3;V1alpha1Rbac.AggregationRule getAggregationRule()
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller. +optional
optional .k8s.io.api.rbac.v1alpha1.AggregationRule aggregationRule = 3;V1alpha1Rbac.AggregationRuleOrBuilder getAggregationRuleOrBuilder()
AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller. +optional
optional .k8s.io.api.rbac.v1alpha1.AggregationRule aggregationRule = 3;Copyright © 2023. All rights reserved.