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

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

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

import java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.lang.Boolean;

public interface V1beta1VolumeAttachmentSpecFluent> extends Fluent {


    public String getAttacher();
    public A withAttacher(String attacher);
    public Boolean hasAttacher();
    public A withNewAttacher(String arg1);
    public A withNewAttacher(StringBuilder arg1);
    public A withNewAttacher(StringBuffer arg1);
    public String getNodeName();
    public A withNodeName(String nodeName);
    public Boolean hasNodeName();
    public A withNewNodeName(String arg1);
    public A withNewNodeName(StringBuilder arg1);
    public A withNewNodeName(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildSource instead.
 * @return The buildable object.
 */
@Deprecated public V1beta1VolumeAttachmentSource getSource();
    public V1beta1VolumeAttachmentSource buildSource();
    public A withSource(V1beta1VolumeAttachmentSource source);
    public Boolean hasSource();
    public V1beta1VolumeAttachmentSpecFluent.SourceNested withNewSource();
    public V1beta1VolumeAttachmentSpecFluent.SourceNested withNewSourceLike(V1beta1VolumeAttachmentSource item);
    public V1beta1VolumeAttachmentSpecFluent.SourceNested editSource();
    public V1beta1VolumeAttachmentSpecFluent.SourceNested editOrNewSource();
    public V1beta1VolumeAttachmentSpecFluent.SourceNested editOrNewSourceLike(V1beta1VolumeAttachmentSource item);
    public interface SourceNested extends io.kubernetes.client.fluent.Nested,V1beta1VolumeAttachmentSourceFluent> {

        public N and();
        public N endSource();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy