SuccessPolicyRule

io.k8s.api.batch.v1.SuccessPolicyRule
See theSuccessPolicyRule companion object

SuccessPolicyRule describes rule for declaring a Job as succeeded. Each rule must have at least one of the "succeededIndexes" or "succeededCount" specified.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
SuccessPolicyRule.scala

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

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

Attributes

Source
SuccessPolicyRule.scala

Returns a new data with succeededCount set to new value

Returns a new data with succeededCount set to new value

Attributes

Source
SuccessPolicyRule.scala

Returns a new data with succeededIndexes set to new value

Returns a new data with succeededIndexes set to new value

Attributes

Source
SuccessPolicyRule.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product