io.dekorate.halkyon.model.ComponentFluent Maven / Gradle / Ivy
package io.dekorate.halkyon.model;
import io.dekorate.deps.kubernetes.api.model.ObjectMeta;
import io.dekorate.deps.jackson.annotation.JsonProperty;
import java.lang.StringBuilder;
import io.dekorate.deps.kubernetes.api.builder.Fluent;
import io.dekorate.deps.kubernetes.api.builder.Nested;
import java.lang.String;
import io.dekorate.deps.kubernetes.api.model.ObjectMetaBuilder;
import java.lang.StringBuffer;
import io.dekorate.deps.kubernetes.api.model.ObjectMetaFluent;
import java.lang.Deprecated;
import java.lang.Boolean;
public interface ComponentFluent> 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 ComponentFluent.MetadataNested withNewMetadata();
public ComponentFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
public ComponentFluent.MetadataNested editMetadata();
public ComponentFluent.MetadataNested editOrNewMetadata();
public ComponentFluent.MetadataNested editOrNewMetadataLike(ObjectMeta item);
/**
* This method has been deprecated, please use method buildSpec instead.
* @return The buildable object.
*/
@Deprecated public ComponentSpec getSpec();
public ComponentSpec buildSpec();
public A withSpec(ComponentSpec spec);
public Boolean hasSpec();
public io.dekorate.halkyon.model.ComponentFluent.SpecNested withNewSpec();
public io.dekorate.halkyon.model.ComponentFluent.SpecNested withNewSpecLike(ComponentSpec item);
public io.dekorate.halkyon.model.ComponentFluent.SpecNested editSpec();
public io.dekorate.halkyon.model.ComponentFluent.SpecNested editOrNewSpec();
public io.dekorate.halkyon.model.ComponentFluent.SpecNested editOrNewSpecLike(ComponentSpec item);
/**
* This method has been deprecated, please use method buildStatus instead.
* @return The buildable object.
*/
@Deprecated public ComponentStatus getStatus();
public ComponentStatus buildStatus();
public A withStatus(ComponentStatus status);
public Boolean hasStatus();
public A withNewStatus(String phase);
public ComponentFluent.StatusNested withNewStatus();
public ComponentFluent.StatusNested withNewStatusLike(ComponentStatus item);
public ComponentFluent.StatusNested editStatus();
public ComponentFluent.StatusNested editOrNewStatus();
public ComponentFluent.StatusNested editOrNewStatusLike(ComponentStatus item);
public interface MetadataNested extends Nested,ObjectMetaFluent> {
public N and();
public N endMetadata(); }
public interface SpecNested extends Nested,ComponentSpecFluent> {
public N and();
public N endSpec(); }
public interface StatusNested extends Nested,ComponentStatusFluent> {
public N and();
public N endStatus(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy