Uses of Interface
io.kubernetes.client.proto.V1.VolumeOrBuilder
-
Uses of V1.VolumeOrBuilder in io.kubernetes.client.proto
Classes in io.kubernetes.client.proto that implement V1.VolumeOrBuilderModifier and TypeClassDescriptionstatic final classVolume represents a named volume in a pod that may be accessed by any container in the pod.static final classVolume represents a named volume in a pod that may be accessed by any container in the pod.Methods in io.kubernetes.client.proto that return V1.VolumeOrBuilderModifier and TypeMethodDescriptionV1.PodSpec.Builder.getVolumesOrBuilder(int index) List of volumes that can be mounted by containers belonging to the pod.V1.PodSpec.getVolumesOrBuilder(int index) List of volumes that can be mounted by containers belonging to the pod.V1.PodSpecOrBuilder.getVolumesOrBuilder(int index) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.getVolumesOrBuilder(int index) Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpec.getVolumesOrBuilder(int index) Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpecOrBuilder.getVolumesOrBuilder(int index) Volumes defines the collection of Volume to inject into the pod.Methods in io.kubernetes.client.proto that return types with arguments of type V1.VolumeOrBuilderModifier and TypeMethodDescriptionList<? extends V1.VolumeOrBuilder>V1.PodSpec.Builder.getVolumesOrBuilderList()List of volumes that can be mounted by containers belonging to the pod.List<? extends V1.VolumeOrBuilder>V1.PodSpec.getVolumesOrBuilderList()List of volumes that can be mounted by containers belonging to the pod.List<? extends V1.VolumeOrBuilder>V1.PodSpecOrBuilder.getVolumesOrBuilderList()List of volumes that can be mounted by containers belonging to the pod.List<? extends V1.VolumeOrBuilder>V1alpha1Settings.PodPresetSpec.Builder.getVolumesOrBuilderList()Volumes defines the collection of Volume to inject into the pod.List<? extends V1.VolumeOrBuilder>V1alpha1Settings.PodPresetSpec.getVolumesOrBuilderList()Volumes defines the collection of Volume to inject into the pod.List<? extends V1.VolumeOrBuilder>V1alpha1Settings.PodPresetSpecOrBuilder.getVolumesOrBuilderList()Volumes defines the collection of Volume to inject into the pod.