Package io.fabric8.kubernetes.api.model
Interface StorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.StorageosNested<N>
,WatchEventFluent.StorageOSPersistentVolumeSourceObjectNested<N>
- All Known Implementing Classes:
DoneableStorageOSPersistentVolumeSource
,PersistentVolumeSpecFluentImpl.StorageosNestedImpl
,StorageOSPersistentVolumeSourceBuilder
,StorageOSPersistentVolumeSourceFluentImpl
,WatchEventFluentImpl.StorageOSPersistentVolumeSourceObjectNestedImpl
public interface StorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StorageOSPersistentVolumeSourceFluent.SecretRefNested<N>
-
Method Summary
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
ObjectReference buildSecretRef() -
withSecretRef
-
hasSecretRef
Boolean hasSecretRef() -
withNewSecretRef
StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef() -
withNewSecretRefLike
StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(ObjectReference item) -
editSecretRef
StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef() -
editOrNewSecretRef
StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef() -
editOrNewSecretRefLike
StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(ObjectReference item) -
getVolumeName
String getVolumeName() -
withVolumeName
-
hasVolumeName
Boolean hasVolumeName() -
withNewVolumeName
-
withNewVolumeName
-
withNewVolumeName
-
getVolumeNamespace
String getVolumeNamespace() -
withVolumeNamespace
-
hasVolumeNamespace
Boolean hasVolumeNamespace() -
withNewVolumeNamespace
-
withNewVolumeNamespace
-
withNewVolumeNamespace
-