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 Type
    Method
    Description
    ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
    int
    ClusterRoleSelectors 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.
    ClusterRoleSelectors 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.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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;
    • 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

      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;