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

annotations.io.alauda.kubernetes.api.model.NamedClusterFluent Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.model;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.alauda.kubernetes.api.builder.Fluent;
import io.alauda.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface NamedClusterFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildCluster instead.
 */
@Deprecated public Cluster getCluster();
    public Cluster buildCluster();
    public A withCluster(Cluster cluster);
    public Boolean hasCluster();
    public NamedClusterFluent.ClusterNested withNewCluster();
    public NamedClusterFluent.ClusterNested withNewClusterLike(Cluster item);
    public NamedClusterFluent.ClusterNested editCluster();
    public NamedClusterFluent.ClusterNested editOrNewCluster();
    public NamedClusterFluent.ClusterNested editOrNewClusterLike(Cluster item);
    public String getName();
    public A withName(String name);
    public Boolean hasName();

    public interface ClusterNested extends io.alauda.kubernetes.api.builder.Nested,ClusterFluent>{

        
    public N and();    public N endCluster();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy