public class GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GitLabSourceSpecFluent.AccessTokenNested<N> |
class |
GitLabSourceSpecFluent.CeOverridesNested<N> |
class |
GitLabSourceSpecFluent.SecretTokenNested<N> |
class |
GitLabSourceSpecFluent.SinkNested<N> |
| Constructor and Description |
|---|
GitLabSourceSpecFluent() |
GitLabSourceSpecFluent(GitLabSourceSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GitLabSourceSpecFluent()
public GitLabSourceSpecFluent(GitLabSourceSpec instance)
protected void copyInstance(GitLabSourceSpec instance)
public SecretValueFromSource buildAccessToken()
public A withAccessToken(SecretValueFromSource accessToken)
public boolean hasAccessToken()
public GitLabSourceSpecFluent.AccessTokenNested<A> withNewAccessToken()
public GitLabSourceSpecFluent.AccessTokenNested<A> withNewAccessTokenLike(SecretValueFromSource item)
public GitLabSourceSpecFluent.AccessTokenNested<A> editAccessToken()
public GitLabSourceSpecFluent.AccessTokenNested<A> editOrNewAccessToken()
public GitLabSourceSpecFluent.AccessTokenNested<A> editOrNewAccessTokenLike(SecretValueFromSource item)
public CloudEventOverrides buildCeOverrides()
public A withCeOverrides(CloudEventOverrides ceOverrides)
public boolean hasCeOverrides()
public GitLabSourceSpecFluent.CeOverridesNested<A> withNewCeOverrides()
public GitLabSourceSpecFluent.CeOverridesNested<A> withNewCeOverridesLike(CloudEventOverrides item)
public GitLabSourceSpecFluent.CeOverridesNested<A> editCeOverrides()
public GitLabSourceSpecFluent.CeOverridesNested<A> editOrNewCeOverrides()
public GitLabSourceSpecFluent.CeOverridesNested<A> editOrNewCeOverridesLike(CloudEventOverrides item)
public A addAllToEventTypes(Collection<String> items)
public A removeAllFromEventTypes(Collection<String> items)
public String getEventType(int index)
public String getFirstEventType()
public String getLastEventType()
public boolean hasEventTypes()
public String getProjectUrl()
public boolean hasProjectUrl()
public SecretValueFromSource buildSecretToken()
public A withSecretToken(SecretValueFromSource secretToken)
public boolean hasSecretToken()
public GitLabSourceSpecFluent.SecretTokenNested<A> withNewSecretToken()
public GitLabSourceSpecFluent.SecretTokenNested<A> withNewSecretTokenLike(SecretValueFromSource item)
public GitLabSourceSpecFluent.SecretTokenNested<A> editSecretToken()
public GitLabSourceSpecFluent.SecretTokenNested<A> editOrNewSecretToken()
public GitLabSourceSpecFluent.SecretTokenNested<A> editOrNewSecretTokenLike(SecretValueFromSource item)
public String getServiceAccountName()
public boolean hasServiceAccountName()
public Destination buildSink()
public A withSink(Destination sink)
public boolean hasSink()
public GitLabSourceSpecFluent.SinkNested<A> withNewSink()
public GitLabSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
public GitLabSourceSpecFluent.SinkNested<A> editSink()
public GitLabSourceSpecFluent.SinkNested<A> editOrNewSink()
public GitLabSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
public Boolean getSslverify()
public boolean hasSslverify()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitLabSourceSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitLabSourceSpecFluent<A>>public A withSslverify()
Copyright © 2015–2023 Red Hat. All rights reserved.