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 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 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)
-
-