Uses of Class
io.kubernetes.client.proto.V1.VolumeMount
-
Uses of V1.VolumeMount in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.VolumeMountModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.VolumeMount>
V1.VolumeMount.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.VolumeMountModifier and TypeMethodDescriptionV1.VolumeMount.Builder.build()
V1.VolumeMount.Builder.buildPartial()
static V1.VolumeMount
V1.VolumeMount.getDefaultInstance()
V1.VolumeMount.Builder.getDefaultInstanceForType()
V1.VolumeMount.getDefaultInstanceForType()
V1.Container.Builder.getVolumeMounts
(int index) Pod volumes to mount into the container's filesystem.V1.Container.getVolumeMounts
(int index) Pod volumes to mount into the container's filesystem.V1.ContainerOrBuilder.getVolumeMounts
(int index) Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommon.Builder.getVolumeMounts
(int index) Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommon.getVolumeMounts
(int index) Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommonOrBuilder.getVolumeMounts
(int index) Pod volumes to mount into the container's filesystem.V1alpha1Settings.PodPresetSpec.Builder.getVolumeMounts
(int index) VolumeMounts defines the collection of VolumeMount to inject into containers.V1alpha1Settings.PodPresetSpec.getVolumeMounts
(int index) VolumeMounts defines the collection of VolumeMount to inject into containers.V1alpha1Settings.PodPresetSpecOrBuilder.getVolumeMounts
(int index) VolumeMounts defines the collection of VolumeMount to inject into containers.static V1.VolumeMount
V1.VolumeMount.parseDelimitedFrom
(InputStream input) static V1.VolumeMount
V1.VolumeMount.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeMount
V1.VolumeMount.parseFrom
(byte[] data) static V1.VolumeMount
V1.VolumeMount.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeMount
V1.VolumeMount.parseFrom
(com.google.protobuf.ByteString data) static V1.VolumeMount
V1.VolumeMount.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeMount
V1.VolumeMount.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.VolumeMount
V1.VolumeMount.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeMount
V1.VolumeMount.parseFrom
(InputStream input) static V1.VolumeMount
V1.VolumeMount.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeMount
V1.VolumeMount.parseFrom
(ByteBuffer data) static V1.VolumeMount
V1.VolumeMount.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.VolumeMountModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.VolumeMount>
V1.VolumeMount.getParserForType()
V1.Container.Builder.getVolumeMountsList()
Pod volumes to mount into the container's filesystem.V1.Container.getVolumeMountsList()
Pod volumes to mount into the container's filesystem.V1.ContainerOrBuilder.getVolumeMountsList()
Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommon.Builder.getVolumeMountsList()
Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommon.getVolumeMountsList()
Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommonOrBuilder.getVolumeMountsList()
Pod volumes to mount into the container's filesystem.V1alpha1Settings.PodPresetSpec.Builder.getVolumeMountsList()
VolumeMounts defines the collection of VolumeMount to inject into containers.V1alpha1Settings.PodPresetSpec.getVolumeMountsList()
VolumeMounts defines the collection of VolumeMount to inject into containers.V1alpha1Settings.PodPresetSpecOrBuilder.getVolumeMountsList()
VolumeMounts defines the collection of VolumeMount to inject into containers.static com.google.protobuf.Parser<V1.VolumeMount>
V1.VolumeMount.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.VolumeMountModifier and TypeMethodDescriptionV1.Container.Builder.addVolumeMounts
(int index, V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1.Container.Builder.addVolumeMounts
(V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommon.Builder.addVolumeMounts
(int index, V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommon.Builder.addVolumeMounts
(V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1alpha1Settings.PodPresetSpec.Builder.addVolumeMounts
(int index, V1.VolumeMount value) VolumeMounts defines the collection of VolumeMount to inject into containers.V1alpha1Settings.PodPresetSpec.Builder.addVolumeMounts
(V1.VolumeMount value) VolumeMounts defines the collection of VolumeMount to inject into containers.V1.VolumeMount.Builder.mergeFrom
(V1.VolumeMount other) static V1.VolumeMount.Builder
V1.VolumeMount.newBuilder
(V1.VolumeMount prototype) V1.Container.Builder.setVolumeMounts
(int index, V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommon.Builder.setVolumeMounts
(int index, V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1alpha1Settings.PodPresetSpec.Builder.setVolumeMounts
(int index, V1.VolumeMount value) VolumeMounts defines the collection of VolumeMount to inject into containers.Method parameters in io.kubernetes.client.proto with type arguments of type V1.VolumeMountModifier and TypeMethodDescriptionV1.Container.Builder.addAllVolumeMounts
(Iterable<? extends V1.VolumeMount> values) Pod volumes to mount into the container's filesystem.V1.EphemeralContainerCommon.Builder.addAllVolumeMounts
(Iterable<? extends V1.VolumeMount> values) Pod volumes to mount into the container's filesystem.V1alpha1Settings.PodPresetSpec.Builder.addAllVolumeMounts
(Iterable<? extends V1.VolumeMount> values) VolumeMounts defines the collection of VolumeMount to inject into containers.