public static interface V1beta1Authorization.SubjectRulesReviewStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEvaluationError()
EvaluationError can appear in combination with Rules.
|
com.google.protobuf.ByteString |
getEvaluationErrorBytes()
EvaluationError can appear in combination with Rules.
|
boolean |
getIncomplete()
Incomplete is true when the rules returned by this call are incomplete.
|
V1beta1Authorization.NonResourceRule |
getNonResourceRules(int index)
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.
|
int |
getNonResourceRulesCount()
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.
|
List<V1beta1Authorization.NonResourceRule> |
getNonResourceRulesList()
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.
|
V1beta1Authorization.NonResourceRuleOrBuilder |
getNonResourceRulesOrBuilder(int index)
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.
|
List<? extends V1beta1Authorization.NonResourceRuleOrBuilder> |
getNonResourceRulesOrBuilderList()
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.
|
V1beta1Authorization.ResourceRule |
getResourceRules(int index)
ResourceRules is the list of actions the subject is allowed to perform on resources.
|
int |
getResourceRulesCount()
ResourceRules is the list of actions the subject is allowed to perform on resources.
|
List<V1beta1Authorization.ResourceRule> |
getResourceRulesList()
ResourceRules is the list of actions the subject is allowed to perform on resources.
|
V1beta1Authorization.ResourceRuleOrBuilder |
getResourceRulesOrBuilder(int index)
ResourceRules is the list of actions the subject is allowed to perform on resources.
|
List<? extends V1beta1Authorization.ResourceRuleOrBuilder> |
getResourceRulesOrBuilderList()
ResourceRules is the list of actions the subject is allowed to perform on resources.
|
boolean |
hasEvaluationError()
EvaluationError can appear in combination with Rules.
|
boolean |
hasIncomplete()
Incomplete is true when the rules returned by this call are incomplete.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;V1beta1Authorization.ResourceRule getResourceRules(int index)
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;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;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;V1beta1Authorization.ResourceRuleOrBuilder getResourceRulesOrBuilder(int index)
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;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;
V1beta1Authorization.NonResourceRule getNonResourceRules(int index)
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;
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;
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;
V1beta1Authorization.NonResourceRuleOrBuilder getNonResourceRulesOrBuilder(int index)
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;
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;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;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;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;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;Copyright © 2021. All rights reserved.