Class V1EventSource

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1EventSource

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1EventSource extends Object
EventSource contains information for an event.
  • Field Details

  • Constructor Details

    • V1EventSource

      public V1EventSource()
  • Method Details

    • getComponent

      public String getComponent()
      Component from which the event is generated.
      Returns:
      the component property value
    • setComponent

      public void setComponent(String component)
      Set the component property value
    • component

      public V1EventSource component(String component)
      Set component in a chainable fashion.
      Returns:
      The same instance of V1EventSource for chaining.
    • getHost

      public String getHost()
      Node name on which the event is generated.
      Returns:
      the host property value
    • setHost

      public void setHost(String host)
      Set the host property value
    • host

      public V1EventSource host(String host)
      Set host in a chainable fashion.
      Returns:
      The same instance of V1EventSource for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object