Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.DownwardAPIVolumeFileObjectNested<N>
-
- All Superinterfaces:
DownwardAPIVolumeFileFluent<WatchEventFluent.DownwardAPIVolumeFileObjectNested<N>>
,Fluent<WatchEventFluent.DownwardAPIVolumeFileObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.DownwardAPIVolumeFileObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.DownwardAPIVolumeFileObjectNested<N> extends Nested<N>, DownwardAPIVolumeFileFluent<WatchEventFluent.DownwardAPIVolumeFileObjectNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.DownwardAPIVolumeFileFluent
DownwardAPIVolumeFileFluent.FieldRefNested<N>, DownwardAPIVolumeFileFluent.ResourceFieldRefNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endDownwardAPIVolumeFileObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.DownwardAPIVolumeFileFluent
buildFieldRef, buildResourceFieldRef, editFieldRef, editOrNewFieldRef, editOrNewFieldRefLike, editOrNewResourceFieldRef, editOrNewResourceFieldRefLike, editResourceFieldRef, getFieldRef, getMode, getPath, getResourceFieldRef, hasFieldRef, hasMode, hasPath, hasResourceFieldRef, withFieldRef, withMode, withNewFieldRef, withNewFieldRef, withNewFieldRefLike, withNewPath, withNewPath, withNewPath, withNewResourceFieldRef, withNewResourceFieldRefLike, withPath, withResourceFieldRef
-
-