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

io.kubernetes.client.openapi.models.V1VolumeAttachmentSpecFluent 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 com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1VolumeAttachmentSpecFluent> extends Fluent{
  public String getAttacher();
  public A withAttacher(String attacher);
  public Boolean hasAttacher();
  public String getNodeName();
  public A withNodeName(String nodeName);
  public Boolean hasNodeName();
  
  /**
   * This method has been deprecated, please use method buildSource instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1VolumeAttachmentSource getSource();
  public V1VolumeAttachmentSource buildSource();
  public A withSource(V1VolumeAttachmentSource source);
  public Boolean hasSource();
  public V1VolumeAttachmentSpecFluent.SourceNested withNewSource();
  public V1VolumeAttachmentSpecFluent.SourceNested withNewSourceLike(V1VolumeAttachmentSource item);
  public V1VolumeAttachmentSpecFluent.SourceNested editSource();
  public V1VolumeAttachmentSpecFluent.SourceNested editOrNewSource();
  public V1VolumeAttachmentSpecFluent.SourceNested editOrNewSourceLike(V1VolumeAttachmentSource item);
  public interface SourceNested extends Nested,V1VolumeAttachmentSourceFluent>{
    public N and();
    public N endSource();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy