Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.AttachedVolumeObjectNested<N>
-
- All Superinterfaces:
AttachedVolumeFluent<WatchEventFluent.AttachedVolumeObjectNested<N>>
,Fluent<WatchEventFluent.AttachedVolumeObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.AttachedVolumeObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.AttachedVolumeObjectNested<N> extends Nested<N>, AttachedVolumeFluent<WatchEventFluent.AttachedVolumeObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endAttachedVolumeObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.AttachedVolumeFluent
getDevicePath, getName, hasDevicePath, hasName, withDevicePath, withName, withNewDevicePath, withNewDevicePath, withNewDevicePath, withNewName, withNewName, withNewName
-
-