Package io.fabric8.kubernetes.api.model
Interface EventSourceFluent<A extends EventSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EventFluent.SourceNested<N>
,KubeSchemaFluent.EventSourceNested<N>
,WatchEventFluent.EventSourceObjectNested<N>
- All Known Implementing Classes:
DoneableEventSource
,EventFluentImpl.SourceNestedImpl
,EventSourceBuilder
,EventSourceFluentImpl
,KubeSchemaFluentImpl.EventSourceNestedImpl
,WatchEventFluentImpl.EventSourceObjectNestedImpl
public interface EventSourceFluent<A extends EventSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getComponent()
String
getHost()
Boolean
hasComponent()
Boolean
hasHost()
A
withComponent(String component)
A
withHost(String host)
A
withNewComponent(String arg1)
A
withNewComponent(StringBuffer arg1)
A
withNewComponent(StringBuilder arg1)
A
withNewHost(String arg1)
A
withNewHost(StringBuffer arg1)
A
withNewHost(StringBuilder arg1)
-
Method Details
-
getComponent
String getComponent() -
withComponent
-
hasComponent
Boolean hasComponent() -
withNewComponent
-
withNewComponent
-
withNewComponent
-
getHost
String getHost() -
withHost
-
hasHost
Boolean hasHost() -
withNewHost
-
withNewHost
-
withNewHost
-