@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1FlexVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DRIVER |
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SECRET_REF |
Constructor and Description |
---|
V1FlexVolumeSource() |
public static final String SERIALIZED_NAME_DRIVER
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_OPTIONS
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_SECRET_REF
public V1FlexVolumeSource driver(String driver)
public String getDriver()
public void setDriver(String driver)
public V1FlexVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1FlexVolumeSource options(Map<String,String> options)
public V1FlexVolumeSource putOptionsItem(String key, String optionsItem)
@Nullable public Map<String,String> getOptions()
public V1FlexVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1FlexVolumeSource secretRef(V1LocalObjectReference secretRef)
@Nullable public V1LocalObjectReference getSecretRef()
public void setSecretRef(V1LocalObjectReference secretRef)
Copyright © 2022. All rights reserved.