Package io.kubernetes.client.proto
Interface V1beta1Authorization.SubjectRulesReviewStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Authorization.SubjectRulesReviewStatus
,V1beta1Authorization.SubjectRulesReviewStatus.Builder
- Enclosing class:
- V1beta1Authorization
public static interface V1beta1Authorization.SubjectRulesReviewStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionEvaluationError can appear in combination with Rules.com.google.protobuf.ByteString
EvaluationError can appear in combination with Rules.boolean
Incomplete is true when the rules returned by this call are incomplete.getNonResourceRules
(int index) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.int
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.NonResourceRules is the list of actions the subject is allowed to perform on non-resources.getNonResourceRulesOrBuilder
(int index) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.NonResourceRules is the list of actions the subject is allowed to perform on non-resources.getResourceRules
(int index) ResourceRules is the list of actions the subject is allowed to perform on resources.int
ResourceRules is the list of actions the subject is allowed to perform on resources.ResourceRules is the list of actions the subject is allowed to perform on resources.getResourceRulesOrBuilder
(int index) ResourceRules is the list of actions the subject is allowed to perform on resources.List<? extends V1beta1Authorization.ResourceRuleOrBuilder>
ResourceRules is the list of actions the subject is allowed to perform on resources.boolean
EvaluationError can appear in combination with Rules.boolean
Incomplete is true when the rules returned by this call are incomplete.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
-
getResourceRulesList
List<V1beta1Authorization.ResourceRule> getResourceRulesList()ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.ResourceRule resourceRules = 1;
-
getResourceRules
ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.ResourceRule resourceRules = 1;
-
getResourceRulesCount
int getResourceRulesCount()ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.ResourceRule resourceRules = 1;
-
getResourceRulesOrBuilderList
List<? extends V1beta1Authorization.ResourceRuleOrBuilder> getResourceRulesOrBuilderList()ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.ResourceRule resourceRules = 1;
-
getResourceRulesOrBuilder
ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.ResourceRule resourceRules = 1;
-
getNonResourceRulesList
List<V1beta1Authorization.NonResourceRule> getNonResourceRulesList()NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.NonResourceRule nonResourceRules = 2;
-
getNonResourceRules
NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.NonResourceRule nonResourceRules = 2;
-
getNonResourceRulesCount
int getNonResourceRulesCount()NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.NonResourceRule nonResourceRules = 2;
-
getNonResourceRulesOrBuilderList
List<? extends V1beta1Authorization.NonResourceRuleOrBuilder> getNonResourceRulesOrBuilderList()NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.NonResourceRule nonResourceRules = 2;
-
getNonResourceRulesOrBuilder
NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
repeated .k8s.io.api.authorization.v1beta1.NonResourceRule nonResourceRules = 2;
-
hasIncomplete
boolean hasIncomplete()Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.
optional bool incomplete = 3;
-
getIncomplete
boolean getIncomplete()Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.
optional bool incomplete = 3;
-
hasEvaluationError
boolean hasEvaluationError()EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. +optional
optional string evaluationError = 4;
-
getEvaluationError
String getEvaluationError()EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. +optional
optional string evaluationError = 4;
-
getEvaluationErrorBytes
com.google.protobuf.ByteString getEvaluationErrorBytes()EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. +optional
optional string evaluationError = 4;
-