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

io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.eventing.contrib.gitlab.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.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predicate;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import java.lang.Deprecated;
import java.util.List;
import java.lang.Boolean;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Integer;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationBuilder;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;

 /**
  * Generated
  */
public interface GitLabSourceSpecFluent> extends io.fabric8.kubernetes.api.builder.Fluent{
  
  /**
   * This method has been deprecated, please use method buildAccessToken instead.
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource getAccessToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource buildAccessToken();
  public A withAccessToken(io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource accessToken);
  public java.lang.Boolean hasAccessToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.AccessTokenNested withNewAccessToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.AccessTokenNested withNewAccessTokenLike(io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource item);
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.AccessTokenNested editAccessToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.AccessTokenNested editOrNewAccessToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.AccessTokenNested editOrNewAccessTokenLike(io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource item);
  public A addToEventTypes(java.lang.Integer index,java.lang.String item);
  public A setToEventTypes(java.lang.Integer index,java.lang.String item);
  public A addToEventTypes(java.lang.String... items);
  public A addAllToEventTypes(java.util.Collection items);
  public A removeFromEventTypes(java.lang.String... items);
  public A removeAllFromEventTypes(java.util.Collection items);
  public java.util.List getEventTypes();
  public java.lang.String getEventType(java.lang.Integer index);
  public java.lang.String getFirstEventType();
  public java.lang.String getLastEventType();
  public java.lang.String getMatchingEventType(java.util.function.Predicate predicate);
  public java.lang.Boolean hasMatchingEventType(java.util.function.Predicate predicate);
  public A withEventTypes(java.util.List eventTypes);
  public A withEventTypes(java.lang.String... eventTypes);
  public java.lang.Boolean hasEventTypes();
  public A addNewEventType(java.lang.String arg0);
  public java.lang.String getProjectUrl();
  public A withProjectUrl(java.lang.String projectUrl);
  public java.lang.Boolean hasProjectUrl();
  
  /**
   * Method is deprecated. use withProjectUrl instead.
   */
  @java.lang.Deprecated
  public A withNewProjectUrl(java.lang.String arg0);
  
  /**
   * This method has been deprecated, please use method buildSecretToken instead.
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource getSecretToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource buildSecretToken();
  public A withSecretToken(io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource secretToken);
  public java.lang.Boolean hasSecretToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SecretTokenNested withNewSecretToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SecretTokenNested withNewSecretTokenLike(io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource item);
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SecretTokenNested editSecretToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SecretTokenNested editOrNewSecretToken();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SecretTokenNested editOrNewSecretTokenLike(io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSource item);
  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.gitlab.v1alpha1.GitLabSourceSpecFluent.SinkNested withNewSink();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SinkNested withNewSinkLike(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination item);
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SinkNested editSink();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SinkNested editOrNewSink();
  public io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.GitLabSourceSpecFluent.SinkNested editOrNewSinkLike(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination item);
  public java.lang.Boolean getSslverify();
  public A withSslverify(java.lang.Boolean sslverify);
  public java.lang.Boolean hasSslverify();
  public interface AccessTokenNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSourceFluent>{
    public N and();
    public N endAccessToken();
    
  }
  public interface SecretTokenNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.eventing.contrib.gitlab.v1alpha1.SecretValueFromSourceFluent>{
    public N and();
    public N endSecretToken();
    
  }
  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