Class V1PodFailurePolicyOnExitCodesRequirement
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PodFailurePolicyOnExitCodesRequirement
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PodFailurePolicyOnExitCodesRequirement
extends Object
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.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionV1PodFailurePolicyOnExitCodesRequirement
(String operator, List<Integer> values) -
Method Summary
Modifier and TypeMethodDescriptionaddvaluesItem
(Integer valuesItem) Add an item to the values property in a chainable fashion.containerName
(String containerName) Set containerName in a chainable fashion.boolean
Restricts the check for exit codes to the container with the specified name.Represents the relationship between the container exit code(s) and the specified values.Specifies the set of values.int
hashCode()
Set operator in a chainable fashion.void
setContainerName
(String containerName) Set the containerName property valuevoid
setOperator
(String operator) Set the operator property valuevoid
Set the values property valuetoString()
Set values in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_CONTAINER_NAME
- See Also:
-
JSON_PROPERTY_OPERATOR
- See Also:
-
JSON_PROPERTY_VALUES
- See Also:
-
-
Constructor Details
-
V1PodFailurePolicyOnExitCodesRequirement
-
-
Method Details
-
getContainerName
Restricts the check for exit codes to the container with the specified name. When null, the rule applies to all containers. When specified, it should match one the container or initContainer names in the pod template.- Returns:
- the containerName property value
-
setContainerName
Set the containerName property value -
containerName
Set containerName in a chainable fashion.- Returns:
- The same instance of V1PodFailurePolicyOnExitCodesRequirement for chaining.
-
getOperator
Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are: - In: the requirement is satisfied if at least one container exit code (might be multiple if there are multiple containers not restricted by the 'containerName' field) is in the set of specified values. - NotIn: the requirement is satisfied if at least one container exit code (might be multiple if there are multiple containers not restricted by the 'containerName' field) is not in the set of specified values. Additional values are considered to be added in the future. Clients should react to an unknown operator by assuming the requirement is not satisfied.- Returns:
- the operator property value
-
setOperator
Set the operator property value -
operator
Set operator in a chainable fashion.- Returns:
- The same instance of V1PodFailurePolicyOnExitCodesRequirement for chaining.
-
getValues
Specifies the set of values. Each returned container exit code (might be multiple in case of multiple containers) is checked against this set of values with respect to the operator. The list of values must be ordered and must not contain duplicates. Value '0' cannot be used for the In operator. At least one element is required. At most 255 elements are allowed.- Returns:
- the values property value
-
setValues
Set the values property value -
values
Set values in a chainable fashion.- Returns:
- The same instance of V1PodFailurePolicyOnExitCodesRequirement for chaining.
-
addvaluesItem
Add an item to the values property in a chainable fashion.- Returns:
- The same instance of V1PodFailurePolicyOnExitCodesRequirement for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-