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.JsonPropertyDescription;
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.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import java.lang.StringBuffer;
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 Fluent {
public String getAuthTokenFile();
public A withAuthTokenFile(String authTokenFile);
public Boolean hasAuthTokenFile();
public A withNewAuthTokenFile(String arg1);
public A withNewAuthTokenFile(StringBuilder arg1);
public A withNewAuthTokenFile(StringBuffer arg1);
public String getCaCertConfigMap();
public A withCaCertConfigMap(String caCertConfigMap);
public Boolean hasCaCertConfigMap();
public A withNewCaCertConfigMap(String arg1);
public A withNewCaCertConfigMap(StringBuilder arg1);
public A withNewCaCertConfigMap(StringBuffer arg1);
public String getPromQL();
public A withPromQL(String promQL);
public Boolean hasPromQL();
public A withNewPromQL(String arg1);
public A withNewPromQL(StringBuilder arg1);
public A withNewPromQL(StringBuffer arg1);
public String getSchedule();
public A withSchedule(String schedule);
public Boolean hasSchedule();
public A withNewSchedule(String arg1);
public A withNewSchedule(StringBuilder arg1);
public A withNewSchedule(StringBuffer arg1);
public String getServerURL();
public A withServerURL(String serverURL);
public Boolean hasServerURL();
public A withNewServerURL(String arg1);
public A withNewServerURL(StringBuilder arg1);
public A withNewServerURL(StringBuffer arg1);
public String getServiceAccountName();
public A withServiceAccountName(String serviceAccountName);
public Boolean hasServiceAccountName();
public A withNewServiceAccountName(String arg1);
public A withNewServiceAccountName(StringBuilder arg1);
public A withNewServiceAccountName(StringBuffer arg1);
/**
* This method has been deprecated, please use method buildSink instead.
* @return The buildable object.
*/
@Deprecated public Destination getSink();
public Destination buildSink();
public A withSink(Destination sink);
public Boolean hasSink();
public PrometheusSourceSpecFluent.SinkNested withNewSink();
public PrometheusSourceSpecFluent.SinkNested withNewSinkLike(Destination item);
public PrometheusSourceSpecFluent.SinkNested editSink();
public PrometheusSourceSpecFluent.SinkNested editOrNewSink();
public PrometheusSourceSpecFluent.SinkNested editOrNewSinkLike(Destination item);
public String getStep();
public A withStep(String step);
public Boolean hasStep();
public A withNewStep(String arg1);
public A withNewStep(StringBuilder arg1);
public A withNewStep(StringBuffer arg1);
public interface SinkNested extends io.fabric8.kubernetes.api.builder.Nested,DestinationFluent> {
public N and();
public N endSink(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy