Uses of Class
io.kubernetes.client.proto.V1Rbac.Subject.Builder
-
Uses of V1Rbac.Subject.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1Rbac.Subject.BuilderModifier and TypeMethodDescriptionV1Rbac.Subject.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1Rbac.ClusterRoleBinding.Builder.addSubjectsBuilder()Subjects holds references to the objects the role applies to.V1Rbac.ClusterRoleBinding.Builder.addSubjectsBuilder(int index) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.addSubjectsBuilder()Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.addSubjectsBuilder(int index) Subjects holds references to the objects the role applies to.V1Rbac.Subject.Builder.clear()V1Rbac.Subject.Builder.clearApiGroup()APIGroup holds the API group of the referenced subject.V1Rbac.Subject.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1Rbac.Subject.Builder.clearKind()Kind of object being referenced.V1Rbac.Subject.Builder.clearName()Name of the object being referenced.V1Rbac.Subject.Builder.clearNamespace()Namespace of the referenced object.V1Rbac.Subject.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1Rbac.Subject.Builder.clone()V1Rbac.ClusterRoleBinding.Builder.getSubjectsBuilder(int index) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.getSubjectsBuilder(int index) Subjects holds references to the objects the role applies to.V1Rbac.Subject.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Rbac.Subject.Builder.mergeFrom(com.google.protobuf.Message other) V1Rbac.Subject.Builder.mergeFrom(V1Rbac.Subject other) final V1Rbac.Subject.BuilderV1Rbac.Subject.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static V1Rbac.Subject.BuilderV1Rbac.Subject.newBuilder()static V1Rbac.Subject.BuilderV1Rbac.Subject.newBuilder(V1Rbac.Subject prototype) V1Rbac.Subject.newBuilderForType()protected V1Rbac.Subject.BuilderV1Rbac.Subject.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1Rbac.Subject.Builder.setApiGroup(String value) APIGroup holds the API group of the referenced subject.V1Rbac.Subject.Builder.setApiGroupBytes(com.google.protobuf.ByteString value) APIGroup holds the API group of the referenced subject.V1Rbac.Subject.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Kind of object being referenced.V1Rbac.Subject.Builder.setKindBytes(com.google.protobuf.ByteString value) Kind of object being referenced.Name of the object being referenced.V1Rbac.Subject.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the object being referenced.V1Rbac.Subject.Builder.setNamespace(String value) Namespace of the referenced object.V1Rbac.Subject.Builder.setNamespaceBytes(com.google.protobuf.ByteString value) Namespace of the referenced object.V1Rbac.Subject.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final V1Rbac.Subject.BuilderV1Rbac.Subject.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1Rbac.Subject.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type V1Rbac.Subject.BuilderModifier and TypeMethodDescriptionV1Rbac.ClusterRoleBinding.Builder.getSubjectsBuilderList()Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.getSubjectsBuilderList()Subjects holds references to the objects the role applies to.Methods in io.kubernetes.client.proto with parameters of type V1Rbac.Subject.BuilderModifier and TypeMethodDescriptionV1Rbac.ClusterRoleBinding.Builder.addSubjects(int index, V1Rbac.Subject.Builder builderForValue) Subjects holds references to the objects the role applies to.V1Rbac.ClusterRoleBinding.Builder.addSubjects(V1Rbac.Subject.Builder builderForValue) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.addSubjects(int index, V1Rbac.Subject.Builder builderForValue) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.addSubjects(V1Rbac.Subject.Builder builderForValue) Subjects holds references to the objects the role applies to.V1Rbac.ClusterRoleBinding.Builder.setSubjects(int index, V1Rbac.Subject.Builder builderForValue) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.setSubjects(int index, V1Rbac.Subject.Builder builderForValue) Subjects holds references to the objects the role applies to.