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

io.fabric8.kubernetes.api.model.storage.VolumeAttachmentSpecFluent Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model.storage;

import java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;
import java.util.LinkedHashMap;

 /**
  * Generated
  */
public interface VolumeAttachmentSpecFluent> 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 VolumeAttachmentSource getSource();
  public VolumeAttachmentSource buildSource();
  public A withSource(VolumeAttachmentSource source);
  public Boolean hasSource();
  public VolumeAttachmentSpecFluent.SourceNested withNewSource();
  public VolumeAttachmentSpecFluent.SourceNested withNewSourceLike(VolumeAttachmentSource item);
  public VolumeAttachmentSpecFluent.SourceNested editSource();
  public VolumeAttachmentSpecFluent.SourceNested editOrNewSource();
  public VolumeAttachmentSpecFluent.SourceNested editOrNewSourceLike(VolumeAttachmentSource item);
  public A addToAdditionalProperties(String key,Object value);
  public A addToAdditionalProperties(Map map);
  public A removeFromAdditionalProperties(String key);
  public A removeFromAdditionalProperties(Map map);
  public Map getAdditionalProperties();
  public A withAdditionalProperties(Map additionalProperties);
  public Boolean hasAdditionalProperties();
  public interface SourceNested extends Nested,VolumeAttachmentSourceFluent>{
    public N and();
    public N endSource();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy