
com.pulumi.kubernetes.policy.v1beta1.inputs.PodDisruptionBudgetSpecPatchArgs 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.policy.v1beta1.inputs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.kubernetes.meta.v1.inputs.LabelSelectorPatchArgs;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
*
*/
public final class PodDisruptionBudgetSpecPatchArgs extends com.pulumi.resources.ResourceArgs {
public static final PodDisruptionBudgetSpecPatchArgs Empty = new PodDisruptionBudgetSpecPatchArgs();
/**
* An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
*
*/
@Import(name="maxUnavailable")
private @Nullable Output> maxUnavailable;
/**
* @return An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy