Packages

case class PodReadinessGate(conditionType: String) extends Product with Serializable

PodReadinessGate contains the reference to a pod condition

conditionType

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PodReadinessGate
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PodReadinessGate(conditionType: String)

    conditionType

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

Value Members

  1. val conditionType: String
  2. def getConditionType: IO[K8sFailure, String]

    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.