Uses of Class
io.kubernetes.client.proto.V1.Namespace.Builder
-
Uses of V1.Namespace.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1.Namespace.BuilderModifier and TypeMethodDescriptionV1.NamespaceList.Builder.addItemsBuilder()Items is the list of Namespace objects in the list.V1.NamespaceList.Builder.addItemsBuilder(int index) Items is the list of Namespace objects in the list.V1.Namespace.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.Namespace.Builder.clear()V1.Namespace.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1.Namespace.Builder.clearMetadata()Standard object's metadata.V1.Namespace.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1.Namespace.Builder.clearSpec()Spec defines the behavior of the Namespace.V1.Namespace.Builder.clearStatus()Status describes the current status of a Namespace.V1.Namespace.Builder.clone()V1.NamespaceList.Builder.getItemsBuilder(int index) Items is the list of Namespace objects in the list.V1.Namespace.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.Namespace.Builder.mergeFrom(com.google.protobuf.Message other) V1.Namespace.Builder.mergeFrom(V1.Namespace other) V1.Namespace.Builder.mergeMetadata(Meta.ObjectMeta value) Standard object's metadata.V1.Namespace.Builder.mergeSpec(V1.NamespaceSpec value) Spec defines the behavior of the Namespace.V1.Namespace.Builder.mergeStatus(V1.NamespaceStatus value) Status describes the current status of a Namespace.final V1.Namespace.BuilderV1.Namespace.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static V1.Namespace.BuilderV1.Namespace.newBuilder()static V1.Namespace.BuilderV1.Namespace.newBuilder(V1.Namespace prototype) V1.Namespace.newBuilderForType()protected V1.Namespace.BuilderV1.Namespace.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1.Namespace.Builder.setMetadata(Meta.ObjectMeta value) Standard object's metadata.V1.Namespace.Builder.setMetadata(Meta.ObjectMeta.Builder builderForValue) Standard object's metadata.V1.Namespace.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) V1.Namespace.Builder.setSpec(V1.NamespaceSpec value) Spec defines the behavior of the Namespace.V1.Namespace.Builder.setSpec(V1.NamespaceSpec.Builder builderForValue) Spec defines the behavior of the Namespace.V1.Namespace.Builder.setStatus(V1.NamespaceStatus value) Status describes the current status of a Namespace.V1.Namespace.Builder.setStatus(V1.NamespaceStatus.Builder builderForValue) Status describes the current status of a Namespace.final V1.Namespace.BuilderV1.Namespace.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1.Namespace.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type V1.Namespace.BuilderModifier and TypeMethodDescriptionV1.NamespaceList.Builder.getItemsBuilderList()Items is the list of Namespace objects in the list.Methods in io.kubernetes.client.proto with parameters of type V1.Namespace.BuilderModifier and TypeMethodDescriptionV1.NamespaceList.Builder.addItems(int index, V1.Namespace.Builder builderForValue) Items is the list of Namespace objects in the list.V1.NamespaceList.Builder.addItems(V1.Namespace.Builder builderForValue) Items is the list of Namespace objects in the list.V1.NamespaceList.Builder.setItems(int index, V1.Namespace.Builder builderForValue) Items is the list of Namespace objects in the list.