Class V1FlockerVolumeSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1FlockerVolumeSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1FlockerVolumeSource
extends Object
Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondatasetName(String datasetName) Set datasetName in a chainable fashion.datasetUUID(String datasetUUID) Set datasetUUID in a chainable fashion.booleandatasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecateddatasetUUID is the UUID of the dataset.inthashCode()voidsetDatasetName(String datasetName) Set the datasetName property valuevoidsetDatasetUUID(String datasetUUID) Set the datasetUUID property valuetoString() 
- 
Field Details
- 
JSON_PROPERTY_DATASET_NAME
- See Also:
 
 - 
JSON_PROPERTY_DATASET_U_U_I_D
- See Also:
 
 
 - 
 - 
Constructor Details
- 
V1FlockerVolumeSource
public V1FlockerVolumeSource() 
 - 
 - 
Method Details
- 
getDatasetName
datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated- Returns:
 - the datasetName property value
 
 - 
setDatasetName
Set the datasetName property value - 
datasetName
Set datasetName in a chainable fashion.- Returns:
 - The same instance of V1FlockerVolumeSource for chaining.
 
 - 
getDatasetUUID
datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset- Returns:
 - the datasetUUID property value
 
 - 
setDatasetUUID
Set the datasetUUID property value - 
datasetUUID
Set datasetUUID in a chainable fashion.- Returns:
 - The same instance of V1FlockerVolumeSource for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -