Package io.kubernetes.client.proto
Interface V1beta1Rbac.RoleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Rbac.Role,V1beta1Rbac.Role.Builder
- Enclosing class:
- V1beta1Rbac
public static interface V1beta1Rbac.RoleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object's metadata.Standard object's metadata.getRules(int index) Rules holds all the PolicyRules for this Role +optionalintRules holds all the PolicyRules for this Role +optionalRules holds all the PolicyRules for this Role +optionalgetRulesOrBuilder(int index) Rules holds all the PolicyRules for this Role +optionalList<? extends V1beta1Rbac.PolicyRuleOrBuilder>Rules holds all the PolicyRules for this Role +optionalbooleanStandard object's metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getRulesList
List<V1beta1Rbac.PolicyRule> getRulesList()Rules holds all the PolicyRules for this Role +optional
repeated .k8s.io.api.rbac.v1beta1.PolicyRule rules = 2; -
getRules
Rules holds all the PolicyRules for this Role +optional
repeated .k8s.io.api.rbac.v1beta1.PolicyRule rules = 2; -
getRulesCount
int getRulesCount()Rules holds all the PolicyRules for this Role +optional
repeated .k8s.io.api.rbac.v1beta1.PolicyRule rules = 2; -
getRulesOrBuilderList
List<? extends V1beta1Rbac.PolicyRuleOrBuilder> getRulesOrBuilderList()Rules holds all the PolicyRules for this Role +optional
repeated .k8s.io.api.rbac.v1beta1.PolicyRule rules = 2; -
getRulesOrBuilder
Rules holds all the PolicyRules for this Role +optional
repeated .k8s.io.api.rbac.v1beta1.PolicyRule rules = 2;
-