Package io.fabric8.kubernetes.api.model
Class EventSourceFluentImpl<A extends EventSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.EventSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,EventSourceFluent<A>
- Direct Known Subclasses:
DoneableEventSource,EventFluentImpl.SourceNestedImpl,EventSourceBuilder,KubeSchemaFluentImpl.EventSourceNestedImpl,WatchEventFluentImpl.EventSourceObjectNestedImpl
public class EventSourceFluentImpl<A extends EventSourceFluent<A>> extends BaseFluent<A> implements EventSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EventSourceFluentImpl()EventSourceFluentImpl(EventSource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
EventSourceFluentImpl
public EventSourceFluentImpl() -
EventSourceFluentImpl
-
-
Method Details
-
getComponent
- Specified by:
getComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withComponent
- Specified by:
withComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
hasComponent
- Specified by:
hasComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
- Specified by:
withNewComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
- Specified by:
withNewComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
- Specified by:
withNewComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
getHost
- Specified by:
getHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withHost
- Specified by:
withHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
hasHost
- Specified by:
hasHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
- Specified by:
withNewHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
- Specified by:
withNewHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
- Specified by:
withNewHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
equals
-