Uses of Class
io.kubernetes.client.proto.V1.Namespace
-
Uses of V1.Namespace in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.NamespaceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.Namespace>
V1.Namespace.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.NamespaceModifier and TypeMethodDescriptionV1.Namespace.Builder.build()
V1.Namespace.Builder.buildPartial()
static V1.Namespace
V1.Namespace.getDefaultInstance()
V1.Namespace.Builder.getDefaultInstanceForType()
V1.Namespace.getDefaultInstanceForType()
V1.NamespaceList.Builder.getItems
(int index) Items is the list of Namespace objects in the list.V1.NamespaceList.getItems
(int index) Items is the list of Namespace objects in the list.V1.NamespaceListOrBuilder.getItems
(int index) Items is the list of Namespace objects in the list.static V1.Namespace
V1.Namespace.parseDelimitedFrom
(InputStream input) static V1.Namespace
V1.Namespace.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Namespace
V1.Namespace.parseFrom
(byte[] data) static V1.Namespace
V1.Namespace.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Namespace
V1.Namespace.parseFrom
(com.google.protobuf.ByteString data) static V1.Namespace
V1.Namespace.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Namespace
V1.Namespace.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.Namespace
V1.Namespace.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Namespace
V1.Namespace.parseFrom
(InputStream input) static V1.Namespace
V1.Namespace.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Namespace
V1.Namespace.parseFrom
(ByteBuffer data) static V1.Namespace
V1.Namespace.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.NamespaceModifier and TypeMethodDescriptionV1.NamespaceList.Builder.getItemsList()
Items is the list of Namespace objects in the list.V1.NamespaceList.getItemsList()
Items is the list of Namespace objects in the list.V1.NamespaceListOrBuilder.getItemsList()
Items is the list of Namespace objects in the list.com.google.protobuf.Parser<V1.Namespace>
V1.Namespace.getParserForType()
static com.google.protobuf.Parser<V1.Namespace>
V1.Namespace.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.NamespaceModifier and TypeMethodDescriptionV1.NamespaceList.Builder.addItems
(int index, V1.Namespace value) Items is the list of Namespace objects in the list.V1.NamespaceList.Builder.addItems
(V1.Namespace value) Items is the list of Namespace objects in the list.V1.Namespace.Builder.mergeFrom
(V1.Namespace other) static V1.Namespace.Builder
V1.Namespace.newBuilder
(V1.Namespace prototype) V1.NamespaceList.Builder.setItems
(int index, V1.Namespace value) Items is the list of Namespace objects in the list.Method parameters in io.kubernetes.client.proto with type arguments of type V1.NamespaceModifier and TypeMethodDescriptionV1.NamespaceList.Builder.addAllItems
(Iterable<? extends V1.Namespace> values) Items is the list of Namespace objects in the list.