Interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
CoreV1EventFluent.SourceNested<N>, EventsV1EventFluent.DeprecatedSourceNested<N>
All Known Implementing Classes:
V1EventSourceBuilder, V1EventSourceFluentImpl

public interface V1EventSourceFluent<A extends V1EventSourceFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getComponent

      String getComponent()
    • withComponent

      A withComponent(String component)
    • hasComponent

      Boolean hasComponent()
    • getHost

      String getHost()
    • withHost

      A withHost(String host)
    • hasHost

      Boolean hasHost()