Class V1EndpointHints

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1EndpointHints extends Object
EndpointHints provides hints describing how an endpoint should be consumed.
  • Field Details

  • Constructor Details

    • V1EndpointHints

      public V1EndpointHints()
  • Method Details

    • getForZones

      public List<@Valid V1ForZone> getForZones()
      forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.
      Returns:
      the forZones property value
    • setForZones

      public void setForZones(List<@Valid V1ForZone> forZones)
      Set the forZones property value
    • forZones

      public V1EndpointHints forZones(List<@Valid V1ForZone> forZones)
      Set forZones in a chainable fashion.
      Returns:
      The same instance of V1EndpointHints for chaining.
    • addforZonesItem

      public V1EndpointHints addforZonesItem(V1ForZone forZonesItem)
      Add an item to the forZones property in a chainable fashion.
      Returns:
      The same instance of V1EndpointHints 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