kubernetes v1.34

ContainerRestartRuleOnExitCodes.operator

Represents the relationship between the container exit code(s) and the specified values. Possible values are: - In: the requirement is satisfied if the container exit code is in the set of specified values. - NotIn: the requirement is satisfied if the container exit code is not in the set of specified values.

1 fields
ContainerRestartRuleOnExitCodes.operator fields and descriptions
Field / TypeDescription
ContainerRestartRuleOnExitCodes.operator
string

Represents the relationship between the container exit code(s) and the specified values. Possible values are: - In: the requirement is satisfied if the container exit code is in the set of specified values. - NotIn: the requirement is satisfied if the container exit code is not in the set of specified values.