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 StringgetComponent()StringgetHost()BooleanhasComponent()BooleanhasHost()AwithComponent(String component)AwithHost(String host)AwithNewComponent(String arg1)AwithNewComponent(StringBuffer arg1)AwithNewComponent(StringBuilder arg1)AwithNewHost(String arg1)AwithNewHost(StringBuffer arg1)AwithNewHost(StringBuilder arg1)
-
Method Details
-
getComponent
String getComponent() -
withComponent
-
hasComponent
Boolean hasComponent() -
withNewComponent
-
withNewComponent
-
withNewComponent
-
getHost
String getHost() -
withHost
-
hasHost
Boolean hasHost() -
withNewHost
-
withNewHost
-
withNewHost
-