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;

 /**
  * Generated
  */
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();
  
  /**
   * Method is deprecated. use withAuthTokenFile instead.
   */
  @java.lang.Deprecated
  public A withNewAuthTokenFile(java.lang.String arg0);
  public java.lang.String getCaCertConfigMap();
  public A withCaCertConfigMap(java.lang.String caCertConfigMap);
  public java.lang.Boolean hasCaCertConfigMap();
  
  /**
   * Method is deprecated. use withCaCertConfigMap instead.
   */
  @java.lang.Deprecated
  public A withNewCaCertConfigMap(java.lang.String arg0);
  public java.lang.String getPromQL();
  public A withPromQL(java.lang.String promQL);
  public java.lang.Boolean hasPromQL();
  
  /**
   * Method is deprecated. use withPromQL instead.
   */
  @java.lang.Deprecated
  public A withNewPromQL(java.lang.String arg0);
  public java.lang.String getSchedule();
  public A withSchedule(java.lang.String schedule);
  public java.lang.Boolean hasSchedule();
  
  /**
   * Method is deprecated. use withSchedule instead.
   */
  @java.lang.Deprecated
  public A withNewSchedule(java.lang.String arg0);
  public java.lang.String getServerURL();
  public A withServerURL(java.lang.String serverURL);
  public java.lang.Boolean hasServerURL();
  
  /**
   * Method is deprecated. use withServerURL instead.
   */
  @java.lang.Deprecated
  public A withNewServerURL(java.lang.String arg0);
  public java.lang.String getServiceAccountName();
  public A withServiceAccountName(java.lang.String serviceAccountName);
  public java.lang.Boolean hasServiceAccountName();
  
  /**
   * Method is deprecated. use withServiceAccountName instead.
   */
  @java.lang.Deprecated
  public A withNewServiceAccountName(java.lang.String arg0);
  
  /**
   * This method has been deprecated, please use method buildSink instead.
   * @return The buildable object.
   */
  @java.lang.Deprecated
  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();
  
  /**
   * Method is deprecated. use withStep instead.
   */
  @java.lang.Deprecated
  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