
com.pulumi.kubernetes.batch.v1.inputs.PodFailurePolicyPatchArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.kubernetes.batch.v1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.kubernetes.batch.v1.inputs.PodFailurePolicyRulePatchArgs;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* PodFailurePolicy describes how failed pods influence the backoffLimit.
*
*/
public final class PodFailurePolicyPatchArgs extends com.pulumi.resources.ResourceArgs {
public static final PodFailurePolicyPatchArgs Empty = new PodFailurePolicyPatchArgs();
/**
* A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.
*
*/
@Import(name="rules")
private @Nullable Output> rules;
/**
* @return A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy