public static interface V1beta1Rbac.AggregationRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.LabelSelector |
getClusterRoleSelectors(int index)
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
|
int |
getClusterRoleSelectorsCount()
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
|
List<Meta.LabelSelector> |
getClusterRoleSelectorsList()
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
|
Meta.LabelSelectorOrBuilder |
getClusterRoleSelectorsOrBuilder(int index)
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
|
List<? extends Meta.LabelSelectorOrBuilder> |
getClusterRoleSelectorsOrBuilderList()
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;Meta.LabelSelector getClusterRoleSelectors(int index)
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;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;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;Meta.LabelSelectorOrBuilder getClusterRoleSelectorsOrBuilder(int index)
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;Copyright © 2019. All rights reserved.