Uses of Class
io.kubernetes.client.proto.V1.HostPathVolumeSource
-
Uses of V1.HostPathVolumeSource in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.HostPathVolumeSourceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.HostPathVolumeSource>
V1.HostPathVolumeSource.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.HostPathVolumeSourceModifier and TypeMethodDescriptionV1.HostPathVolumeSource.Builder.build()
V1.HostPathVolumeSource.Builder.buildPartial()
static V1.HostPathVolumeSource
V1.HostPathVolumeSource.getDefaultInstance()
V1.HostPathVolumeSource.Builder.getDefaultInstanceForType()
V1.HostPathVolumeSource.getDefaultInstanceForType()
V1.PersistentVolumeSource.Builder.getHostPath()
HostPath represents a directory on the host.V1.PersistentVolumeSource.getHostPath()
HostPath represents a directory on the host.V1.PersistentVolumeSourceOrBuilder.getHostPath()
HostPath represents a directory on the host.V1.VolumeSource.Builder.getHostPath()
HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.V1.VolumeSource.getHostPath()
HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.V1.VolumeSourceOrBuilder.getHostPath()
HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseDelimitedFrom
(InputStream input) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(byte[] data) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(com.google.protobuf.ByteString data) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(InputStream input) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(ByteBuffer data) static V1.HostPathVolumeSource
V1.HostPathVolumeSource.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.HostPathVolumeSourceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.HostPathVolumeSource>
V1.HostPathVolumeSource.getParserForType()
static com.google.protobuf.Parser<V1.HostPathVolumeSource>
V1.HostPathVolumeSource.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.HostPathVolumeSourceModifier and TypeMethodDescriptionV1.HostPathVolumeSource.Builder.mergeFrom
(V1.HostPathVolumeSource other) V1.PersistentVolumeSource.Builder.mergeHostPath
(V1.HostPathVolumeSource value) HostPath represents a directory on the host.V1.VolumeSource.Builder.mergeHostPath
(V1.HostPathVolumeSource value) HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.V1.HostPathVolumeSource.newBuilder
(V1.HostPathVolumeSource prototype) V1.PersistentVolumeSource.Builder.setHostPath
(V1.HostPathVolumeSource value) HostPath represents a directory on the host.V1.VolumeSource.Builder.setHostPath
(V1.HostPathVolumeSource value) HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.