Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.addPortalsItem(String portalsItem) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.chapAuthDiscovery(Boolean chapAuthDiscovery) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.chapAuthSession(Boolean chapAuthSession) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.fsType(String fsType) |
V1ISCSIVolumeSource |
V1Volume.getIscsi()
ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1ISCSIVolumeSource |
V1PersistentVolumeSpec.getIscsi()
ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.initiatorName(String initiatorName) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.iqn(String iqn) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.iscsiInterface(String iscsiInterface) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.lun(Integer lun) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.portals(List<String> portals) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.readOnly(Boolean readOnly) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.secretRef(V1LocalObjectReference secretRef) |
V1ISCSIVolumeSource |
V1ISCSIVolumeSource.targetPortal(String targetPortal) |
Modifier and Type | Method and Description |
---|---|
V1Volume |
V1Volume.iscsi(V1ISCSIVolumeSource iscsi) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.iscsi(V1ISCSIVolumeSource iscsi) |
void |
V1Volume.setIscsi(V1ISCSIVolumeSource iscsi) |
void |
V1PersistentVolumeSpec.setIscsi(V1ISCSIVolumeSource iscsi) |
Copyright © 2017. All rights reserved.