io.k8s.api.batch.v1.PodFailurePolicyRule
See thePodFailurePolicyRule companion object PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.
Attributes Companion: object Source: PodFailurePolicyRule.scala Graph Reset zoom Hide graph Show graph
Supertypes Members list Concise view
Value members
Appends new values to onPodConditions
transforms action to result of function
if onExitCodes has a value, transforms to the result of function
transforms onPodConditions to result of function
Returns a new data with action set to new value
Returns a new data with onExitCodes set to new value
Returns a new data with onPodConditions set to new value