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

io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.eventing.contrib.github.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 io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverrides;
import java.lang.Deprecated;
import io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverridesFluent;
import java.util.List;
import io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverridesBuilder;
import java.lang.Boolean;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationBuilder;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;

public interface GitHubSourceSpecFluent> extends io.fabric8.kubernetes.api.builder.Fluent {


    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildAccessToken instead.
     * @return The buildable object.
     */
        public io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource getAccessToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource buildAccessToken();
    public A withAccessToken(io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource accessToken);
    public java.lang.Boolean hasAccessToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.AccessTokenNested withNewAccessToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.AccessTokenNested withNewAccessTokenLike(io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource item);
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.AccessTokenNested editAccessToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.AccessTokenNested editOrNewAccessToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.AccessTokenNested editOrNewAccessTokenLike(io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource item);
    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildCeOverrides instead.
     * @return The buildable object.
     */
        public io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverrides getCeOverrides();
    public io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverrides buildCeOverrides();
    public A withCeOverrides(io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverrides ceOverrides);
    public java.lang.Boolean hasCeOverrides();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.CeOverridesNested withNewCeOverrides();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.CeOverridesNested withNewCeOverridesLike(io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverrides item);
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.CeOverridesNested editCeOverrides();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.CeOverridesNested editOrNewCeOverrides();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.CeOverridesNested editOrNewCeOverridesLike(io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverrides item);
    public A addToEventTypes(int index,java.lang.String item);
    public A setToEventTypes(int 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(int 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 getGithubAPIURL();
    public A withGithubAPIURL(java.lang.String githubAPIURL);
    public java.lang.Boolean hasGithubAPIURL();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withGithubAPIURL instead.
     */
        public A withNewGithubAPIURL(java.lang.String arg0);
    public java.lang.String getOwnerAndRepository();
    public A withOwnerAndRepository(java.lang.String ownerAndRepository);
    public java.lang.Boolean hasOwnerAndRepository();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withOwnerAndRepository instead.
     */
        public A withNewOwnerAndRepository(java.lang.String arg0);
    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildSecretToken instead.
     * @return The buildable object.
     */
        public io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource getSecretToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource buildSecretToken();
    public A withSecretToken(io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource secretToken);
    public java.lang.Boolean hasSecretToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SecretTokenNested withNewSecretToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SecretTokenNested withNewSecretTokenLike(io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource item);
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SecretTokenNested editSecretToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SecretTokenNested editOrNewSecretToken();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SecretTokenNested editOrNewSecretTokenLike(io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSource item);
    public java.lang.Boolean getSecure();
    public A withSecure(java.lang.Boolean secure);
    public java.lang.Boolean hasSecure();
    public java.lang.String getServiceAccountName();
    public A withServiceAccountName(java.lang.String serviceAccountName);
    public java.lang.Boolean hasServiceAccountName();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withServiceAccountName instead.
     */
        public A withNewServiceAccountName(java.lang.String arg0);
    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildSink instead.
     * @return The buildable object.
     */
        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.github.v1alpha1.GitHubSourceSpecFluent.SinkNested withNewSink();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SinkNested withNewSinkLike(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination item);
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SinkNested editSink();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SinkNested editOrNewSink();
    public io.fabric8.knative.eventing.contrib.github.v1alpha1.GitHubSourceSpecFluent.SinkNested editOrNewSinkLike(io.fabric8.knative.internal.pkg.apis.duck.v1.Destination item);
    public interface AccessTokenNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.eventing.contrib.github.v1alpha1.SecretValueFromSourceFluent> {

            public N and();
            public N endAccessToken();    }


    public interface CeOverridesNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverridesFluent> {

            public N and();
            public N endCeOverrides();    }


    public interface SecretTokenNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.eventing.contrib.github.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