Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.ServiceReferenceObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.ServiceReferenceObjectNested<N>>
,Nested<N>
,ServiceReferenceFluent<WatchEventFluent.ServiceReferenceObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.ServiceReferenceObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.ServiceReferenceObjectNested<N> extends Nested<N>, ServiceReferenceFluent<WatchEventFluent.ServiceReferenceObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endServiceReferenceObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ServiceReferenceFluent
getName, getNamespace, getPort, hasName, hasNamespace, hasPort, withName, withNamespace, withNewName, withNewName, withNewName, withNewNamespace, withNewNamespace, withNewNamespace, withPort
-
-