on Pod Conditions
Parameters
value
Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.
Parameters
values
Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.
suspend fun onPodConditions(argument: List<suspend PodFailurePolicyOnPodConditionsPatternArgsBuilder.() -> Unit>)
suspend fun onPodConditions(vararg argument: suspend PodFailurePolicyOnPodConditionsPatternArgsBuilder.() -> Unit)
suspend fun onPodConditions(argument: suspend PodFailurePolicyOnPodConditionsPatternArgsBuilder.() -> Unit)
Parameters
argument
Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.