public class GitLabInterceptorFluentImpl<A extends GitLabInterceptorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GitLabInterceptorFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GitLabInterceptorFluentImpl.SecretRefNestedImpl<N> |
GitLabInterceptorFluent.SecretRefNested<N>| Constructor and Description |
|---|
GitLabInterceptorFluentImpl() |
GitLabInterceptorFluentImpl(GitLabInterceptor instance) |
public GitLabInterceptorFluentImpl()
public GitLabInterceptorFluentImpl(GitLabInterceptor instance)
public A addToEventTypes(int index, String item)
addToEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A setToEventTypes(int index, String item)
setToEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A addToEventTypes(String... items)
addToEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A addAllToEventTypes(Collection<String> items)
addAllToEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A removeFromEventTypes(String... items)
removeFromEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A removeAllFromEventTypes(Collection<String> items)
removeAllFromEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public List<String> getEventTypes()
getEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public String getEventType(int index)
getEventType in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public String getFirstEventType()
getFirstEventType in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public String getLastEventType()
getLastEventType in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public String getMatchingEventType(Predicate<String> predicate)
getMatchingEventType in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public Boolean hasMatchingEventType(Predicate<String> predicate)
hasMatchingEventType in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A withEventTypes(List<String> eventTypes)
withEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A withEventTypes(String... eventTypes)
withEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public Boolean hasEventTypes()
hasEventTypes in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A addNewEventType(String arg1)
addNewEventType in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A addNewEventType(StringBuilder arg1)
addNewEventType in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A addNewEventType(StringBuffer arg1)
addNewEventType in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>@Deprecated public SecretRef getSecretRef()
getSecretRef in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public SecretRef buildSecretRef()
buildSecretRef in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A withSecretRef(SecretRef secretRef)
withSecretRef in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public Boolean hasSecretRef()
hasSecretRef in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public A withNewSecretRef(String namespace, String secretKey, String secretName)
withNewSecretRef in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public GitLabInterceptorFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public GitLabInterceptorFluent.SecretRefNested<A> withNewSecretRefLike(SecretRef item)
withNewSecretRefLike in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public GitLabInterceptorFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public GitLabInterceptorFluent.SecretRefNested<A> editOrNewSecretRef()
editOrNewSecretRef in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>public GitLabInterceptorFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretRef item)
editOrNewSecretRefLike in interface GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.