Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.HostAliasObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.HostAliasFluentImpl<WatchEventFluent.HostAliasObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.HostAliasObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.HostAliasObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.HostAliasObjectNested<N>>
,HostAliasFluent<WatchEventFluent.HostAliasObjectNested<N>>
,WatchEventFluent.HostAliasObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.HostAliasObjectNestedImpl<N> extends HostAliasFluentImpl<WatchEventFluent.HostAliasObjectNested<N>> implements WatchEventFluent.HostAliasObjectNested<N>, Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endHostAliasObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.HostAliasFluentImpl
addAllToHostnames, addNewHostname, addNewHostname, addNewHostname, addToHostnames, addToHostnames, equals, getFirstHostname, getHostname, getHostnames, getIp, getLastHostname, getMatchingHostname, hashCode, hasHostnames, hasIp, hasMatchingHostname, removeAllFromHostnames, removeFromHostnames, setToHostnames, withHostnames, withHostnames, withIp, withNewIp, withNewIp, withNewIp
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endHostAliasObject
public N endHostAliasObject()
- Specified by:
endHostAliasObject
in interfaceWatchEventFluent.HostAliasObjectNested<N>
-
-