Packages

case class EndpointHints(forZones: Optional[Vector[ForZone]] = Optional.Absent) extends Product with Serializable

EndpointHints provides hints describing how an endpoint should be consumed.

forZones

forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. May contain a maximum of 8 entries.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EndpointHints
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EndpointHints(forZones: Optional[Vector[ForZone]] = Optional.Absent)

    forZones

    forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. May contain a maximum of 8 entries.

Value Members

  1. val forZones: Optional[Vector[ForZone]]
  2. def getForZones: IO[K8sFailure, Vector[ForZone]]

    forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.

    forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. May contain a maximum of 8 entries.

    If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.