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

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

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

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

 /**
  * Generated
  */
public interface V1EvictionFluent> extends Fluent{
  public String getApiVersion();
  public A withApiVersion(String apiVersion);
  public Boolean hasApiVersion();
  
  /**
   * This method has been deprecated, please use method buildDeleteOptions instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1DeleteOptions getDeleteOptions();
  public V1DeleteOptions buildDeleteOptions();
  public A withDeleteOptions(V1DeleteOptions deleteOptions);
  public Boolean hasDeleteOptions();
  public V1EvictionFluent.DeleteOptionsNested withNewDeleteOptions();
  public V1EvictionFluent.DeleteOptionsNested withNewDeleteOptionsLike(V1DeleteOptions item);
  public V1EvictionFluent.DeleteOptionsNested editDeleteOptions();
  public V1EvictionFluent.DeleteOptionsNested editOrNewDeleteOptions();
  public V1EvictionFluent.DeleteOptionsNested editOrNewDeleteOptionsLike(V1DeleteOptions item);
  public String getKind();
  public A withKind(String kind);
  public Boolean hasKind();
  
  /**
   * This method has been deprecated, please use method buildMetadata instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1ObjectMeta getMetadata();
  public V1ObjectMeta buildMetadata();
  public A withMetadata(V1ObjectMeta metadata);
  public Boolean hasMetadata();
  public V1EvictionFluent.MetadataNested withNewMetadata();
  public V1EvictionFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
  public V1EvictionFluent.MetadataNested editMetadata();
  public V1EvictionFluent.MetadataNested editOrNewMetadata();
  public V1EvictionFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
  public interface DeleteOptionsNested extends Nested,V1DeleteOptionsFluent>{
    public N and();
    public N endDeleteOptions();
    
  }
  public interface MetadataNested extends Nested,V1ObjectMetaFluent>{
    public N and();
    public N endMetadata();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy