Package io.fabric8.kubernetes.api.model
Class PersistentVolumeClaimSpec
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PersistentVolumeClaimSpecBuilder>,KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PersistentVolumeClaimSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<PersistentVolumeClaimSpecBuilder>, KubernetesResource
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistentVolumeClaimSpec()No args constructor for use in serializationPersistentVolumeClaimSpec(List<String> accessModes, TypedLocalObjectReference dataSource, TypedObjectReference dataSourceRef, VolumeResourceRequirements resources, LabelSelector selector, String storageClassName, String volumeAttributesClassName, String volumeMode, String volumeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersistentVolumeClaimSpecBuilderedit()List<String>getAccessModes()accessModes contains the desired access modes the volume should have.Map<String,Object>getAdditionalProperties()TypedLocalObjectReferencegetDataSource()PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesTypedObjectReferencegetDataSourceRef()PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesVolumeResourceRequirementsgetResources()PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesLabelSelectorgetSelector()PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesStringgetStorageClassName()storageClassName is the name of the StorageClass required by the claim.StringgetVolumeAttributesClassName()volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim.StringgetVolumeMode()volumeMode defines what type of volume is required by the claim.StringgetVolumeName()volumeName is the binding reference to the PersistentVolume backing this claim.voidsetAccessModes(List<String> accessModes)accessModes contains the desired access modes the volume should have.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDataSource(TypedLocalObjectReference dataSource)PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesvoidsetDataSourceRef(TypedObjectReference dataSourceRef)PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesvoidsetResources(VolumeResourceRequirements resources)PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesvoidsetSelector(LabelSelector selector)PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesvoidsetStorageClassName(String storageClassName)storageClassName is the name of the StorageClass required by the claim.voidsetVolumeAttributesClassName(String volumeAttributesClassName)volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim.voidsetVolumeMode(String volumeMode)volumeMode defines what type of volume is required by the claim.voidsetVolumeName(String volumeName)volumeName is the binding reference to the PersistentVolume backing this claim.PersistentVolumeClaimSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
PersistentVolumeClaimSpec
public PersistentVolumeClaimSpec()
No args constructor for use in serialization
-
PersistentVolumeClaimSpec
public PersistentVolumeClaimSpec(List<String> accessModes, TypedLocalObjectReference dataSource, TypedObjectReference dataSourceRef, VolumeResourceRequirements resources, LabelSelector selector, String storageClassName, String volumeAttributesClassName, String volumeMode, String volumeName)
-
-
Method Detail
-
getAccessModes
public List<String> getAccessModes()
accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
-
setAccessModes
public void setAccessModes(List<String> accessModes)
accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
-
getDataSource
public TypedLocalObjectReference getDataSource()
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
-
setDataSource
public void setDataSource(TypedLocalObjectReference dataSource)
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
-
getDataSourceRef
public TypedObjectReference getDataSourceRef()
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
-
setDataSourceRef
public void setDataSourceRef(TypedObjectReference dataSourceRef)
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
-
getResources
public VolumeResourceRequirements getResources()
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
-
setResources
public void setResources(VolumeResourceRequirements resources)
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
-
getSelector
public LabelSelector getSelector()
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
-
setSelector
public void setSelector(LabelSelector selector)
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
-
getStorageClassName
public String getStorageClassName()
storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
-
setStorageClassName
public void setStorageClassName(String storageClassName)
storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
-
getVolumeAttributesClassName
public String getVolumeAttributesClassName()
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string or nil value indicates that no VolumeAttributesClass will be applied to the claim. If the claim enters an Infeasible error state, this field can be reset to its previous value (including nil) to cancel the modification. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/
-
setVolumeAttributesClassName
public void setVolumeAttributesClassName(String volumeAttributesClassName)
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string or nil value indicates that no VolumeAttributesClass will be applied to the claim. If the claim enters an Infeasible error state, this field can be reset to its previous value (including nil) to cancel the modification. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/
-
getVolumeMode
public String getVolumeMode()
volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
-
setVolumeMode
public void setVolumeMode(String volumeMode)
volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
-
getVolumeName
public String getVolumeName()
volumeName is the binding reference to the PersistentVolume backing this claim.
-
setVolumeName
public void setVolumeName(String volumeName)
volumeName is the binding reference to the PersistentVolume backing this claim.
-
edit
public PersistentVolumeClaimSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PersistentVolumeClaimSpecBuilder>
-
toBuilder
public PersistentVolumeClaimSpecBuilder toBuilder()
-
-