Package io.fabric8.kubernetes.api.model
Interface KubeSchemaFluent.EventSourceNested<N>
-
- All Superinterfaces:
EventSourceFluent<KubeSchemaFluent.EventSourceNested<N>>
,Fluent<KubeSchemaFluent.EventSourceNested<N>>
,Nested<N>
- All Known Implementing Classes:
KubeSchemaFluentImpl.EventSourceNestedImpl
- Enclosing interface:
- KubeSchemaFluent<A extends KubeSchemaFluent<A>>
public static interface KubeSchemaFluent.EventSourceNested<N> extends Nested<N>, EventSourceFluent<KubeSchemaFluent.EventSourceNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endEventSource()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.EventSourceFluent
getComponent, getHost, hasComponent, hasHost, withComponent, withHost, withNewComponent, withNewComponent, withNewComponent, withNewHost, withNewHost, withNewHost
-
-