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