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.DestinationFluent;
import io.fabric8.knative.internal.pkg.apis.duck.v1.Destination;
import java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Boolean;
/**
* Generated
*/
public interface PrometheusSourceSpecFluent> extends Fluent{
public String getAuthTokenFile();
public A withAuthTokenFile(String authTokenFile);
public Boolean hasAuthTokenFile();
public String getCaCertConfigMap();
public A withCaCertConfigMap(String caCertConfigMap);
public Boolean hasCaCertConfigMap();
public String getPromQL();
public A withPromQL(String promQL);
public Boolean hasPromQL();
public String getSchedule();
public A withSchedule(String schedule);
public Boolean hasSchedule();
public String getServerURL();
public A withServerURL(String serverURL);
public Boolean hasServerURL();
public String getServiceAccountName();
public A withServiceAccountName(String serviceAccountName);
public Boolean hasServiceAccountName();
/**
* 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 interface SinkNested extends Nested,DestinationFluent>{
public N and();
public N endSink();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy