Uses of Class
io.kubernetes.client.proto.V1Rbac.Subject
-
Uses of V1Rbac.Subject in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1Rbac.SubjectModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1Rbac.Subject>V1Rbac.Subject.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1Rbac.SubjectModifier and TypeMethodDescriptionV1Rbac.Subject.Builder.build()V1Rbac.Subject.Builder.buildPartial()static V1Rbac.SubjectV1Rbac.Subject.getDefaultInstance()V1Rbac.Subject.Builder.getDefaultInstanceForType()V1Rbac.Subject.getDefaultInstanceForType()V1Rbac.ClusterRoleBinding.Builder.getSubjects(int index) Subjects holds references to the objects the role applies to.V1Rbac.ClusterRoleBinding.getSubjects(int index) Subjects holds references to the objects the role applies to.V1Rbac.ClusterRoleBindingOrBuilder.getSubjects(int index) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.getSubjects(int index) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.getSubjects(int index) Subjects holds references to the objects the role applies to.V1Rbac.RoleBindingOrBuilder.getSubjects(int index) Subjects holds references to the objects the role applies to.static V1Rbac.SubjectV1Rbac.Subject.parseDelimitedFrom(InputStream input) static V1Rbac.SubjectV1Rbac.Subject.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(byte[] data) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(com.google.protobuf.ByteString data) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(com.google.protobuf.CodedInputStream input) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(InputStream input) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(ByteBuffer data) static V1Rbac.SubjectV1Rbac.Subject.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1Rbac.SubjectModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1Rbac.Subject>V1Rbac.Subject.getParserForType()V1Rbac.ClusterRoleBinding.Builder.getSubjectsList()Subjects holds references to the objects the role applies to.V1Rbac.ClusterRoleBinding.getSubjectsList()Subjects holds references to the objects the role applies to.V1Rbac.ClusterRoleBindingOrBuilder.getSubjectsList()Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.getSubjectsList()Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.getSubjectsList()Subjects holds references to the objects the role applies to.V1Rbac.RoleBindingOrBuilder.getSubjectsList()Subjects holds references to the objects the role applies to.static com.google.protobuf.Parser<V1Rbac.Subject>V1Rbac.Subject.parser()Methods in io.kubernetes.client.proto with parameters of type V1Rbac.SubjectModifier and TypeMethodDescriptionV1Rbac.ClusterRoleBinding.Builder.addSubjects(int index, V1Rbac.Subject value) Subjects holds references to the objects the role applies to.V1Rbac.ClusterRoleBinding.Builder.addSubjects(V1Rbac.Subject value) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.addSubjects(int index, V1Rbac.Subject value) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.addSubjects(V1Rbac.Subject value) Subjects holds references to the objects the role applies to.V1Rbac.Subject.Builder.mergeFrom(V1Rbac.Subject other) static V1Rbac.Subject.BuilderV1Rbac.Subject.newBuilder(V1Rbac.Subject prototype) V1Rbac.ClusterRoleBinding.Builder.setSubjects(int index, V1Rbac.Subject value) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.setSubjects(int index, V1Rbac.Subject value) Subjects holds references to the objects the role applies to.Method parameters in io.kubernetes.client.proto with type arguments of type V1Rbac.SubjectModifier and TypeMethodDescriptionV1Rbac.ClusterRoleBinding.Builder.addAllSubjects(Iterable<? extends V1Rbac.Subject> values) Subjects holds references to the objects the role applies to.V1Rbac.RoleBinding.Builder.addAllSubjects(Iterable<? extends V1Rbac.Subject> values) Subjects holds references to the objects the role applies to.