PodReadinessGate

case class PodReadinessGate(conditionType: String)

PodReadinessGate contains the reference to a pod condition

Value parameters:
conditionType

ConditionType refers to a condition in the pod's condition list with matching type.

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

Value members

Concrete methods

ConditionType refers to a condition in the pod's condition list with matching type.

ConditionType refers to a condition in the pod's condition list with matching type.

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

Inherited methods

Inherited from:
Product