Class V1PodDNSConfigOption

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1PodDNSConfigOption extends Object
PodDNSConfigOption defines DNS resolver options of a pod.
  • Field Details

  • Constructor Details

    • V1PodDNSConfigOption

      public V1PodDNSConfigOption()
  • Method Details

    • getName

      public String getName()
      Required.
      Returns:
      the name property value
    • setName

      public void setName(String name)
      Set the name property value
    • name

      public V1PodDNSConfigOption name(String name)
      Set name in a chainable fashion.
      Returns:
      The same instance of V1PodDNSConfigOption for chaining.
    • getValue

      public String getValue()
      Returns:
      the value property value
    • setValue

      public void setValue(String value)
      Set the value property value
    • value

      public V1PodDNSConfigOption value(String value)
      Set value in a chainable fashion.
      Returns:
      The same instance of V1PodDNSConfigOption 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