EndpointHints

io.k8s.api.discovery.v1.EndpointHints
See theEndpointHints companion object
final case class EndpointHints(forZones: Option[Seq[ForZone]])

EndpointHints provides hints describing how an endpoint should be consumed.

Attributes

Companion
object
Source
EndpointHints.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addForZones(newValues: ForZone*): EndpointHints

Appends new values to forZones

Appends new values to forZones

Attributes

Source
EndpointHints.scala

if forZones has a value, transforms to the result of function

if forZones has a value, transforms to the result of function

Attributes

Source
EndpointHints.scala

Returns a new data with forZones set to new value

Returns a new data with forZones set to new value

Attributes

Source
EndpointHints.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product