Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1FlexVolumeSource |
V1FlexVolumeSource.driver(String driver) |
V1FlexVolumeSource |
V1FlexVolumeSource.fsType(String fsType) |
V1FlexVolumeSource |
V1Volume.getFlexVolume()
Get flexVolume
|
V1FlexVolumeSource |
V1FlexVolumeSource.options(Map<String,String> options) |
V1FlexVolumeSource |
V1FlexVolumeSource.putOptionsItem(String key,
String optionsItem) |
V1FlexVolumeSource |
V1FlexVolumeSource.readOnly(Boolean readOnly) |
V1FlexVolumeSource |
V1FlexVolumeSource.secretRef(V1LocalObjectReference secretRef) |
Modifier and Type | Method and Description |
---|---|
V1Volume |
V1Volume.flexVolume(V1FlexVolumeSource flexVolume) |
void |
V1Volume.setFlexVolume(V1FlexVolumeSource flexVolume) |
Copyright © 2022. All rights reserved.