Uses of Class
io.kubernetes.client.proto.V1Rbac.PolicyRule.Builder
-
Uses of V1Rbac.PolicyRule.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1Rbac.PolicyRule.BuilderModifier and TypeMethodDescriptionV1Rbac.PolicyRule.Builder.addAllApiGroups(Iterable<String> values) APIGroups is the name of the APIGroup that contains the resources.V1Rbac.PolicyRule.Builder.addAllNonResourceURLs(Iterable<String> values) NonResourceURLs is a set of partial urls that a user should have access to.V1Rbac.PolicyRule.Builder.addAllResourceNames(Iterable<String> values) ResourceNames is an optional white list of names that the rule applies to.V1Rbac.PolicyRule.Builder.addAllResources(Iterable<String> values) Resources is a list of resources this rule applies to.V1Rbac.PolicyRule.Builder.addAllVerbs(Iterable<String> values) Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule.V1Rbac.PolicyRule.Builder.addApiGroups(String value) APIGroups is the name of the APIGroup that contains the resources.V1Rbac.PolicyRule.Builder.addApiGroupsBytes(com.google.protobuf.ByteString value) APIGroups is the name of the APIGroup that contains the resources.V1Rbac.PolicyRule.Builder.addNonResourceURLs(String value) NonResourceURLs is a set of partial urls that a user should have access to.V1Rbac.PolicyRule.Builder.addNonResourceURLsBytes(com.google.protobuf.ByteString value) NonResourceURLs is a set of partial urls that a user should have access to.V1Rbac.PolicyRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1Rbac.PolicyRule.Builder.addResourceNames(String value) ResourceNames is an optional white list of names that the rule applies to.V1Rbac.PolicyRule.Builder.addResourceNamesBytes(com.google.protobuf.ByteString value) ResourceNames is an optional white list of names that the rule applies to.V1Rbac.PolicyRule.Builder.addResources(String value) Resources is a list of resources this rule applies to.V1Rbac.PolicyRule.Builder.addResourcesBytes(com.google.protobuf.ByteString value) Resources is a list of resources this rule applies to.V1Rbac.ClusterRole.Builder.addRulesBuilder()Rules holds all the PolicyRules for this ClusterRole +optionalV1Rbac.ClusterRole.Builder.addRulesBuilder(int index) Rules holds all the PolicyRules for this ClusterRole +optionalV1Rbac.Role.Builder.addRulesBuilder()Rules holds all the PolicyRules for this Role +optionalV1Rbac.Role.Builder.addRulesBuilder(int index) Rules holds all the PolicyRules for this Role +optionalVerbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule.V1Rbac.PolicyRule.Builder.addVerbsBytes(com.google.protobuf.ByteString value) Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule.V1Rbac.PolicyRule.Builder.clear()V1Rbac.PolicyRule.Builder.clearApiGroups()APIGroups is the name of the APIGroup that contains the resources.V1Rbac.PolicyRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1Rbac.PolicyRule.Builder.clearNonResourceURLs()NonResourceURLs is a set of partial urls that a user should have access to.V1Rbac.PolicyRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1Rbac.PolicyRule.Builder.clearResourceNames()ResourceNames is an optional white list of names that the rule applies to.V1Rbac.PolicyRule.Builder.clearResources()Resources is a list of resources this rule applies to.V1Rbac.PolicyRule.Builder.clearVerbs()Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule.V1Rbac.PolicyRule.Builder.clone()V1Rbac.ClusterRole.Builder.getRulesBuilder(int index) Rules holds all the PolicyRules for this ClusterRole +optionalV1Rbac.Role.Builder.getRulesBuilder(int index) Rules holds all the PolicyRules for this Role +optionalV1Rbac.PolicyRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Rbac.PolicyRule.Builder.mergeFrom(com.google.protobuf.Message other) V1Rbac.PolicyRule.Builder.mergeFrom(V1Rbac.PolicyRule other) V1Rbac.PolicyRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static V1Rbac.PolicyRule.BuilderV1Rbac.PolicyRule.newBuilder()static V1Rbac.PolicyRule.BuilderV1Rbac.PolicyRule.newBuilder(V1Rbac.PolicyRule prototype) V1Rbac.PolicyRule.newBuilderForType()protected V1Rbac.PolicyRule.BuilderV1Rbac.PolicyRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1Rbac.PolicyRule.Builder.setApiGroups(int index, String value) APIGroups is the name of the APIGroup that contains the resources.V1Rbac.PolicyRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1Rbac.PolicyRule.Builder.setNonResourceURLs(int index, String value) NonResourceURLs is a set of partial urls that a user should have access to.V1Rbac.PolicyRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) V1Rbac.PolicyRule.Builder.setResourceNames(int index, String value) ResourceNames is an optional white list of names that the rule applies to.V1Rbac.PolicyRule.Builder.setResources(int index, String value) Resources is a list of resources this rule applies to.V1Rbac.PolicyRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule.V1Rbac.PolicyRule.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type V1Rbac.PolicyRule.BuilderModifier and TypeMethodDescriptionV1Rbac.ClusterRole.Builder.getRulesBuilderList()Rules holds all the PolicyRules for this ClusterRole +optionalV1Rbac.Role.Builder.getRulesBuilderList()Rules holds all the PolicyRules for this Role +optionalMethods in io.kubernetes.client.proto with parameters of type V1Rbac.PolicyRule.BuilderModifier and TypeMethodDescriptionV1Rbac.ClusterRole.Builder.addRules(int index, V1Rbac.PolicyRule.Builder builderForValue) Rules holds all the PolicyRules for this ClusterRole +optionalV1Rbac.ClusterRole.Builder.addRules(V1Rbac.PolicyRule.Builder builderForValue) Rules holds all the PolicyRules for this ClusterRole +optionalV1Rbac.Role.Builder.addRules(int index, V1Rbac.PolicyRule.Builder builderForValue) Rules holds all the PolicyRules for this Role +optionalV1Rbac.Role.Builder.addRules(V1Rbac.PolicyRule.Builder builderForValue) Rules holds all the PolicyRules for this Role +optionalV1Rbac.ClusterRole.Builder.setRules(int index, V1Rbac.PolicyRule.Builder builderForValue) Rules holds all the PolicyRules for this ClusterRole +optionalV1Rbac.Role.Builder.setRules(int index, V1Rbac.PolicyRule.Builder builderForValue) Rules holds all the PolicyRules for this Role +optional