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

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

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

import io.fabric8.knative.internal.pkg.apis.duck.v1.Destination;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import java.lang.Deprecated;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationBuilder;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface PrometheusSourceSpecFluent> extends io.fabric8.kubernetes.api.builder.Fluent {


    public java.lang.String getAuthTokenFile();
    public A withAuthTokenFile(java.lang.String authTokenFile);
    public java.lang.Boolean hasAuthTokenFile();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withAuthTokenFile instead.
     */
        public A withNewAuthTokenFile(java.lang.String arg0);
    public java.lang.String getCaCertConfigMap();
    public A withCaCertConfigMap(java.lang.String caCertConfigMap);
    public java.lang.Boolean hasCaCertConfigMap();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withCaCertConfigMap instead.
     */
        public A withNewCaCertConfigMap(java.lang.String arg0);
    public java.lang.String getPromQL();
    public A withPromQL(java.lang.String promQL);
    public java.lang.Boolean hasPromQL();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withPromQL instead.
     */
        public A withNewPromQL(java.lang.String arg0);
    public java.lang.String getSchedule();
    public A withSchedule(java.lang.String schedule);
    public java.lang.Boolean hasSchedule();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withSchedule instead.
     */
        public A withNewSchedule(java.lang.String arg0);
    public java.lang.String getServerURL();
    public A withServerURL(java.lang.String serverURL);
    public java.lang.Boolean hasServerURL();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withServerURL instead.
     */
        public A withNewServerURL(java.lang.String arg0);
    public java.lang.String getServiceAccountName();
    public A withServiceAccountName(java.lang.String serviceAccountName);
    public java.lang.Boolean hasServiceAccountName();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withServiceAccountName instead.
     */
        public A withNewServiceAccountName(java.lang.String arg0);
    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildSink instead.
     * @return The buildable object.
     */
        public io.fabric8.knative.internal.pkg.apis.duck.v1.Destination getSink();
    public io.fabric8.knative.internal.pkg.apis.duck.v1.Destination buildSink();
    public A withSink(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination sink);
    public java.lang.Boolean hasSink();
    public io.fabric8.knative.eventing.contrib.prometheus.v1alpha1.PrometheusSourceSpecFluent.SinkNested withNewSink();
    public io.fabric8.knative.eventing.contrib.prometheus.v1alpha1.PrometheusSourceSpecFluent.SinkNested withNewSinkLike(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination item);
    public io.fabric8.knative.eventing.contrib.prometheus.v1alpha1.PrometheusSourceSpecFluent.SinkNested editSink();
    public io.fabric8.knative.eventing.contrib.prometheus.v1alpha1.PrometheusSourceSpecFluent.SinkNested editOrNewSink();
    public io.fabric8.knative.eventing.contrib.prometheus.v1alpha1.PrometheusSourceSpecFluent.SinkNested editOrNewSinkLike(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination item);
    public java.lang.String getStep();
    public A withStep(java.lang.String step);
    public java.lang.Boolean hasStep();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withStep instead.
     */
        public A withNewStep(java.lang.String arg0);
    public interface SinkNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent> {

            public N and();
            public N endSink();    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy