Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.PersistentVolumeClaimSourceObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.PersistentVolumeClaimSourceObjectNested<N>>
,Nested<N>
,PersistentVolumeClaimVolumeSourceFluent<WatchEventFluent.PersistentVolumeClaimSourceObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.PersistentVolumeClaimSourceObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.PersistentVolumeClaimSourceObjectNested<N> extends Nested<N>, PersistentVolumeClaimVolumeSourceFluent<WatchEventFluent.PersistentVolumeClaimSourceObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endPersistentVolumeClaimSourceObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PersistentVolumeClaimVolumeSourceFluent
getClaimName, hasClaimName, hasReadOnly, isReadOnly, withClaimName, withNewClaimName, withNewClaimName, withNewClaimName, withNewReadOnly, withNewReadOnly, withReadOnly
-
-