TolerationPointer

io.k8s.api.core.v1.TolerationPointer
final case class TolerationPointer(currentPath: PointerPath) extends Pointer[Toleration]

Pointer for Toleration

Attributes

Source
TolerationPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def effect: Plain[String]

Attributes

Source
TolerationPointer.scala
def key: Plain[String]

Attributes

Source
TolerationPointer.scala
def operator: Plain[String]

Attributes

Source
TolerationPointer.scala

Attributes

Source
TolerationPointer.scala
def value: Plain[String]

Attributes

Source
TolerationPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product