Uses of Class
io.kubernetes.client.proto.V1Authorization.SubjectRulesReviewStatus.Builder
-
Uses of V1Authorization.SubjectRulesReviewStatus.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1Authorization.SubjectRulesReviewStatus.BuilderModifier and TypeMethodDescriptionV1Authorization.SubjectRulesReviewStatus.Builder.addAllNonResourceRules
(Iterable<? extends V1Authorization.NonResourceRule> values) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.addAllResourceRules
(Iterable<? extends V1Authorization.ResourceRule> values) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.addNonResourceRules
(int index, V1Authorization.NonResourceRule value) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.addNonResourceRules
(int index, V1Authorization.NonResourceRule.Builder builderForValue) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.addNonResourceRules
(V1Authorization.NonResourceRule value) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.addNonResourceRules
(V1Authorization.NonResourceRule.Builder builderForValue) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1Authorization.SubjectRulesReviewStatus.Builder.addResourceRules
(int index, V1Authorization.ResourceRule value) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.addResourceRules
(int index, V1Authorization.ResourceRule.Builder builderForValue) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.addResourceRules
(V1Authorization.ResourceRule value) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.addResourceRules
(V1Authorization.ResourceRule.Builder builderForValue) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.clear()
V1Authorization.SubjectRulesReviewStatus.Builder.clearEvaluationError()
EvaluationError can appear in combination with Rules.V1Authorization.SubjectRulesReviewStatus.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) V1Authorization.SubjectRulesReviewStatus.Builder.clearIncomplete()
Incomplete is true when the rules returned by this call are incomplete.V1Authorization.SubjectRulesReviewStatus.Builder.clearNonResourceRules()
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1Authorization.SubjectRulesReviewStatus.Builder.clearResourceRules()
ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.clone()
V1Authorization.SelfSubjectRulesReview.Builder.getStatusBuilder()
Status is filled in by the server and indicates the set of actions a user can perform.V1Authorization.SubjectRulesReviewStatus.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Authorization.SubjectRulesReviewStatus.Builder.mergeFrom
(com.google.protobuf.Message other) V1Authorization.SubjectRulesReviewStatus.Builder.mergeFrom
(V1Authorization.SubjectRulesReviewStatus other) V1Authorization.SubjectRulesReviewStatus.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) V1Authorization.SubjectRulesReviewStatus.newBuilder()
V1Authorization.SubjectRulesReviewStatus.newBuilder
(V1Authorization.SubjectRulesReviewStatus prototype) V1Authorization.SubjectRulesReviewStatus.newBuilderForType()
V1Authorization.SubjectRulesReviewStatus.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1Authorization.SubjectRulesReviewStatus.Builder.removeNonResourceRules
(int index) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.removeResourceRules
(int index) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.setEvaluationError
(String value) EvaluationError can appear in combination with Rules.V1Authorization.SubjectRulesReviewStatus.Builder.setEvaluationErrorBytes
(com.google.protobuf.ByteString value) EvaluationError can appear in combination with Rules.V1Authorization.SubjectRulesReviewStatus.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1Authorization.SubjectRulesReviewStatus.Builder.setIncomplete
(boolean value) Incomplete is true when the rules returned by this call are incomplete.V1Authorization.SubjectRulesReviewStatus.Builder.setNonResourceRules
(int index, V1Authorization.NonResourceRule value) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.setNonResourceRules
(int index, V1Authorization.NonResourceRule.Builder builderForValue) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1Authorization.SubjectRulesReviewStatus.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) V1Authorization.SubjectRulesReviewStatus.Builder.setResourceRules
(int index, V1Authorization.ResourceRule value) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.setResourceRules
(int index, V1Authorization.ResourceRule.Builder builderForValue) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) V1Authorization.SubjectRulesReviewStatus.toBuilder()
Methods in io.kubernetes.client.proto with parameters of type V1Authorization.SubjectRulesReviewStatus.BuilderModifier and TypeMethodDescriptionV1Authorization.SelfSubjectRulesReview.Builder.setStatus
(V1Authorization.SubjectRulesReviewStatus.Builder builderForValue) Status is filled in by the server and indicates the set of actions a user can perform.