Uses of Class
io.kubernetes.client.openapi.models.V1FCVolumeSource
Packages that use V1FCVolumeSource
-
Uses of V1FCVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1FCVolumeSourceModifier and TypeMethodDescriptionV1FCVolumeSource.addTargetWWNsItem
(String targetWWNsItem) V1FCVolumeSource.addWwidsItem
(String wwidsItem) static V1FCVolumeSource
Create an instance of V1FCVolumeSource given an JSON stringV1PersistentVolumeSpec.getFc()
Get fcV1Volume.getFc()
Get fcV1FCVolumeSource.targetWWNs
(List<String> targetWWNs) Methods in io.kubernetes.client.openapi.models with parameters of type V1FCVolumeSourceModifier and TypeMethodDescriptionV1PersistentVolumeSpec.fc
(V1FCVolumeSource fc) V1Volume.fc
(V1FCVolumeSource fc) void
V1PersistentVolumeSpec.setFc
(V1FCVolumeSource fc) void
V1Volume.setFc
(V1FCVolumeSource fc)