Uses of Class
io.kubernetes.client.proto.V1beta1Authorization.NonResourceRule
-
Uses of V1beta1Authorization.NonResourceRule in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1beta1Authorization.NonResourceRuleModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1beta1Authorization.NonResourceRule>
V1beta1Authorization.NonResourceRule.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1beta1Authorization.NonResourceRuleModifier and TypeMethodDescriptionV1beta1Authorization.NonResourceRule.Builder.build()
V1beta1Authorization.NonResourceRule.Builder.buildPartial()
V1beta1Authorization.NonResourceRule.getDefaultInstance()
V1beta1Authorization.NonResourceRule.Builder.getDefaultInstanceForType()
V1beta1Authorization.NonResourceRule.getDefaultInstanceForType()
V1beta1Authorization.SubjectRulesReviewStatus.Builder.getNonResourceRules
(int index) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1beta1Authorization.SubjectRulesReviewStatus.getNonResourceRules
(int index) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1beta1Authorization.SubjectRulesReviewStatusOrBuilder.getNonResourceRules
(int index) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1beta1Authorization.NonResourceRule.parseDelimitedFrom
(InputStream input) V1beta1Authorization.NonResourceRule.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Authorization.NonResourceRule.parseFrom
(byte[] data) V1beta1Authorization.NonResourceRule.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Authorization.NonResourceRule.parseFrom
(com.google.protobuf.ByteString data) V1beta1Authorization.NonResourceRule.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Authorization.NonResourceRule.parseFrom
(com.google.protobuf.CodedInputStream input) V1beta1Authorization.NonResourceRule.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Authorization.NonResourceRule.parseFrom
(InputStream input) V1beta1Authorization.NonResourceRule.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Authorization.NonResourceRule.parseFrom
(ByteBuffer data) V1beta1Authorization.NonResourceRule.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1beta1Authorization.NonResourceRuleModifier and TypeMethodDescriptionV1beta1Authorization.SubjectRulesReviewStatus.Builder.getNonResourceRulesList()
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1beta1Authorization.SubjectRulesReviewStatus.getNonResourceRulesList()
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1beta1Authorization.SubjectRulesReviewStatusOrBuilder.getNonResourceRulesList()
NonResourceRules is the list of actions the subject is allowed to perform on non-resources.com.google.protobuf.Parser<V1beta1Authorization.NonResourceRule>
V1beta1Authorization.NonResourceRule.getParserForType()
static com.google.protobuf.Parser<V1beta1Authorization.NonResourceRule>
V1beta1Authorization.NonResourceRule.parser()
Methods in io.kubernetes.client.proto with parameters of type V1beta1Authorization.NonResourceRuleModifier and TypeMethodDescriptionV1beta1Authorization.SubjectRulesReviewStatus.Builder.addNonResourceRules
(int index, V1beta1Authorization.NonResourceRule value) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1beta1Authorization.SubjectRulesReviewStatus.Builder.addNonResourceRules
(V1beta1Authorization.NonResourceRule value) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.V1beta1Authorization.NonResourceRule.Builder.mergeFrom
(V1beta1Authorization.NonResourceRule other) V1beta1Authorization.NonResourceRule.newBuilder
(V1beta1Authorization.NonResourceRule prototype) V1beta1Authorization.SubjectRulesReviewStatus.Builder.setNonResourceRules
(int index, V1beta1Authorization.NonResourceRule value) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.Method parameters in io.kubernetes.client.proto with type arguments of type V1beta1Authorization.NonResourceRuleModifier and TypeMethodDescriptionV1beta1Authorization.SubjectRulesReviewStatus.Builder.addAllNonResourceRules
(Iterable<? extends V1beta1Authorization.NonResourceRule> values) NonResourceRules is the list of actions the subject is allowed to perform on non-resources.