
io.fabric8.kubernetes.api.model.NamedClusterFluent Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.StringBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.StringBuffer;
import java.lang.Deprecated;
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.
* @return The buildable object.
*/
@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 A withNewName(String arg1);
public A withNewName(StringBuilder arg1);
public A withNewName(StringBuffer arg1);
public interface ClusterNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterFluent>{
public N and(); public N endCluster();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy