Package io.fabric8.kubernetes.api.model
Class APIGroupFluentImpl.ServerAddressByClientCIDRsNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ServerAddressByClientCIDRFluentImpl<APIGroupFluent.ServerAddressByClientCIDRsNested<N>>
-
- io.fabric8.kubernetes.api.model.APIGroupFluentImpl.ServerAddressByClientCIDRsNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<APIGroupFluent.ServerAddressByClientCIDRsNested<N>>
,Nested<N>
,Visitable<APIGroupFluent.ServerAddressByClientCIDRsNested<N>>
,APIGroupFluent.ServerAddressByClientCIDRsNested<N>
,ServerAddressByClientCIDRFluent<APIGroupFluent.ServerAddressByClientCIDRsNested<N>>
- Enclosing class:
- APIGroupFluentImpl<A extends APIGroupFluent<A>>
public class APIGroupFluentImpl.ServerAddressByClientCIDRsNestedImpl<N> extends ServerAddressByClientCIDRFluentImpl<APIGroupFluent.ServerAddressByClientCIDRsNested<N>> implements APIGroupFluent.ServerAddressByClientCIDRsNested<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
endServerAddressByClientCIDR()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ServerAddressByClientCIDRFluentImpl
equals, getClientCIDR, getServerAddress, hasClientCIDR, hashCode, hasServerAddress, withClientCIDR, withNewClientCIDR, withNewClientCIDR, withNewClientCIDR, withNewServerAddress, withNewServerAddress, withNewServerAddress, withServerAddress
-
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.ServerAddressByClientCIDRFluent
getClientCIDR, getServerAddress, hasClientCIDR, hasServerAddress, withClientCIDR, withNewClientCIDR, withNewClientCIDR, withNewClientCIDR, withNewServerAddress, withNewServerAddress, withNewServerAddress, withServerAddress
-
-
-
-
Method Detail
-
and
public N and()
-
endServerAddressByClientCIDR
public N endServerAddressByClientCIDR()
- Specified by:
endServerAddressByClientCIDR
in interfaceAPIGroupFluent.ServerAddressByClientCIDRsNested<N>
-
-