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

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

package io.kubernetes.client.openapi.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Deprecated;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1PersistentVolumeFluent> extends Fluent{
  public String getApiVersion();
  public A withApiVersion(String apiVersion);
  public Boolean hasApiVersion();
  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 V1PersistentVolumeFluent.MetadataNested withNewMetadata();
  public V1PersistentVolumeFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
  public V1PersistentVolumeFluent.MetadataNested editMetadata();
  public V1PersistentVolumeFluent.MetadataNested editOrNewMetadata();
  public V1PersistentVolumeFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
  
  /**
   * This method has been deprecated, please use method buildSpec instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1PersistentVolumeSpec getSpec();
  public V1PersistentVolumeSpec buildSpec();
  public A withSpec(V1PersistentVolumeSpec spec);
  public Boolean hasSpec();
  public V1PersistentVolumeFluent.SpecNested withNewSpec();
  public V1PersistentVolumeFluent.SpecNested withNewSpecLike(V1PersistentVolumeSpec item);
  public V1PersistentVolumeFluent.SpecNested editSpec();
  public V1PersistentVolumeFluent.SpecNested editOrNewSpec();
  public V1PersistentVolumeFluent.SpecNested editOrNewSpecLike(V1PersistentVolumeSpec item);
  
  /**
   * This method has been deprecated, please use method buildStatus instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1PersistentVolumeStatus getStatus();
  public V1PersistentVolumeStatus buildStatus();
  public A withStatus(V1PersistentVolumeStatus status);
  public Boolean hasStatus();
  public V1PersistentVolumeFluent.StatusNested withNewStatus();
  public V1PersistentVolumeFluent.StatusNested withNewStatusLike(V1PersistentVolumeStatus item);
  public V1PersistentVolumeFluent.StatusNested editStatus();
  public V1PersistentVolumeFluent.StatusNested editOrNewStatus();
  public V1PersistentVolumeFluent.StatusNested editOrNewStatusLike(V1PersistentVolumeStatus item);
  public interface MetadataNested extends Nested,V1ObjectMetaFluent>{
    public N and();
    public N endMetadata();
    
  }
  public interface SpecNested extends Nested,V1PersistentVolumeSpecFluent>{
    public N and();
    public N endSpec();
    
  }
  public interface StatusNested extends Nested,V1PersistentVolumeStatusFluent>{
    public N and();
    public N endStatus();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy