annotations.me.snowdrop.servicecatalog.api.model.ClusterServiceClassFluent Maven / Gradle / Ivy
The newest version!
package me.snowdrop.servicecatalog.api.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.StringBuilder;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import javax.validation.constraints.NotNull;
import io.fabric8.kubernetes.api.model.ObjectMetaFluent;
import java.lang.Deprecated;
import java.lang.Boolean;
import io.fabric8.kubernetes.api.model.ObjectMeta;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.model.ObjectMetaBuilder;
import java.lang.StringBuffer;
import javax.validation.Valid;
import java.lang.Object;
import java.util.Map;
public interface ClusterServiceClassFluent> extends Fluent{
public String getApiVersion();
public A withApiVersion(String apiVersion);
public Boolean hasApiVersion();
public A withNewApiVersion(String arg1);
public A withNewApiVersion(StringBuilder arg1);
public A withNewApiVersion(StringBuffer arg1);
public String getKind();
public A withKind(String kind);
public Boolean hasKind();
public A withNewKind(String arg1);
public A withNewKind(StringBuilder arg1);
public A withNewKind(StringBuffer arg1);
/**
* This method has been deprecated, please use method buildMetadata instead.
* @return The buildable object.
*/
@Deprecated public ObjectMeta getMetadata();
public ObjectMeta buildMetadata();
public A withMetadata(ObjectMeta metadata);
public Boolean hasMetadata();
public ClusterServiceClassFluent.MetadataNested withNewMetadata();
public ClusterServiceClassFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
public ClusterServiceClassFluent.MetadataNested editMetadata();
public ClusterServiceClassFluent.MetadataNested editOrNewMetadata();
public ClusterServiceClassFluent.MetadataNested editOrNewMetadataLike(ObjectMeta item);
/**
* This method has been deprecated, please use method buildSpec instead.
* @return The buildable object.
*/
@Deprecated public ClusterServiceClassSpec getSpec();
public ClusterServiceClassSpec buildSpec();
public A withSpec(ClusterServiceClassSpec spec);
public Boolean hasSpec();
public ClusterServiceClassFluent.SpecNested withNewSpec();
public ClusterServiceClassFluent.SpecNested withNewSpecLike(ClusterServiceClassSpec item);
public ClusterServiceClassFluent.SpecNested editSpec();
public ClusterServiceClassFluent.SpecNested editOrNewSpec();
public ClusterServiceClassFluent.SpecNested editOrNewSpecLike(ClusterServiceClassSpec item);
/**
* This method has been deprecated, please use method buildStatus instead.
* @return The buildable object.
*/
@Deprecated public ClusterServiceClassStatus getStatus();
public ClusterServiceClassStatus buildStatus();
public A withStatus(ClusterServiceClassStatus status);
public Boolean hasStatus();
public A withNewStatus(Boolean removedFromBrokerCatalog);
public ClusterServiceClassFluent.StatusNested withNewStatus();
public ClusterServiceClassFluent.StatusNested withNewStatusLike(ClusterServiceClassStatus item);
public ClusterServiceClassFluent.StatusNested editStatus();
public ClusterServiceClassFluent.StatusNested editOrNewStatus();
public ClusterServiceClassFluent.StatusNested editOrNewStatusLike(ClusterServiceClassStatus item);
public interface MetadataNested extends io.fabric8.kubernetes.api.builder.Nested,ObjectMetaFluent>{
public N and(); public N endMetadata();
}
public interface SpecNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServiceClassSpecFluent>{
public N and(); public N endSpec();
}
public interface StatusNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServiceClassStatusFluent>{
public N and(); public N endStatus();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy