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 io.fabric8.kubernetes.api.builder.Fluent;
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.Integer;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
/**
* Generated
*/
public interface GitLabSourceSpecFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildAccessToken instead.
* @return The buildable object.
*/
@Deprecated
public 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 Boolean hasAccessToken();
public 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(Integer index,String item);
public A setToEventTypes(java.lang.Integer index,java.lang.String item);
public A addToEventTypes(java.lang.String... items);
public A addAllToEventTypes(Collection items);
public A removeFromEventTypes(java.lang.String... items);
public A removeAllFromEventTypes(java.util.Collection items);
public 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(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 java.lang.String getProjectUrl();
public A withProjectUrl(java.lang.String projectUrl);
public java.lang.Boolean hasProjectUrl();
/**
* 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 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();
/**
* This method has been deprecated, please use method buildSink instead.
* @return The buildable object.
*/
@java.lang.Deprecated
public 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 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 A withSslverify();
public interface AccessTokenNested extends Nested,SecretValueFromSourceFluent>{
public N and();
public N endAccessToken();
}
public interface SecretTokenNested extends io.fabric8.kubernetes.api.builder.Nested,SecretValueFromSourceFluent>{
public N and();
public N endSecretToken();
}
public interface SinkNested extends io.fabric8.kubernetes.api.builder.Nested,DestinationFluent>{
public N and();
public N endSink();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy