public static interface V1alpha1Rbac.RoleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 Role
|
int |
getRulesCount()
Rules holds all the PolicyRules for this Role
|
List<V1alpha1Rbac.PolicyRule> |
getRulesList()
Rules holds all the PolicyRules for this Role
|
V1alpha1Rbac.PolicyRuleOrBuilder |
getRulesOrBuilder(int index)
Rules holds all the PolicyRules for this Role
|
List<? extends V1alpha1Rbac.PolicyRuleOrBuilder> |
getRulesOrBuilderList()
Rules holds all the PolicyRules for this Role
|
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 Role
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;V1alpha1Rbac.PolicyRule getRules(int index)
Rules holds all the PolicyRules for this Role
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;int getRulesCount()
Rules holds all the PolicyRules for this Role
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;List<? extends V1alpha1Rbac.PolicyRuleOrBuilder> getRulesOrBuilderList()
Rules holds all the PolicyRules for this Role
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;V1alpha1Rbac.PolicyRuleOrBuilder getRulesOrBuilder(int index)
Rules holds all the PolicyRules for this Role
repeated .k8s.io.api.rbac.v1alpha1.PolicyRule rules = 2;Copyright © 2018. All rights reserved.