All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1PodDisruptionBudgetSpecFluent Maven / Gradle / Ivy

There is a newer version: 23.0.0-legacy
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.Deprecated;
import io.kubernetes.client.custom.IntOrString;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1PodDisruptionBudgetSpecFluent> extends Fluent{
  public IntOrString getMaxUnavailable();
  public A withMaxUnavailable(IntOrString maxUnavailable);
  public Boolean hasMaxUnavailable();
  public A withNewMaxUnavailable(int value);
  public A withNewMaxUnavailable(String value);
  public IntOrString getMinAvailable();
  public A withMinAvailable(IntOrString minAvailable);
  public Boolean hasMinAvailable();
  public A withNewMinAvailable(int value);
  public A withNewMinAvailable(String value);
  
  /**
   * This method has been deprecated, please use method buildSelector instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1LabelSelector getSelector();
  public V1LabelSelector buildSelector();
  public A withSelector(V1LabelSelector selector);
  public Boolean hasSelector();
  public V1PodDisruptionBudgetSpecFluent.SelectorNested withNewSelector();
  public V1PodDisruptionBudgetSpecFluent.SelectorNested withNewSelectorLike(V1LabelSelector item);
  public V1PodDisruptionBudgetSpecFluent.SelectorNested editSelector();
  public V1PodDisruptionBudgetSpecFluent.SelectorNested editOrNewSelector();
  public V1PodDisruptionBudgetSpecFluent.SelectorNested editOrNewSelectorLike(V1LabelSelector item);
  public interface SelectorNested extends Nested,V1LabelSelectorFluent>{
    public N and();
    public N endSelector();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy