Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.EndpointAddressObjectNested<N>
-
- All Superinterfaces:
EndpointAddressFluent<WatchEventFluent.EndpointAddressObjectNested<N>>
,Fluent<WatchEventFluent.EndpointAddressObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.EndpointAddressObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.EndpointAddressObjectNested<N> extends Nested<N>, EndpointAddressFluent<WatchEventFluent.EndpointAddressObjectNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EndpointAddressFluent
EndpointAddressFluent.TargetRefNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endEndpointAddressObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.EndpointAddressFluent
buildTargetRef, editOrNewTargetRef, editOrNewTargetRefLike, editTargetRef, getHostname, getIp, getNodeName, getTargetRef, hasHostname, hasIp, hasNodeName, hasTargetRef, withHostname, withIp, withNewHostname, withNewHostname, withNewHostname, withNewIp, withNewIp, withNewIp, withNewNodeName, withNewNodeName, withNewNodeName, withNewTargetRef, withNewTargetRefLike, withNodeName, withTargetRef
-
-