Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1FCVolumeSource |
V1FCVolumeSource.addTargetWWNsItem(String targetWWNsItem) |
V1FCVolumeSource |
V1FCVolumeSource.addWwidsItem(String wwidsItem) |
V1FCVolumeSource |
V1FCVolumeSource.fsType(String fsType) |
V1FCVolumeSource |
V1Volume.getFc()
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1FCVolumeSource |
V1PersistentVolumeSpec.getFc()
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
V1FCVolumeSource |
V1FCVolumeSource.lun(Integer lun) |
V1FCVolumeSource |
V1FCVolumeSource.readOnly(Boolean readOnly) |
V1FCVolumeSource |
V1FCVolumeSource.targetWWNs(List<String> targetWWNs) |
V1FCVolumeSource |
V1FCVolumeSource.wwids(List<String> wwids) |
Modifier and Type | Method and Description |
---|---|
V1Volume |
V1Volume.fc(V1FCVolumeSource fc) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.fc(V1FCVolumeSource fc) |
void |
V1Volume.setFc(V1FCVolumeSource fc) |
void |
V1PersistentVolumeSpec.setFc(V1FCVolumeSource fc) |
Copyright © 2018. All rights reserved.