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 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 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)
-
-