PodReadinessGate

case class PodReadinessGate(conditionType: String)

PodReadinessGate contains the reference to a pod condition

PodReadinessGate contains the reference to a pod condition

Value Params
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

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.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product