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 StringgetClaimName()BooleanhasClaimName()BooleanhasReadOnly()BooleanisReadOnly()AwithClaimName(String claimName)AwithNewClaimName(String arg1)AwithNewClaimName(StringBuffer arg1)AwithNewClaimName(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithReadOnly(Boolean readOnly)
-
Method Details
-
getClaimName
String getClaimName() -
withClaimName
-
hasClaimName
Boolean hasClaimName() -
withNewClaimName
-
withNewClaimName
-
withNewClaimName
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-