Uses of Class
io.kubernetes.client.proto.V1.Volume
-
Uses of V1.Volume in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.VolumeModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.Volume>
V1.Volume.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.VolumeModifier and TypeMethodDescriptionV1.Volume.Builder.build()
V1.Volume.Builder.buildPartial()
static V1.Volume
V1.Volume.getDefaultInstance()
V1.Volume.Builder.getDefaultInstanceForType()
V1.Volume.getDefaultInstanceForType()
V1.PodSpec.Builder.getVolumes
(int index) List of volumes that can be mounted by containers belonging to the pod.V1.PodSpec.getVolumes
(int index) List of volumes that can be mounted by containers belonging to the pod.V1.PodSpecOrBuilder.getVolumes
(int index) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.getVolumes
(int index) Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpec.getVolumes
(int index) Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpecOrBuilder.getVolumes
(int index) Volumes defines the collection of Volume to inject into the pod.static V1.Volume
V1.Volume.parseDelimitedFrom
(InputStream input) static V1.Volume
V1.Volume.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Volume
V1.Volume.parseFrom
(byte[] data) static V1.Volume
V1.Volume.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Volume
V1.Volume.parseFrom
(com.google.protobuf.ByteString data) static V1.Volume
V1.Volume.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Volume
V1.Volume.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.Volume
V1.Volume.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Volume
V1.Volume.parseFrom
(InputStream input) static V1.Volume
V1.Volume.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Volume
V1.Volume.parseFrom
(ByteBuffer data) static V1.Volume
V1.Volume.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.VolumeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.Volume>
V1.Volume.getParserForType()
V1.PodSpec.Builder.getVolumesList()
List of volumes that can be mounted by containers belonging to the pod.V1.PodSpec.getVolumesList()
List of volumes that can be mounted by containers belonging to the pod.V1.PodSpecOrBuilder.getVolumesList()
List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.getVolumesList()
Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpec.getVolumesList()
Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpecOrBuilder.getVolumesList()
Volumes defines the collection of Volume to inject into the pod.static com.google.protobuf.Parser<V1.Volume>
V1.Volume.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.VolumeModifier and TypeMethodDescriptionV1.PodSpec.Builder.addVolumes
(int index, V1.Volume value) List of volumes that can be mounted by containers belonging to the pod.V1.PodSpec.Builder.addVolumes
(V1.Volume value) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.addVolumes
(int index, V1.Volume value) Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpec.Builder.addVolumes
(V1.Volume value) Volumes defines the collection of Volume to inject into the pod.static V1.Volume.Builder
V1.Volume.newBuilder
(V1.Volume prototype) V1.PodSpec.Builder.setVolumes
(int index, V1.Volume value) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.setVolumes
(int index, V1.Volume value) Volumes defines the collection of Volume to inject into the pod.Method parameters in io.kubernetes.client.proto with type arguments of type V1.VolumeModifier and TypeMethodDescriptionV1.PodSpec.Builder.addAllVolumes
(Iterable<? extends V1.Volume> values) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.addAllVolumes
(Iterable<? extends V1.Volume> values) Volumes defines the collection of Volume to inject into the pod.