Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.HostAliasObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.HostAliasObjectNested<N>>
,HostAliasFluent<WatchEventFluent.HostAliasObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.HostAliasObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.HostAliasObjectNested<N> extends Nested<N>, HostAliasFluent<WatchEventFluent.HostAliasObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endHostAliasObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.HostAliasFluent
addAllToHostnames, addNewHostname, addNewHostname, addNewHostname, addToHostnames, addToHostnames, getFirstHostname, getHostname, getHostnames, getIp, getLastHostname, getMatchingHostname, hasHostnames, hasIp, hasMatchingHostname, removeAllFromHostnames, removeFromHostnames, setToHostnames, withHostnames, withHostnames, withIp, withNewIp, withNewIp, withNewIp
-
-