Package io.fabric8.kubernetes.api.model
Interface ScaleIOPersistentVolumeSourceFluent<A extends ScaleIOPersistentVolumeSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.ScaleIONested<N>
,WatchEventFluent.ScaleIOPersistentVolumeSourceObjectNested<N>
- All Known Implementing Classes:
PersistentVolumeSpecFluentImpl.ScaleIONestedImpl
,ScaleIOPersistentVolumeSourceBuilder
,ScaleIOPersistentVolumeSourceFluentImpl
,WatchEventFluentImpl.ScaleIOPersistentVolumeSourceObjectNestedImpl
public interface ScaleIOPersistentVolumeSourceFluent<A extends ScaleIOPersistentVolumeSourceFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ScaleIOPersistentVolumeSourceFluent.SecretRefNested<N>
-
Method Summary
-
-
-
Method Detail
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
getGateway
String getGateway()
-
hasGateway
Boolean hasGateway()
-
withNewGateway
A withNewGateway(StringBuilder arg1)
-
withNewGateway
A withNewGateway(StringBuffer arg1)
-
getProtectionDomain
String getProtectionDomain()
-
hasProtectionDomain
Boolean hasProtectionDomain()
-
withNewProtectionDomain
A withNewProtectionDomain(StringBuilder arg1)
-
withNewProtectionDomain
A withNewProtectionDomain(StringBuffer arg1)
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
getSecretRef
@Deprecated SecretReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
SecretReference buildSecretRef()
-
withSecretRef
A withSecretRef(SecretReference secretRef)
-
hasSecretRef
Boolean hasSecretRef()
-
withNewSecretRef
ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
-
editSecretRef
ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
-
isSslEnabled
Boolean isSslEnabled()
-
hasSslEnabled
Boolean hasSslEnabled()
-
withNewSslEnabled
A withNewSslEnabled(boolean arg1)
-
getStorageMode
String getStorageMode()
-
hasStorageMode
Boolean hasStorageMode()
-
withNewStorageMode
A withNewStorageMode(StringBuilder arg1)
-
withNewStorageMode
A withNewStorageMode(StringBuffer arg1)
-
getStoragePool
String getStoragePool()
-
hasStoragePool
Boolean hasStoragePool()
-
withNewStoragePool
A withNewStoragePool(StringBuilder arg1)
-
withNewStoragePool
A withNewStoragePool(StringBuffer arg1)
-
getSystem
String getSystem()
-
hasSystem
Boolean hasSystem()
-
withNewSystem
A withNewSystem(StringBuilder arg1)
-
withNewSystem
A withNewSystem(StringBuffer arg1)
-
getVolumeName
String getVolumeName()
-
hasVolumeName
Boolean hasVolumeName()
-
withNewVolumeName
A withNewVolumeName(StringBuilder arg1)
-
withNewVolumeName
A withNewVolumeName(StringBuffer arg1)
-
-