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:
PersistentVolumeClaimVolumeSourceBuilder
,PersistentVolumeClaimVolumeSourceFluentImpl
,VolumeFluentImpl.PersistentVolumeClaimNestedImpl
,WatchEventFluentImpl.PersistentVolumeClaimSourceObjectNestedImpl
public interface PersistentVolumeClaimVolumeSourceFluent<A extends PersistentVolumeClaimVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getClaimName
String getClaimName()
-
hasClaimName
Boolean hasClaimName()
-
withNewClaimName
A withNewClaimName(StringBuilder arg1)
-
withNewClaimName
A withNewClaimName(StringBuffer arg1)
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
-