Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.HTTPHeaderObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.HTTPHeaderObjectNested<N>>
,HTTPHeaderFluent<WatchEventFluent.HTTPHeaderObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.HTTPHeaderObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.HTTPHeaderObjectNested<N> extends Nested<N>, HTTPHeaderFluent<WatchEventFluent.HTTPHeaderObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endHTTPHeaderObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.HTTPHeaderFluent
getName, getValue, hasName, hasValue, withName, withNewName, withNewName, withNewName, withNewValue, withNewValue, withNewValue, withValue
-
-