Package io.fabric8.kubernetes.api.model
Interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeFluent.CinderNested<N>
,WatchEventFluent.CinderVolumeSourceObjectNested<N>
- All Known Implementing Classes:
CinderVolumeSourceBuilder
,CinderVolumeSourceFluentImpl
,VolumeFluentImpl.CinderNestedImpl
,WatchEventFluentImpl.CinderVolumeSourceObjectNestedImpl
public interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CinderVolumeSourceFluent.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 LocalObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
LocalObjectReference buildSecretRef()
-
withSecretRef
A withSecretRef(LocalObjectReference secretRef)
-
hasSecretRef
Boolean hasSecretRef()
-
withNewSecretRef
CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
-
editSecretRef
CinderVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
-
getVolumeID
String getVolumeID()
-
hasVolumeID
Boolean hasVolumeID()
-
withNewVolumeID
A withNewVolumeID(StringBuilder arg1)
-
withNewVolumeID
A withNewVolumeID(StringBuffer arg1)
-
-