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:
EventFluentImpl.SourceNestedImpl
,EventSourceBuilder
,EventSourceFluentImpl
,KubeSchemaFluentImpl.EventSourceNestedImpl
,WatchEventFluentImpl.EventSourceObjectNestedImpl
public interface EventSourceFluent<A extends EventSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getComponent
String getComponent()
-
hasComponent
Boolean hasComponent()
-
withNewComponent
A withNewComponent(StringBuilder arg1)
-
withNewComponent
A withNewComponent(StringBuffer arg1)
-
getHost
String getHost()
-
hasHost
Boolean hasHost()
-
withNewHost
A withNewHost(StringBuilder arg1)
-
withNewHost
A withNewHost(StringBuffer arg1)
-
-