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

io.kubernetes.client.models.V1DaemonSetFluent Maven / Gradle / Ivy

package io.kubernetes.client.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;

public interface V1DaemonSetFluent> 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.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public V1DaemonSetFluent.MetadataNested withNewMetadata();
    public V1DaemonSetFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1DaemonSetFluent.MetadataNested editMetadata();
    public V1DaemonSetFluent.MetadataNested editOrNewMetadata();
    public V1DaemonSetFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    
/**
 * This method has been deprecated, please use method buildSpec instead.
 */
@Deprecated public V1DaemonSetSpec getSpec();
    public V1DaemonSetSpec buildSpec();
    public A withSpec(V1DaemonSetSpec spec);
    public Boolean hasSpec();
    public V1DaemonSetFluent.SpecNested withNewSpec();
    public V1DaemonSetFluent.SpecNested withNewSpecLike(V1DaemonSetSpec item);
    public V1DaemonSetFluent.SpecNested editSpec();
    public V1DaemonSetFluent.SpecNested editOrNewSpec();
    public V1DaemonSetFluent.SpecNested editOrNewSpecLike(V1DaemonSetSpec item);
    
/**
 * This method has been deprecated, please use method buildStatus instead.
 */
@Deprecated public V1DaemonSetStatus getStatus();
    public V1DaemonSetStatus buildStatus();
    public A withStatus(V1DaemonSetStatus status);
    public Boolean hasStatus();
    public V1DaemonSetFluent.StatusNested withNewStatus();
    public V1DaemonSetFluent.StatusNested withNewStatusLike(V1DaemonSetStatus item);
    public V1DaemonSetFluent.StatusNested editStatus();
    public V1DaemonSetFluent.StatusNested editOrNewStatus();
    public V1DaemonSetFluent.StatusNested editOrNewStatusLike(V1DaemonSetStatus item);

    public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    public interface SpecNested extends io.kubernetes.client.fluent.Nested,V1DaemonSetSpecFluent>{

        
    public N and();    public N endSpec();
}
    public interface StatusNested extends io.kubernetes.client.fluent.Nested,V1DaemonSetStatusFluent>{

        
    public N and();    public N endStatus();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy