Package io.fabric8.kubernetes.api.model
Interface PersistentVolumeClaimVolumeSourceFluent<A extends PersistentVolumeClaimVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeFluent.PersistentVolumeClaimNested<N>
,WatchEventFluent.PersistentVolumeClaimSourceObjectNested<N>
- All Known Implementing Classes:
DoneablePersistentVolumeClaimVolumeSource
,PersistentVolumeClaimVolumeSourceBuilder
,PersistentVolumeClaimVolumeSourceFluentImpl
,VolumeFluentImpl.PersistentVolumeClaimNestedImpl
,WatchEventFluentImpl.PersistentVolumeClaimSourceObjectNestedImpl
public interface PersistentVolumeClaimVolumeSourceFluent<A extends PersistentVolumeClaimVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getClaimName()
Boolean
hasClaimName()
Boolean
hasReadOnly()
Boolean
isReadOnly()
A
withClaimName(String claimName)
A
withNewClaimName(String arg1)
A
withNewClaimName(StringBuffer arg1)
A
withNewClaimName(StringBuilder arg1)
A
withNewReadOnly(boolean arg1)
A
withNewReadOnly(String arg1)
A
withReadOnly(Boolean readOnly)
-
Method Details
-
getClaimName
String getClaimName() -
withClaimName
-
hasClaimName
Boolean hasClaimName() -
withNewClaimName
-
withNewClaimName
-
withNewClaimName
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-