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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PodReadinessGate
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PodReadinessGate(conditionType: String)
- conditionType
ConditionType refers to a condition in the pod's condition list with matching type.
Value Members
- val conditionType: String
-
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.