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:
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 Detail
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
getSecretRef
@Deprecated ObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
ObjectReference buildSecretRef()
-
withSecretRef
A withSecretRef(ObjectReference secretRef)
-
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()
-
hasVolumeName
Boolean hasVolumeName()
-
withNewVolumeName
A withNewVolumeName(StringBuilder arg1)
-
withNewVolumeName
A withNewVolumeName(StringBuffer arg1)
-
getVolumeNamespace
String getVolumeNamespace()
-
hasVolumeNamespace
Boolean hasVolumeNamespace()
-
withNewVolumeNamespace
A withNewVolumeNamespace(StringBuilder arg1)
-
withNewVolumeNamespace
A withNewVolumeNamespace(StringBuffer arg1)
-
-