Uses of Class
io.kubernetes.client.openapi.models.V1AttachedVolume
Packages that use V1AttachedVolume
-
Uses of V1AttachedVolume in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1AttachedVolumeModifier and TypeMethodDescriptionV1AttachedVolume.devicePath
(String devicePath) static V1AttachedVolume
Create an instance of V1AttachedVolume given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1AttachedVolumeModifier and TypeMethodDescriptionV1NodeStatus.getVolumesAttached()
List of volumes that are attached to the node.Methods in io.kubernetes.client.openapi.models with parameters of type V1AttachedVolumeModifier and TypeMethodDescriptionV1NodeStatus.addVolumesAttachedItem
(V1AttachedVolume volumesAttachedItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1AttachedVolumeModifier and TypeMethodDescriptionvoid
V1NodeStatus.setVolumesAttached
(List<V1AttachedVolume> volumesAttached) V1NodeStatus.volumesAttached
(List<V1AttachedVolume> volumesAttached)