Package io.fabric8.kubernetes.api.model
Class PersistentVolumeSpecFluentImpl<A extends PersistentVolumeSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PersistentVolumeSpecFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PersistentVolumeSpecFluent<A>
- Direct Known Subclasses:
PersistentVolumeFluentImpl.SpecNestedImpl,PersistentVolumeSpecBuilder,WatchEventFluentImpl.PersistentVolumeSpecObjectNestedImpl
public class PersistentVolumeSpecFluentImpl<A extends PersistentVolumeSpecFluent<A>> extends BaseFluent<A> implements PersistentVolumeSpecFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PersistentVolumeSpecFluent
PersistentVolumeSpecFluent.AwsElasticBlockStoreNested<N>, PersistentVolumeSpecFluent.AzureDiskNested<N>, PersistentVolumeSpecFluent.AzureFileNested<N>, PersistentVolumeSpecFluent.CephfsNested<N>, PersistentVolumeSpecFluent.CinderNested<N>, PersistentVolumeSpecFluent.ClaimRefNested<N>, PersistentVolumeSpecFluent.CsiNested<N>, PersistentVolumeSpecFluent.FcNested<N>, PersistentVolumeSpecFluent.FlexVolumeNested<N>, PersistentVolumeSpecFluent.FlockerNested<N>, PersistentVolumeSpecFluent.GcePersistentDiskNested<N>, PersistentVolumeSpecFluent.GlusterfsNested<N>, PersistentVolumeSpecFluent.HostPathNested<N>, PersistentVolumeSpecFluent.IscsiNested<N>, PersistentVolumeSpecFluent.LocalNested<N>, PersistentVolumeSpecFluent.NfsNested<N>, PersistentVolumeSpecFluent.NodeAffinityNested<N>, PersistentVolumeSpecFluent.PhotonPersistentDiskNested<N>, PersistentVolumeSpecFluent.PortworxVolumeNested<N>, PersistentVolumeSpecFluent.QuobyteNested<N>, PersistentVolumeSpecFluent.RbdNested<N>, PersistentVolumeSpecFluent.ScaleIONested<N>, PersistentVolumeSpecFluent.StorageosNested<N>, PersistentVolumeSpecFluent.VsphereVolumeNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PersistentVolumeSpecFluentImpl()PersistentVolumeSpecFluentImpl(PersistentVolumeSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
PersistentVolumeSpecFluentImpl
public PersistentVolumeSpecFluentImpl()
-
PersistentVolumeSpecFluentImpl
public PersistentVolumeSpecFluentImpl(PersistentVolumeSpec instance)
-
-
Method Detail
-
addToAccessModes
public A addToAccessModes(int index, String item)
- Specified by:
addToAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
setToAccessModes
public A setToAccessModes(int index, String item)
- Specified by:
setToAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addToAccessModes
public A addToAccessModes(String... items)
- Specified by:
addToAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addAllToAccessModes
public A addAllToAccessModes(Collection<String> items)
- Specified by:
addAllToAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
removeFromAccessModes
public A removeFromAccessModes(String... items)
- Specified by:
removeFromAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
removeAllFromAccessModes
public A removeAllFromAccessModes(Collection<String> items)
- Specified by:
removeAllFromAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getAccessModes
public List<String> getAccessModes()
- Specified by:
getAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getAccessMode
public String getAccessMode(int index)
- Specified by:
getAccessModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getFirstAccessMode
public String getFirstAccessMode()
- Specified by:
getFirstAccessModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getLastAccessMode
public String getLastAccessMode()
- Specified by:
getLastAccessModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getMatchingAccessMode
public String getMatchingAccessMode(Predicate<String> predicate)
- Specified by:
getMatchingAccessModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasMatchingAccessMode
public Boolean hasMatchingAccessMode(Predicate<String> predicate)
- Specified by:
hasMatchingAccessModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withAccessModes
public A withAccessModes(List<String> accessModes)
- Specified by:
withAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withAccessModes
public A withAccessModes(String... accessModes)
- Specified by:
withAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasAccessModes
public Boolean hasAccessModes()
- Specified by:
hasAccessModesin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addNewAccessMode
public A addNewAccessMode(String arg1)
- Specified by:
addNewAccessModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addNewAccessMode
public A addNewAccessMode(StringBuilder arg1)
- Specified by:
addNewAccessModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addNewAccessMode
public A addNewAccessMode(StringBuffer arg1)
- Specified by:
addNewAccessModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getAwsElasticBlockStore
@Deprecated public AWSElasticBlockStoreVolumeSource getAwsElasticBlockStore()
Deprecated.This method has been deprecated, please use method buildAwsElasticBlockStore instead.- Specified by:
getAwsElasticBlockStorein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildAwsElasticBlockStore
public AWSElasticBlockStoreVolumeSource buildAwsElasticBlockStore()
- Specified by:
buildAwsElasticBlockStorein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withAwsElasticBlockStore
public A withAwsElasticBlockStore(AWSElasticBlockStoreVolumeSource awsElasticBlockStore)
- Specified by:
withAwsElasticBlockStorein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasAwsElasticBlockStore
public Boolean hasAwsElasticBlockStore()
- Specified by:
hasAwsElasticBlockStorein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewAwsElasticBlockStore
public A withNewAwsElasticBlockStore(String fsType, Integer partition, Boolean readOnly, String volumeID)
- Specified by:
withNewAwsElasticBlockStorein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewAwsElasticBlockStore
public PersistentVolumeSpecFluent.AwsElasticBlockStoreNested<A> withNewAwsElasticBlockStore()
- Specified by:
withNewAwsElasticBlockStorein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewAwsElasticBlockStoreLike
public PersistentVolumeSpecFluent.AwsElasticBlockStoreNested<A> withNewAwsElasticBlockStoreLike(AWSElasticBlockStoreVolumeSource item)
- Specified by:
withNewAwsElasticBlockStoreLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editAwsElasticBlockStore
public PersistentVolumeSpecFluent.AwsElasticBlockStoreNested<A> editAwsElasticBlockStore()
- Specified by:
editAwsElasticBlockStorein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewAwsElasticBlockStore
public PersistentVolumeSpecFluent.AwsElasticBlockStoreNested<A> editOrNewAwsElasticBlockStore()
- Specified by:
editOrNewAwsElasticBlockStorein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewAwsElasticBlockStoreLike
public PersistentVolumeSpecFluent.AwsElasticBlockStoreNested<A> editOrNewAwsElasticBlockStoreLike(AWSElasticBlockStoreVolumeSource item)
- Specified by:
editOrNewAwsElasticBlockStoreLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getAzureDisk
@Deprecated public AzureDiskVolumeSource getAzureDisk()
Deprecated.This method has been deprecated, please use method buildAzureDisk instead.- Specified by:
getAzureDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildAzureDisk
public AzureDiskVolumeSource buildAzureDisk()
- Specified by:
buildAzureDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withAzureDisk
public A withAzureDisk(AzureDiskVolumeSource azureDisk)
- Specified by:
withAzureDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasAzureDisk
public Boolean hasAzureDisk()
- Specified by:
hasAzureDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewAzureDisk
public PersistentVolumeSpecFluent.AzureDiskNested<A> withNewAzureDisk()
- Specified by:
withNewAzureDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewAzureDiskLike
public PersistentVolumeSpecFluent.AzureDiskNested<A> withNewAzureDiskLike(AzureDiskVolumeSource item)
- Specified by:
withNewAzureDiskLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editAzureDisk
public PersistentVolumeSpecFluent.AzureDiskNested<A> editAzureDisk()
- Specified by:
editAzureDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewAzureDisk
public PersistentVolumeSpecFluent.AzureDiskNested<A> editOrNewAzureDisk()
- Specified by:
editOrNewAzureDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewAzureDiskLike
public PersistentVolumeSpecFluent.AzureDiskNested<A> editOrNewAzureDiskLike(AzureDiskVolumeSource item)
- Specified by:
editOrNewAzureDiskLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getAzureFile
@Deprecated public AzureFilePersistentVolumeSource getAzureFile()
Deprecated.This method has been deprecated, please use method buildAzureFile instead.- Specified by:
getAzureFilein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildAzureFile
public AzureFilePersistentVolumeSource buildAzureFile()
- Specified by:
buildAzureFilein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withAzureFile
public A withAzureFile(AzureFilePersistentVolumeSource azureFile)
- Specified by:
withAzureFilein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasAzureFile
public Boolean hasAzureFile()
- Specified by:
hasAzureFilein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewAzureFile
public A withNewAzureFile(Boolean readOnly, String secretName, String secretNamespace, String shareName)
- Specified by:
withNewAzureFilein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewAzureFile
public PersistentVolumeSpecFluent.AzureFileNested<A> withNewAzureFile()
- Specified by:
withNewAzureFilein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewAzureFileLike
public PersistentVolumeSpecFluent.AzureFileNested<A> withNewAzureFileLike(AzureFilePersistentVolumeSource item)
- Specified by:
withNewAzureFileLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editAzureFile
public PersistentVolumeSpecFluent.AzureFileNested<A> editAzureFile()
- Specified by:
editAzureFilein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewAzureFile
public PersistentVolumeSpecFluent.AzureFileNested<A> editOrNewAzureFile()
- Specified by:
editOrNewAzureFilein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewAzureFileLike
public PersistentVolumeSpecFluent.AzureFileNested<A> editOrNewAzureFileLike(AzureFilePersistentVolumeSource item)
- Specified by:
editOrNewAzureFileLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addToCapacity
public A addToCapacity(String key, Quantity value)
- Specified by:
addToCapacityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addToCapacity
public A addToCapacity(Map<String,Quantity> map)
- Specified by:
addToCapacityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
removeFromCapacity
public A removeFromCapacity(String key)
- Specified by:
removeFromCapacityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
removeFromCapacity
public A removeFromCapacity(Map<String,Quantity> map)
- Specified by:
removeFromCapacityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getCapacity
public Map<String,Quantity> getCapacity()
- Specified by:
getCapacityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withCapacity
public A withCapacity(Map<String,Quantity> capacity)
- Specified by:
withCapacityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasCapacity
public Boolean hasCapacity()
- Specified by:
hasCapacityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getCephfs
@Deprecated public CephFSPersistentVolumeSource getCephfs()
Deprecated.This method has been deprecated, please use method buildCephfs instead.- Specified by:
getCephfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildCephfs
public CephFSPersistentVolumeSource buildCephfs()
- Specified by:
buildCephfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withCephfs
public A withCephfs(CephFSPersistentVolumeSource cephfs)
- Specified by:
withCephfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasCephfs
public Boolean hasCephfs()
- Specified by:
hasCephfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewCephfs
public PersistentVolumeSpecFluent.CephfsNested<A> withNewCephfs()
- Specified by:
withNewCephfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewCephfsLike
public PersistentVolumeSpecFluent.CephfsNested<A> withNewCephfsLike(CephFSPersistentVolumeSource item)
- Specified by:
withNewCephfsLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editCephfs
public PersistentVolumeSpecFluent.CephfsNested<A> editCephfs()
- Specified by:
editCephfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewCephfs
public PersistentVolumeSpecFluent.CephfsNested<A> editOrNewCephfs()
- Specified by:
editOrNewCephfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewCephfsLike
public PersistentVolumeSpecFluent.CephfsNested<A> editOrNewCephfsLike(CephFSPersistentVolumeSource item)
- Specified by:
editOrNewCephfsLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getCinder
@Deprecated public CinderPersistentVolumeSource getCinder()
Deprecated.This method has been deprecated, please use method buildCinder instead.- Specified by:
getCinderin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildCinder
public CinderPersistentVolumeSource buildCinder()
- Specified by:
buildCinderin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withCinder
public A withCinder(CinderPersistentVolumeSource cinder)
- Specified by:
withCinderin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasCinder
public Boolean hasCinder()
- Specified by:
hasCinderin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewCinder
public PersistentVolumeSpecFluent.CinderNested<A> withNewCinder()
- Specified by:
withNewCinderin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewCinderLike
public PersistentVolumeSpecFluent.CinderNested<A> withNewCinderLike(CinderPersistentVolumeSource item)
- Specified by:
withNewCinderLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editCinder
public PersistentVolumeSpecFluent.CinderNested<A> editCinder()
- Specified by:
editCinderin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewCinder
public PersistentVolumeSpecFluent.CinderNested<A> editOrNewCinder()
- Specified by:
editOrNewCinderin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewCinderLike
public PersistentVolumeSpecFluent.CinderNested<A> editOrNewCinderLike(CinderPersistentVolumeSource item)
- Specified by:
editOrNewCinderLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getClaimRef
@Deprecated public ObjectReference getClaimRef()
Deprecated.This method has been deprecated, please use method buildClaimRef instead.- Specified by:
getClaimRefin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildClaimRef
public ObjectReference buildClaimRef()
- Specified by:
buildClaimRefin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withClaimRef
public A withClaimRef(ObjectReference claimRef)
- Specified by:
withClaimRefin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasClaimRef
public Boolean hasClaimRef()
- Specified by:
hasClaimRefin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewClaimRef
public PersistentVolumeSpecFluent.ClaimRefNested<A> withNewClaimRef()
- Specified by:
withNewClaimRefin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewClaimRefLike
public PersistentVolumeSpecFluent.ClaimRefNested<A> withNewClaimRefLike(ObjectReference item)
- Specified by:
withNewClaimRefLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editClaimRef
public PersistentVolumeSpecFluent.ClaimRefNested<A> editClaimRef()
- Specified by:
editClaimRefin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewClaimRef
public PersistentVolumeSpecFluent.ClaimRefNested<A> editOrNewClaimRef()
- Specified by:
editOrNewClaimRefin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewClaimRefLike
public PersistentVolumeSpecFluent.ClaimRefNested<A> editOrNewClaimRefLike(ObjectReference item)
- Specified by:
editOrNewClaimRefLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getCsi
@Deprecated public CSIPersistentVolumeSource getCsi()
Deprecated.This method has been deprecated, please use method buildCsi instead.- Specified by:
getCsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildCsi
public CSIPersistentVolumeSource buildCsi()
- Specified by:
buildCsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withCsi
public A withCsi(CSIPersistentVolumeSource csi)
- Specified by:
withCsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasCsi
public Boolean hasCsi()
- Specified by:
hasCsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewCsi
public PersistentVolumeSpecFluent.CsiNested<A> withNewCsi()
- Specified by:
withNewCsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewCsiLike
public PersistentVolumeSpecFluent.CsiNested<A> withNewCsiLike(CSIPersistentVolumeSource item)
- Specified by:
withNewCsiLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editCsi
public PersistentVolumeSpecFluent.CsiNested<A> editCsi()
- Specified by:
editCsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewCsi
public PersistentVolumeSpecFluent.CsiNested<A> editOrNewCsi()
- Specified by:
editOrNewCsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewCsiLike
public PersistentVolumeSpecFluent.CsiNested<A> editOrNewCsiLike(CSIPersistentVolumeSource item)
- Specified by:
editOrNewCsiLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getFc
@Deprecated public FCVolumeSource getFc()
Deprecated.This method has been deprecated, please use method buildFc instead.- Specified by:
getFcin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildFc
public FCVolumeSource buildFc()
- Specified by:
buildFcin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withFc
public A withFc(FCVolumeSource fc)
- Specified by:
withFcin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasFc
public Boolean hasFc()
- Specified by:
hasFcin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewFc
public PersistentVolumeSpecFluent.FcNested<A> withNewFc()
- Specified by:
withNewFcin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewFcLike
public PersistentVolumeSpecFluent.FcNested<A> withNewFcLike(FCVolumeSource item)
- Specified by:
withNewFcLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editFc
public PersistentVolumeSpecFluent.FcNested<A> editFc()
- Specified by:
editFcin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewFc
public PersistentVolumeSpecFluent.FcNested<A> editOrNewFc()
- Specified by:
editOrNewFcin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewFcLike
public PersistentVolumeSpecFluent.FcNested<A> editOrNewFcLike(FCVolumeSource item)
- Specified by:
editOrNewFcLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getFlexVolume
@Deprecated public FlexPersistentVolumeSource getFlexVolume()
Deprecated.This method has been deprecated, please use method buildFlexVolume instead.- Specified by:
getFlexVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildFlexVolume
public FlexPersistentVolumeSource buildFlexVolume()
- Specified by:
buildFlexVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withFlexVolume
public A withFlexVolume(FlexPersistentVolumeSource flexVolume)
- Specified by:
withFlexVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasFlexVolume
public Boolean hasFlexVolume()
- Specified by:
hasFlexVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewFlexVolume
public PersistentVolumeSpecFluent.FlexVolumeNested<A> withNewFlexVolume()
- Specified by:
withNewFlexVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewFlexVolumeLike
public PersistentVolumeSpecFluent.FlexVolumeNested<A> withNewFlexVolumeLike(FlexPersistentVolumeSource item)
- Specified by:
withNewFlexVolumeLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editFlexVolume
public PersistentVolumeSpecFluent.FlexVolumeNested<A> editFlexVolume()
- Specified by:
editFlexVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewFlexVolume
public PersistentVolumeSpecFluent.FlexVolumeNested<A> editOrNewFlexVolume()
- Specified by:
editOrNewFlexVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewFlexVolumeLike
public PersistentVolumeSpecFluent.FlexVolumeNested<A> editOrNewFlexVolumeLike(FlexPersistentVolumeSource item)
- Specified by:
editOrNewFlexVolumeLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getFlocker
@Deprecated public FlockerVolumeSource getFlocker()
Deprecated.This method has been deprecated, please use method buildFlocker instead.- Specified by:
getFlockerin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildFlocker
public FlockerVolumeSource buildFlocker()
- Specified by:
buildFlockerin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withFlocker
public A withFlocker(FlockerVolumeSource flocker)
- Specified by:
withFlockerin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasFlocker
public Boolean hasFlocker()
- Specified by:
hasFlockerin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewFlocker
public A withNewFlocker(String datasetName, String datasetUUID)
- Specified by:
withNewFlockerin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewFlocker
public PersistentVolumeSpecFluent.FlockerNested<A> withNewFlocker()
- Specified by:
withNewFlockerin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewFlockerLike
public PersistentVolumeSpecFluent.FlockerNested<A> withNewFlockerLike(FlockerVolumeSource item)
- Specified by:
withNewFlockerLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editFlocker
public PersistentVolumeSpecFluent.FlockerNested<A> editFlocker()
- Specified by:
editFlockerin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewFlocker
public PersistentVolumeSpecFluent.FlockerNested<A> editOrNewFlocker()
- Specified by:
editOrNewFlockerin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewFlockerLike
public PersistentVolumeSpecFluent.FlockerNested<A> editOrNewFlockerLike(FlockerVolumeSource item)
- Specified by:
editOrNewFlockerLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getGcePersistentDisk
@Deprecated public GCEPersistentDiskVolumeSource getGcePersistentDisk()
Deprecated.This method has been deprecated, please use method buildGcePersistentDisk instead.- Specified by:
getGcePersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildGcePersistentDisk
public GCEPersistentDiskVolumeSource buildGcePersistentDisk()
- Specified by:
buildGcePersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withGcePersistentDisk
public A withGcePersistentDisk(GCEPersistentDiskVolumeSource gcePersistentDisk)
- Specified by:
withGcePersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasGcePersistentDisk
public Boolean hasGcePersistentDisk()
- Specified by:
hasGcePersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewGcePersistentDisk
public A withNewGcePersistentDisk(String fsType, Integer partition, String pdName, Boolean readOnly)
- Specified by:
withNewGcePersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewGcePersistentDisk
public PersistentVolumeSpecFluent.GcePersistentDiskNested<A> withNewGcePersistentDisk()
- Specified by:
withNewGcePersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewGcePersistentDiskLike
public PersistentVolumeSpecFluent.GcePersistentDiskNested<A> withNewGcePersistentDiskLike(GCEPersistentDiskVolumeSource item)
- Specified by:
withNewGcePersistentDiskLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editGcePersistentDisk
public PersistentVolumeSpecFluent.GcePersistentDiskNested<A> editGcePersistentDisk()
- Specified by:
editGcePersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewGcePersistentDisk
public PersistentVolumeSpecFluent.GcePersistentDiskNested<A> editOrNewGcePersistentDisk()
- Specified by:
editOrNewGcePersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewGcePersistentDiskLike
public PersistentVolumeSpecFluent.GcePersistentDiskNested<A> editOrNewGcePersistentDiskLike(GCEPersistentDiskVolumeSource item)
- Specified by:
editOrNewGcePersistentDiskLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getGlusterfs
@Deprecated public GlusterfsPersistentVolumeSource getGlusterfs()
Deprecated.This method has been deprecated, please use method buildGlusterfs instead.- Specified by:
getGlusterfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildGlusterfs
public GlusterfsPersistentVolumeSource buildGlusterfs()
- Specified by:
buildGlusterfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withGlusterfs
public A withGlusterfs(GlusterfsPersistentVolumeSource glusterfs)
- Specified by:
withGlusterfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasGlusterfs
public Boolean hasGlusterfs()
- Specified by:
hasGlusterfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewGlusterfs
public A withNewGlusterfs(String endpoints, String endpointsNamespace, String path, Boolean readOnly)
- Specified by:
withNewGlusterfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewGlusterfs
public PersistentVolumeSpecFluent.GlusterfsNested<A> withNewGlusterfs()
- Specified by:
withNewGlusterfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewGlusterfsLike
public PersistentVolumeSpecFluent.GlusterfsNested<A> withNewGlusterfsLike(GlusterfsPersistentVolumeSource item)
- Specified by:
withNewGlusterfsLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editGlusterfs
public PersistentVolumeSpecFluent.GlusterfsNested<A> editGlusterfs()
- Specified by:
editGlusterfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewGlusterfs
public PersistentVolumeSpecFluent.GlusterfsNested<A> editOrNewGlusterfs()
- Specified by:
editOrNewGlusterfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewGlusterfsLike
public PersistentVolumeSpecFluent.GlusterfsNested<A> editOrNewGlusterfsLike(GlusterfsPersistentVolumeSource item)
- Specified by:
editOrNewGlusterfsLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getHostPath
@Deprecated public HostPathVolumeSource getHostPath()
Deprecated.This method has been deprecated, please use method buildHostPath instead.- Specified by:
getHostPathin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildHostPath
public HostPathVolumeSource buildHostPath()
- Specified by:
buildHostPathin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withHostPath
public A withHostPath(HostPathVolumeSource hostPath)
- Specified by:
withHostPathin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasHostPath
public Boolean hasHostPath()
- Specified by:
hasHostPathin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewHostPath
public A withNewHostPath(String path, String type)
- Specified by:
withNewHostPathin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewHostPath
public PersistentVolumeSpecFluent.HostPathNested<A> withNewHostPath()
- Specified by:
withNewHostPathin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewHostPathLike
public PersistentVolumeSpecFluent.HostPathNested<A> withNewHostPathLike(HostPathVolumeSource item)
- Specified by:
withNewHostPathLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editHostPath
public PersistentVolumeSpecFluent.HostPathNested<A> editHostPath()
- Specified by:
editHostPathin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewHostPath
public PersistentVolumeSpecFluent.HostPathNested<A> editOrNewHostPath()
- Specified by:
editOrNewHostPathin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewHostPathLike
public PersistentVolumeSpecFluent.HostPathNested<A> editOrNewHostPathLike(HostPathVolumeSource item)
- Specified by:
editOrNewHostPathLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getIscsi
@Deprecated public ISCSIPersistentVolumeSource getIscsi()
Deprecated.This method has been deprecated, please use method buildIscsi instead.- Specified by:
getIscsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildIscsi
public ISCSIPersistentVolumeSource buildIscsi()
- Specified by:
buildIscsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withIscsi
public A withIscsi(ISCSIPersistentVolumeSource iscsi)
- Specified by:
withIscsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasIscsi
public Boolean hasIscsi()
- Specified by:
hasIscsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewIscsi
public PersistentVolumeSpecFluent.IscsiNested<A> withNewIscsi()
- Specified by:
withNewIscsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewIscsiLike
public PersistentVolumeSpecFluent.IscsiNested<A> withNewIscsiLike(ISCSIPersistentVolumeSource item)
- Specified by:
withNewIscsiLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editIscsi
public PersistentVolumeSpecFluent.IscsiNested<A> editIscsi()
- Specified by:
editIscsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewIscsi
public PersistentVolumeSpecFluent.IscsiNested<A> editOrNewIscsi()
- Specified by:
editOrNewIscsiin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewIscsiLike
public PersistentVolumeSpecFluent.IscsiNested<A> editOrNewIscsiLike(ISCSIPersistentVolumeSource item)
- Specified by:
editOrNewIscsiLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getLocal
@Deprecated public LocalVolumeSource getLocal()
Deprecated.This method has been deprecated, please use method buildLocal instead.- Specified by:
getLocalin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildLocal
public LocalVolumeSource buildLocal()
- Specified by:
buildLocalin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withLocal
public A withLocal(LocalVolumeSource local)
- Specified by:
withLocalin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasLocal
public Boolean hasLocal()
- Specified by:
hasLocalin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewLocal
public A withNewLocal(String fsType, String path)
- Specified by:
withNewLocalin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewLocal
public PersistentVolumeSpecFluent.LocalNested<A> withNewLocal()
- Specified by:
withNewLocalin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewLocalLike
public PersistentVolumeSpecFluent.LocalNested<A> withNewLocalLike(LocalVolumeSource item)
- Specified by:
withNewLocalLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editLocal
public PersistentVolumeSpecFluent.LocalNested<A> editLocal()
- Specified by:
editLocalin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewLocal
public PersistentVolumeSpecFluent.LocalNested<A> editOrNewLocal()
- Specified by:
editOrNewLocalin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewLocalLike
public PersistentVolumeSpecFluent.LocalNested<A> editOrNewLocalLike(LocalVolumeSource item)
- Specified by:
editOrNewLocalLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addToMountOptions
public A addToMountOptions(int index, String item)
- Specified by:
addToMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
setToMountOptions
public A setToMountOptions(int index, String item)
- Specified by:
setToMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addToMountOptions
public A addToMountOptions(String... items)
- Specified by:
addToMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addAllToMountOptions
public A addAllToMountOptions(Collection<String> items)
- Specified by:
addAllToMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
removeFromMountOptions
public A removeFromMountOptions(String... items)
- Specified by:
removeFromMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
removeAllFromMountOptions
public A removeAllFromMountOptions(Collection<String> items)
- Specified by:
removeAllFromMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getMountOptions
public List<String> getMountOptions()
- Specified by:
getMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getMountOption
public String getMountOption(int index)
- Specified by:
getMountOptionin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getFirstMountOption
public String getFirstMountOption()
- Specified by:
getFirstMountOptionin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getLastMountOption
public String getLastMountOption()
- Specified by:
getLastMountOptionin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getMatchingMountOption
public String getMatchingMountOption(Predicate<String> predicate)
- Specified by:
getMatchingMountOptionin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasMatchingMountOption
public Boolean hasMatchingMountOption(Predicate<String> predicate)
- Specified by:
hasMatchingMountOptionin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withMountOptions
public A withMountOptions(List<String> mountOptions)
- Specified by:
withMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withMountOptions
public A withMountOptions(String... mountOptions)
- Specified by:
withMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasMountOptions
public Boolean hasMountOptions()
- Specified by:
hasMountOptionsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addNewMountOption
public A addNewMountOption(String arg1)
- Specified by:
addNewMountOptionin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addNewMountOption
public A addNewMountOption(StringBuilder arg1)
- Specified by:
addNewMountOptionin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
addNewMountOption
public A addNewMountOption(StringBuffer arg1)
- Specified by:
addNewMountOptionin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getNfs
@Deprecated public NFSVolumeSource getNfs()
Deprecated.This method has been deprecated, please use method buildNfs instead.- Specified by:
getNfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildNfs
public NFSVolumeSource buildNfs()
- Specified by:
buildNfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNfs
public A withNfs(NFSVolumeSource nfs)
- Specified by:
withNfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasNfs
public Boolean hasNfs()
- Specified by:
hasNfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewNfs
public A withNewNfs(String path, Boolean readOnly, String server)
- Specified by:
withNewNfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewNfs
public PersistentVolumeSpecFluent.NfsNested<A> withNewNfs()
- Specified by:
withNewNfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewNfsLike
public PersistentVolumeSpecFluent.NfsNested<A> withNewNfsLike(NFSVolumeSource item)
- Specified by:
withNewNfsLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editNfs
public PersistentVolumeSpecFluent.NfsNested<A> editNfs()
- Specified by:
editNfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewNfs
public PersistentVolumeSpecFluent.NfsNested<A> editOrNewNfs()
- Specified by:
editOrNewNfsin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewNfsLike
public PersistentVolumeSpecFluent.NfsNested<A> editOrNewNfsLike(NFSVolumeSource item)
- Specified by:
editOrNewNfsLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getNodeAffinity
@Deprecated public VolumeNodeAffinity getNodeAffinity()
Deprecated.This method has been deprecated, please use method buildNodeAffinity instead.- Specified by:
getNodeAffinityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildNodeAffinity
public VolumeNodeAffinity buildNodeAffinity()
- Specified by:
buildNodeAffinityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNodeAffinity
public A withNodeAffinity(VolumeNodeAffinity nodeAffinity)
- Specified by:
withNodeAffinityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasNodeAffinity
public Boolean hasNodeAffinity()
- Specified by:
hasNodeAffinityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewNodeAffinity
public PersistentVolumeSpecFluent.NodeAffinityNested<A> withNewNodeAffinity()
- Specified by:
withNewNodeAffinityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewNodeAffinityLike
public PersistentVolumeSpecFluent.NodeAffinityNested<A> withNewNodeAffinityLike(VolumeNodeAffinity item)
- Specified by:
withNewNodeAffinityLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editNodeAffinity
public PersistentVolumeSpecFluent.NodeAffinityNested<A> editNodeAffinity()
- Specified by:
editNodeAffinityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewNodeAffinity
public PersistentVolumeSpecFluent.NodeAffinityNested<A> editOrNewNodeAffinity()
- Specified by:
editOrNewNodeAffinityin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewNodeAffinityLike
public PersistentVolumeSpecFluent.NodeAffinityNested<A> editOrNewNodeAffinityLike(VolumeNodeAffinity item)
- Specified by:
editOrNewNodeAffinityLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getPersistentVolumeReclaimPolicy
public String getPersistentVolumeReclaimPolicy()
- Specified by:
getPersistentVolumeReclaimPolicyin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withPersistentVolumeReclaimPolicy
public A withPersistentVolumeReclaimPolicy(String persistentVolumeReclaimPolicy)
- Specified by:
withPersistentVolumeReclaimPolicyin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasPersistentVolumeReclaimPolicy
public Boolean hasPersistentVolumeReclaimPolicy()
- Specified by:
hasPersistentVolumeReclaimPolicyin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPersistentVolumeReclaimPolicy
public A withNewPersistentVolumeReclaimPolicy(String arg1)
- Specified by:
withNewPersistentVolumeReclaimPolicyin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPersistentVolumeReclaimPolicy
public A withNewPersistentVolumeReclaimPolicy(StringBuilder arg1)
- Specified by:
withNewPersistentVolumeReclaimPolicyin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPersistentVolumeReclaimPolicy
public A withNewPersistentVolumeReclaimPolicy(StringBuffer arg1)
- Specified by:
withNewPersistentVolumeReclaimPolicyin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getPhotonPersistentDisk
@Deprecated public PhotonPersistentDiskVolumeSource getPhotonPersistentDisk()
Deprecated.This method has been deprecated, please use method buildPhotonPersistentDisk instead.- Specified by:
getPhotonPersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildPhotonPersistentDisk
public PhotonPersistentDiskVolumeSource buildPhotonPersistentDisk()
- Specified by:
buildPhotonPersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withPhotonPersistentDisk
public A withPhotonPersistentDisk(PhotonPersistentDiskVolumeSource photonPersistentDisk)
- Specified by:
withPhotonPersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasPhotonPersistentDisk
public Boolean hasPhotonPersistentDisk()
- Specified by:
hasPhotonPersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPhotonPersistentDisk
public A withNewPhotonPersistentDisk(String fsType, String pdID)
- Specified by:
withNewPhotonPersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPhotonPersistentDisk
public PersistentVolumeSpecFluent.PhotonPersistentDiskNested<A> withNewPhotonPersistentDisk()
- Specified by:
withNewPhotonPersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPhotonPersistentDiskLike
public PersistentVolumeSpecFluent.PhotonPersistentDiskNested<A> withNewPhotonPersistentDiskLike(PhotonPersistentDiskVolumeSource item)
- Specified by:
withNewPhotonPersistentDiskLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editPhotonPersistentDisk
public PersistentVolumeSpecFluent.PhotonPersistentDiskNested<A> editPhotonPersistentDisk()
- Specified by:
editPhotonPersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewPhotonPersistentDisk
public PersistentVolumeSpecFluent.PhotonPersistentDiskNested<A> editOrNewPhotonPersistentDisk()
- Specified by:
editOrNewPhotonPersistentDiskin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewPhotonPersistentDiskLike
public PersistentVolumeSpecFluent.PhotonPersistentDiskNested<A> editOrNewPhotonPersistentDiskLike(PhotonPersistentDiskVolumeSource item)
- Specified by:
editOrNewPhotonPersistentDiskLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getPortworxVolume
@Deprecated public PortworxVolumeSource getPortworxVolume()
Deprecated.This method has been deprecated, please use method buildPortworxVolume instead.- Specified by:
getPortworxVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildPortworxVolume
public PortworxVolumeSource buildPortworxVolume()
- Specified by:
buildPortworxVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withPortworxVolume
public A withPortworxVolume(PortworxVolumeSource portworxVolume)
- Specified by:
withPortworxVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasPortworxVolume
public Boolean hasPortworxVolume()
- Specified by:
hasPortworxVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPortworxVolume
public A withNewPortworxVolume(String fsType, Boolean readOnly, String volumeID)
- Specified by:
withNewPortworxVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPortworxVolume
public PersistentVolumeSpecFluent.PortworxVolumeNested<A> withNewPortworxVolume()
- Specified by:
withNewPortworxVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewPortworxVolumeLike
public PersistentVolumeSpecFluent.PortworxVolumeNested<A> withNewPortworxVolumeLike(PortworxVolumeSource item)
- Specified by:
withNewPortworxVolumeLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editPortworxVolume
public PersistentVolumeSpecFluent.PortworxVolumeNested<A> editPortworxVolume()
- Specified by:
editPortworxVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewPortworxVolume
public PersistentVolumeSpecFluent.PortworxVolumeNested<A> editOrNewPortworxVolume()
- Specified by:
editOrNewPortworxVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewPortworxVolumeLike
public PersistentVolumeSpecFluent.PortworxVolumeNested<A> editOrNewPortworxVolumeLike(PortworxVolumeSource item)
- Specified by:
editOrNewPortworxVolumeLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getQuobyte
@Deprecated public QuobyteVolumeSource getQuobyte()
Deprecated.This method has been deprecated, please use method buildQuobyte instead.- Specified by:
getQuobytein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildQuobyte
public QuobyteVolumeSource buildQuobyte()
- Specified by:
buildQuobytein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withQuobyte
public A withQuobyte(QuobyteVolumeSource quobyte)
- Specified by:
withQuobytein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasQuobyte
public Boolean hasQuobyte()
- Specified by:
hasQuobytein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewQuobyte
public PersistentVolumeSpecFluent.QuobyteNested<A> withNewQuobyte()
- Specified by:
withNewQuobytein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewQuobyteLike
public PersistentVolumeSpecFluent.QuobyteNested<A> withNewQuobyteLike(QuobyteVolumeSource item)
- Specified by:
withNewQuobyteLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editQuobyte
public PersistentVolumeSpecFluent.QuobyteNested<A> editQuobyte()
- Specified by:
editQuobytein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewQuobyte
public PersistentVolumeSpecFluent.QuobyteNested<A> editOrNewQuobyte()
- Specified by:
editOrNewQuobytein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewQuobyteLike
public PersistentVolumeSpecFluent.QuobyteNested<A> editOrNewQuobyteLike(QuobyteVolumeSource item)
- Specified by:
editOrNewQuobyteLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getRbd
@Deprecated public RBDPersistentVolumeSource getRbd()
Deprecated.This method has been deprecated, please use method buildRbd instead.- Specified by:
getRbdin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildRbd
public RBDPersistentVolumeSource buildRbd()
- Specified by:
buildRbdin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withRbd
public A withRbd(RBDPersistentVolumeSource rbd)
- Specified by:
withRbdin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasRbd
public Boolean hasRbd()
- Specified by:
hasRbdin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewRbd
public PersistentVolumeSpecFluent.RbdNested<A> withNewRbd()
- Specified by:
withNewRbdin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewRbdLike
public PersistentVolumeSpecFluent.RbdNested<A> withNewRbdLike(RBDPersistentVolumeSource item)
- Specified by:
withNewRbdLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editRbd
public PersistentVolumeSpecFluent.RbdNested<A> editRbd()
- Specified by:
editRbdin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewRbd
public PersistentVolumeSpecFluent.RbdNested<A> editOrNewRbd()
- Specified by:
editOrNewRbdin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewRbdLike
public PersistentVolumeSpecFluent.RbdNested<A> editOrNewRbdLike(RBDPersistentVolumeSource item)
- Specified by:
editOrNewRbdLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getScaleIO
@Deprecated public ScaleIOPersistentVolumeSource getScaleIO()
Deprecated.This method has been deprecated, please use method buildScaleIO instead.- Specified by:
getScaleIOin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildScaleIO
public ScaleIOPersistentVolumeSource buildScaleIO()
- Specified by:
buildScaleIOin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withScaleIO
public A withScaleIO(ScaleIOPersistentVolumeSource scaleIO)
- Specified by:
withScaleIOin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasScaleIO
public Boolean hasScaleIO()
- Specified by:
hasScaleIOin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewScaleIO
public PersistentVolumeSpecFluent.ScaleIONested<A> withNewScaleIO()
- Specified by:
withNewScaleIOin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewScaleIOLike
public PersistentVolumeSpecFluent.ScaleIONested<A> withNewScaleIOLike(ScaleIOPersistentVolumeSource item)
- Specified by:
withNewScaleIOLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editScaleIO
public PersistentVolumeSpecFluent.ScaleIONested<A> editScaleIO()
- Specified by:
editScaleIOin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewScaleIO
public PersistentVolumeSpecFluent.ScaleIONested<A> editOrNewScaleIO()
- Specified by:
editOrNewScaleIOin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewScaleIOLike
public PersistentVolumeSpecFluent.ScaleIONested<A> editOrNewScaleIOLike(ScaleIOPersistentVolumeSource item)
- Specified by:
editOrNewScaleIOLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getStorageClassName
public String getStorageClassName()
- Specified by:
getStorageClassNamein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withStorageClassName
public A withStorageClassName(String storageClassName)
- Specified by:
withStorageClassNamein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasStorageClassName
public Boolean hasStorageClassName()
- Specified by:
hasStorageClassNamein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewStorageClassName
public A withNewStorageClassName(String arg1)
- Specified by:
withNewStorageClassNamein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewStorageClassName
public A withNewStorageClassName(StringBuilder arg1)
- Specified by:
withNewStorageClassNamein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewStorageClassName
public A withNewStorageClassName(StringBuffer arg1)
- Specified by:
withNewStorageClassNamein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getStorageos
@Deprecated public StorageOSPersistentVolumeSource getStorageos()
Deprecated.This method has been deprecated, please use method buildStorageos instead.- Specified by:
getStorageosin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildStorageos
public StorageOSPersistentVolumeSource buildStorageos()
- Specified by:
buildStorageosin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withStorageos
public A withStorageos(StorageOSPersistentVolumeSource storageos)
- Specified by:
withStorageosin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasStorageos
public Boolean hasStorageos()
- Specified by:
hasStorageosin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewStorageos
public PersistentVolumeSpecFluent.StorageosNested<A> withNewStorageos()
- Specified by:
withNewStorageosin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewStorageosLike
public PersistentVolumeSpecFluent.StorageosNested<A> withNewStorageosLike(StorageOSPersistentVolumeSource item)
- Specified by:
withNewStorageosLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editStorageos
public PersistentVolumeSpecFluent.StorageosNested<A> editStorageos()
- Specified by:
editStorageosin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewStorageos
public PersistentVolumeSpecFluent.StorageosNested<A> editOrNewStorageos()
- Specified by:
editOrNewStorageosin interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewStorageosLike
public PersistentVolumeSpecFluent.StorageosNested<A> editOrNewStorageosLike(StorageOSPersistentVolumeSource item)
- Specified by:
editOrNewStorageosLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getVolumeMode
public String getVolumeMode()
- Specified by:
getVolumeModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withVolumeMode
public A withVolumeMode(String volumeMode)
- Specified by:
withVolumeModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasVolumeMode
public Boolean hasVolumeMode()
- Specified by:
hasVolumeModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewVolumeMode
public A withNewVolumeMode(String arg1)
- Specified by:
withNewVolumeModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewVolumeMode
public A withNewVolumeMode(StringBuilder arg1)
- Specified by:
withNewVolumeModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewVolumeMode
public A withNewVolumeMode(StringBuffer arg1)
- Specified by:
withNewVolumeModein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
getVsphereVolume
@Deprecated public VsphereVirtualDiskVolumeSource getVsphereVolume()
Deprecated.This method has been deprecated, please use method buildVsphereVolume instead.- Specified by:
getVsphereVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>- Returns:
- The buildable object.
-
buildVsphereVolume
public VsphereVirtualDiskVolumeSource buildVsphereVolume()
- Specified by:
buildVsphereVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withVsphereVolume
public A withVsphereVolume(VsphereVirtualDiskVolumeSource vsphereVolume)
- Specified by:
withVsphereVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
hasVsphereVolume
public Boolean hasVsphereVolume()
- Specified by:
hasVsphereVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewVsphereVolume
public A withNewVsphereVolume(String fsType, String storagePolicyID, String storagePolicyName, String volumePath)
- Specified by:
withNewVsphereVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewVsphereVolume
public PersistentVolumeSpecFluent.VsphereVolumeNested<A> withNewVsphereVolume()
- Specified by:
withNewVsphereVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
withNewVsphereVolumeLike
public PersistentVolumeSpecFluent.VsphereVolumeNested<A> withNewVsphereVolumeLike(VsphereVirtualDiskVolumeSource item)
- Specified by:
withNewVsphereVolumeLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editVsphereVolume
public PersistentVolumeSpecFluent.VsphereVolumeNested<A> editVsphereVolume()
- Specified by:
editVsphereVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewVsphereVolume
public PersistentVolumeSpecFluent.VsphereVolumeNested<A> editOrNewVsphereVolume()
- Specified by:
editOrNewVsphereVolumein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
editOrNewVsphereVolumeLike
public PersistentVolumeSpecFluent.VsphereVolumeNested<A> editOrNewVsphereVolumeLike(VsphereVirtualDiskVolumeSource item)
- Specified by:
editOrNewVsphereVolumeLikein interfacePersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
-
-