ForZone

case
class ForZone(name: String)

ForZone provides information about which zones should consume this endpoint.

Value Params
name

name represents the name of the zone.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getName: IO[K8sFailure, String]

name represents the name of the zone.

name represents the name of the zone.

This effect always succeeds, it is safe to use the field name directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product