@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1ThanosRulerSpecFlexVolume 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 |
|---|
V1ThanosRulerSpecFlexVolume() |
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 V1ThanosRulerSpecFlexVolume driver(String driver)
public String getDriver()
public void setDriver(String driver)
public V1ThanosRulerSpecFlexVolume fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1ThanosRulerSpecFlexVolume options(Map<String,String> options)
public V1ThanosRulerSpecFlexVolume putOptionsItem(String key, String optionsItem)
@Nullable public Map<String,String> getOptions()
public V1ThanosRulerSpecFlexVolume readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1ThanosRulerSpecFlexVolume secretRef(V1ThanosRulerSpecFlexVolumeSecretRef secretRef)
@Nullable public V1ThanosRulerSpecFlexVolumeSecretRef getSecretRef()
public void setSecretRef(V1ThanosRulerSpecFlexVolumeSecretRef secretRef)
Copyright © 2020. All rights reserved.