Package io.fabric8.kubernetes.api.model
Class PodSpecFluentImpl.HostAliasesNestedImpl<N>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.HostAliasFluentImpl<PodSpecFluent.HostAliasesNested<N>>
io.fabric8.kubernetes.api.model.PodSpecFluentImpl.HostAliasesNestedImpl<N>
- All Implemented Interfaces:
Fluent<PodSpecFluent.HostAliasesNested<N>>
,Nested<N>
,Visitable<PodSpecFluent.HostAliasesNested<N>>
,HostAliasFluent<PodSpecFluent.HostAliasesNested<N>>
,PodSpecFluent.HostAliasesNested<N>
- Enclosing class:
- PodSpecFluentImpl<A extends PodSpecFluent<A>>
public class PodSpecFluentImpl.HostAliasesNestedImpl<N> extends HostAliasFluentImpl<PodSpecFluent.HostAliasesNested<N>> implements PodSpecFluent.HostAliasesNested<N>, Nested<N>
-
Field Summary
-
Method Summary
Modifier and Type Method Description N
and()
N
endHostAlias()
Methods inherited from class io.fabric8.kubernetes.api.model.HostAliasFluentImpl
addAllToHostnames, addNewHostname, addNewHostname, addNewHostname, addToHostnames, addToHostnames, equals, getFirstHostname, getHostname, getHostnames, getIp, getLastHostname, getMatchingHostname, hasHostnames, hasIp, hasMatchingHostname, removeAllFromHostnames, removeFromHostnames, setToHostnames, withHostnames, withHostnames, withIp, withNewIp, withNewIp, withNewIp
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, 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 Details
-
and
-
endHostAlias
- Specified by:
endHostAlias
in interfacePodSpecFluent.HostAliasesNested<N>
-