Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.GroupVersionKindObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.GroupVersionKindObjectNested<N>>
,GroupVersionKindFluent<WatchEventFluent.GroupVersionKindObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.GroupVersionKindObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.GroupVersionKindObjectNested<N> extends Nested<N>, GroupVersionKindFluent<WatchEventFluent.GroupVersionKindObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endGroupVersionKindObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.GroupVersionKindFluent
getGroup, getKind, getVersion, hasGroup, hasKind, hasVersion, withGroup, withKind, withNewGroup, withNewGroup, withNewGroup, withNewKind, withNewKind, withNewKind, withNewVersion, withNewVersion, withNewVersion, withVersion
-
-