Interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
GitLabSourceFluent.SpecNested<N>
- All Known Implementing Classes:
GitLabSourceFluentImpl.SpecNestedImpl,GitLabSourceSpecBuilder,GitLabSourceSpecFluentImpl
public interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGitLabSourceSpecFluent.AccessTokenNested<N>static interfaceGitLabSourceSpecFluent.SecretTokenNested<N>static interfaceGitLabSourceSpecFluent.SinkNested<N>
-
Method Summary
-
-
-
Method Detail
-
getAccessToken
@Deprecated SecretValueFromSource getAccessToken()
Deprecated.This method has been deprecated, please use method buildAccessToken instead.- Returns:
- The buildable object.
-
buildAccessToken
SecretValueFromSource buildAccessToken()
-
withAccessToken
A withAccessToken(SecretValueFromSource accessToken)
-
hasAccessToken
Boolean hasAccessToken()
-
withNewAccessToken
GitLabSourceSpecFluent.AccessTokenNested<A> withNewAccessToken()
-
withNewAccessTokenLike
GitLabSourceSpecFluent.AccessTokenNested<A> withNewAccessTokenLike(SecretValueFromSource item)
-
editAccessToken
GitLabSourceSpecFluent.AccessTokenNested<A> editAccessToken()
-
editOrNewAccessToken
GitLabSourceSpecFluent.AccessTokenNested<A> editOrNewAccessToken()
-
editOrNewAccessTokenLike
GitLabSourceSpecFluent.AccessTokenNested<A> editOrNewAccessTokenLike(SecretValueFromSource item)
-
addAllToEventTypes
A addAllToEventTypes(Collection<String> items)
-
removeAllFromEventTypes
A removeAllFromEventTypes(Collection<String> items)
-
getEventType
String getEventType(int index)
-
getFirstEventType
String getFirstEventType()
-
getLastEventType
String getLastEventType()
-
hasEventTypes
Boolean hasEventTypes()
-
addNewEventType
A addNewEventType(StringBuilder arg1)
-
addNewEventType
A addNewEventType(StringBuffer arg1)
-
getProjectUrl
String getProjectUrl()
-
hasProjectUrl
Boolean hasProjectUrl()
-
withNewProjectUrl
A withNewProjectUrl(StringBuilder arg1)
-
withNewProjectUrl
A withNewProjectUrl(StringBuffer arg1)
-
getSecretToken
@Deprecated SecretValueFromSource getSecretToken()
Deprecated.This method has been deprecated, please use method buildSecretToken instead.- Returns:
- The buildable object.
-
buildSecretToken
SecretValueFromSource buildSecretToken()
-
withSecretToken
A withSecretToken(SecretValueFromSource secretToken)
-
hasSecretToken
Boolean hasSecretToken()
-
withNewSecretToken
GitLabSourceSpecFluent.SecretTokenNested<A> withNewSecretToken()
-
withNewSecretTokenLike
GitLabSourceSpecFluent.SecretTokenNested<A> withNewSecretTokenLike(SecretValueFromSource item)
-
editSecretToken
GitLabSourceSpecFluent.SecretTokenNested<A> editSecretToken()
-
editOrNewSecretToken
GitLabSourceSpecFluent.SecretTokenNested<A> editOrNewSecretToken()
-
editOrNewSecretTokenLike
GitLabSourceSpecFluent.SecretTokenNested<A> editOrNewSecretTokenLike(SecretValueFromSource item)
-
getServiceAccountName
String getServiceAccountName()
-
hasServiceAccountName
Boolean hasServiceAccountName()
-
withNewServiceAccountName
A withNewServiceAccountName(StringBuilder arg1)
-
withNewServiceAccountName
A withNewServiceAccountName(StringBuffer arg1)
-
getSink
@Deprecated Destination getSink()
Deprecated.This method has been deprecated, please use method buildSink instead.- Returns:
- The buildable object.
-
buildSink
Destination buildSink()
-
withSink
A withSink(Destination sink)
-
hasSink
Boolean hasSink()
-
withNewSink
GitLabSourceSpecFluent.SinkNested<A> withNewSink()
-
withNewSinkLike
GitLabSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
-
editSink
GitLabSourceSpecFluent.SinkNested<A> editSink()
-
editOrNewSink
GitLabSourceSpecFluent.SinkNested<A> editOrNewSink()
-
editOrNewSinkLike
GitLabSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
-
isSslverify
Boolean isSslverify()
-
hasSslverify
Boolean hasSslverify()
-
withNewSslverify
A withNewSslverify(boolean arg1)
-
-