PersistentVolumeClaimCondition

io.k8s.api.core.v1.PersistentVolumeClaimCondition
See thePersistentVolumeClaimCondition companion object
final case class PersistentVolumeClaimCondition(status: String, `type`: String, lastProbeTime: Option[Time], reason: Option[String], lastTransitionTime: Option[Time], message: Option[String])

PersistentVolumeClaimCondition contains details about state of pvc

Attributes

Companion:
object
Source:
PersistentVolumeClaimCondition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
PersistentVolumeClaimCondition.scala

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

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

Attributes

Source:
PersistentVolumeClaimCondition.scala

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

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

Attributes

Source:
PersistentVolumeClaimCondition.scala

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

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

Attributes

Source:
PersistentVolumeClaimCondition.scala

transforms status to result of function

transforms status to result of function

Attributes

Source:
PersistentVolumeClaimCondition.scala

transforms type to result of function

transforms type to result of function

Attributes

Source:
PersistentVolumeClaimCondition.scala

Returns a new data with lastProbeTime set to new value

Returns a new data with lastProbeTime set to new value

Attributes

Source:
PersistentVolumeClaimCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source:
PersistentVolumeClaimCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source:
PersistentVolumeClaimCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source:
PersistentVolumeClaimCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source:
PersistentVolumeClaimCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
PersistentVolumeClaimCondition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product