CustomResourceDefinitionCondition

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition
See theCustomResourceDefinitionCondition companion object
final case class CustomResourceDefinitionCondition(status: String, `type`: String, reason: Option[String], lastTransitionTime: Option[Time], message: Option[String])

CustomResourceDefinitionCondition contains details for the current condition of this pod.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
CustomResourceDefinitionCondition.scala
def mapMessage(f: String => String): CustomResourceDefinitionCondition

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

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

Attributes

Source
CustomResourceDefinitionCondition.scala
def mapReason(f: String => String): CustomResourceDefinitionCondition

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

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

Attributes

Source
CustomResourceDefinitionCondition.scala
def mapStatus(f: String => String): CustomResourceDefinitionCondition

transforms status to result of function

transforms status to result of function

Attributes

Source
CustomResourceDefinitionCondition.scala
def mapType(f: String => String): CustomResourceDefinitionCondition

transforms type to result of function

transforms type to result of function

Attributes

Source
CustomResourceDefinitionCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source
CustomResourceDefinitionCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
CustomResourceDefinitionCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source
CustomResourceDefinitionCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source
CustomResourceDefinitionCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
CustomResourceDefinitionCondition.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product