Uses of Class
io.kubernetes.client.proto.V1Authorization.ResourceRule
-
Uses of V1Authorization.ResourceRule in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1Authorization.ResourceRuleModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1Authorization.ResourceRule>
V1Authorization.ResourceRule.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1Authorization.ResourceRuleModifier and TypeMethodDescriptionV1Authorization.ResourceRule.Builder.build()
V1Authorization.ResourceRule.Builder.buildPartial()
static V1Authorization.ResourceRule
V1Authorization.ResourceRule.getDefaultInstance()
V1Authorization.ResourceRule.Builder.getDefaultInstanceForType()
V1Authorization.ResourceRule.getDefaultInstanceForType()
V1Authorization.SubjectRulesReviewStatus.Builder.getResourceRules
(int index) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.getResourceRules
(int index) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatusOrBuilder.getResourceRules
(int index) ResourceRules is the list of actions the subject is allowed to perform on resources.static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseDelimitedFrom
(InputStream input) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(byte[] data) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(com.google.protobuf.ByteString data) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(com.google.protobuf.CodedInputStream input) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(InputStream input) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(ByteBuffer data) static V1Authorization.ResourceRule
V1Authorization.ResourceRule.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1Authorization.ResourceRuleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1Authorization.ResourceRule>
V1Authorization.ResourceRule.getParserForType()
V1Authorization.SubjectRulesReviewStatus.Builder.getResourceRulesList()
ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatus.getResourceRulesList()
ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.SubjectRulesReviewStatusOrBuilder.getResourceRulesList()
ResourceRules is the list of actions the subject is allowed to perform on resources.static com.google.protobuf.Parser<V1Authorization.ResourceRule>
V1Authorization.ResourceRule.parser()
Methods in io.kubernetes.client.proto with parameters of type V1Authorization.ResourceRuleModifier and TypeMethodDescriptionV1Authorization.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
(V1Authorization.ResourceRule value) ResourceRules is the list of actions the subject is allowed to perform on resources.V1Authorization.ResourceRule.Builder.mergeFrom
(V1Authorization.ResourceRule other) V1Authorization.ResourceRule.newBuilder
(V1Authorization.ResourceRule prototype) V1Authorization.SubjectRulesReviewStatus.Builder.setResourceRules
(int index, V1Authorization.ResourceRule value) ResourceRules is the list of actions the subject is allowed to perform on resources.Method parameters in io.kubernetes.client.proto with type arguments of type V1Authorization.ResourceRuleModifier and TypeMethodDescriptionV1Authorization.SubjectRulesReviewStatus.Builder.addAllResourceRules
(Iterable<? extends V1Authorization.ResourceRule> values) ResourceRules is the list of actions the subject is allowed to perform on resources.