PodFailurePolicyOnExitCodesRequirement

io.k8s.api.batch.v1.PodFailurePolicyOnExitCodesRequirement
See thePodFailurePolicyOnExitCodesRequirement companion object
final case class PodFailurePolicyOnExitCodesRequirement(operator: String, values: Seq[Int], containerName: Option[String])

PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes. In particular, it lookups the .state.terminated.exitCode for each app container and init container status, represented by the .status.containerStatuses and .status.initContainerStatuses fields in the Pod status, respectively. Containers completed with success (exit code 0) are excluded from the requirement check.

Attributes

Companion
object
Source
PodFailurePolicyOnExitCodesRequirement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to values

Appends new values to values

Attributes

Source
PodFailurePolicyOnExitCodesRequirement.scala

if containerName has a value, transforms to the result of function

if containerName has a value, transforms to the result of function

Attributes

Source
PodFailurePolicyOnExitCodesRequirement.scala

transforms operator to result of function

transforms operator to result of function

Attributes

Source
PodFailurePolicyOnExitCodesRequirement.scala

transforms values to result of function

transforms values to result of function

Attributes

Source
PodFailurePolicyOnExitCodesRequirement.scala

Returns a new data with containerName set to new value

Returns a new data with containerName set to new value

Attributes

Source
PodFailurePolicyOnExitCodesRequirement.scala

Returns a new data with operator set to new value

Returns a new data with operator set to new value

Attributes

Source
PodFailurePolicyOnExitCodesRequirement.scala

Returns a new data with values set to new value

Returns a new data with values set to new value

Attributes

Source
PodFailurePolicyOnExitCodesRequirement.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product