Uses of Class
io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource
Packages that use V1ISCSIPersistentVolumeSource
-
Uses of V1ISCSIPersistentVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ISCSIPersistentVolumeSourceModifier and TypeMethodDescriptionV1ISCSIPersistentVolumeSource.addPortalsItem
(String portalsItem) V1ISCSIPersistentVolumeSource.chapAuthDiscovery
(Boolean chapAuthDiscovery) V1ISCSIPersistentVolumeSource.chapAuthSession
(Boolean chapAuthSession) Create an instance of V1ISCSIPersistentVolumeSource given an JSON stringV1PersistentVolumeSpec.getIscsi()
Get iscsiV1ISCSIPersistentVolumeSource.initiatorName
(String initiatorName) V1ISCSIPersistentVolumeSource.iscsiInterface
(String iscsiInterface) V1ISCSIPersistentVolumeSource.secretRef
(V1SecretReference secretRef) V1ISCSIPersistentVolumeSource.targetPortal
(String targetPortal) Methods in io.kubernetes.client.openapi.models with parameters of type V1ISCSIPersistentVolumeSourceModifier and TypeMethodDescriptionV1PersistentVolumeSpec.iscsi
(V1ISCSIPersistentVolumeSource iscsi) void
V1PersistentVolumeSpec.setIscsi
(V1ISCSIPersistentVolumeSource iscsi)