Package io.kubernetes.client.proto
Interface V1beta1Rbac.AggregationRuleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Rbac.AggregationRule,V1beta1Rbac.AggregationRule.Builder
- Enclosing class:
- V1beta1Rbac
public static interface V1beta1Rbac.AggregationRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClusterRoleSelectors(int index) ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.intClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.getClusterRoleSelectorsOrBuilder(int index) ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.List<? extends Meta.LabelSelectorOrBuilder>ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.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
-
getClusterRoleSelectorsList
List<Meta.LabelSelector> getClusterRoleSelectorsList()ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector clusterRoleSelectors = 1; -
getClusterRoleSelectors
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector clusterRoleSelectors = 1; -
getClusterRoleSelectorsCount
int getClusterRoleSelectorsCount()ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector clusterRoleSelectors = 1; -
getClusterRoleSelectorsOrBuilderList
List<? extends Meta.LabelSelectorOrBuilder> getClusterRoleSelectorsOrBuilderList()ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector clusterRoleSelectors = 1; -
getClusterRoleSelectorsOrBuilder
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector clusterRoleSelectors = 1;
-