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