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

io.fabric8.knative.eventing.contrib.prometheus.v1alpha1.PrometheusSourceFluent Maven / Gradle / Ivy

package io.fabric8.knative.eventing.contrib.prometheus.v1alpha1;

import io.fabric8.kubernetes.api.model.ObjectMeta;
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 io.fabric8.kubernetes.api.model.ObjectMetaBuilder;
import java.lang.StringBuffer;
import io.fabric8.kubernetes.api.model.ObjectMetaFluent;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface PrometheusSourceFluent> 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 PrometheusSourceFluent.MetadataNested withNewMetadata();
    public PrometheusSourceFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
    public PrometheusSourceFluent.MetadataNested editMetadata();
    public PrometheusSourceFluent.MetadataNested editOrNewMetadata();
    public PrometheusSourceFluent.MetadataNested editOrNewMetadataLike(ObjectMeta item);
    
/**
 * This method has been deprecated, please use method buildSpec instead.
 * @return The buildable object.
 */
@Deprecated public PrometheusSourceSpec getSpec();
    public PrometheusSourceSpec buildSpec();
    public A withSpec(PrometheusSourceSpec spec);
    public Boolean hasSpec();
    public PrometheusSourceFluent.SpecNested withNewSpec();
    public PrometheusSourceFluent.SpecNested withNewSpecLike(PrometheusSourceSpec item);
    public PrometheusSourceFluent.SpecNested editSpec();
    public PrometheusSourceFluent.SpecNested editOrNewSpec();
    public PrometheusSourceFluent.SpecNested editOrNewSpecLike(PrometheusSourceSpec item);
    
/**
 * This method has been deprecated, please use method buildStatus instead.
 * @return The buildable object.
 */
@Deprecated public PrometheusSourceStatus getStatus();
    public PrometheusSourceStatus buildStatus();
    public A withStatus(PrometheusSourceStatus status);
    public Boolean hasStatus();
    public PrometheusSourceFluent.StatusNested withNewStatus();
    public PrometheusSourceFluent.StatusNested withNewStatusLike(PrometheusSourceStatus item);
    public PrometheusSourceFluent.StatusNested editStatus();
    public PrometheusSourceFluent.StatusNested editOrNewStatus();
    public PrometheusSourceFluent.StatusNested editOrNewStatusLike(PrometheusSourceStatus 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,PrometheusSourceSpecFluent> {

            public N and();
            public N endSpec();    }


    public interface StatusNested extends io.fabric8.kubernetes.api.builder.Nested,PrometheusSourceStatusFluent> {

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy