public class GitLabInterceptorFluent<A extends GitLabInterceptorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GitLabInterceptorFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
GitLabInterceptorFluent() |
GitLabInterceptorFluent(GitLabInterceptor instance) |
public GitLabInterceptorFluent()
public GitLabInterceptorFluent(GitLabInterceptor instance)
protected void copyInstance(GitLabInterceptor instance)
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 SecretRef buildSecretRef()
public boolean hasSecretRef()
public GitLabInterceptorFluent.SecretRefNested<A> withNewSecretRef()
public GitLabInterceptorFluent.SecretRefNested<A> withNewSecretRefLike(SecretRef item)
public GitLabInterceptorFluent.SecretRefNested<A> editSecretRef()
public GitLabInterceptorFluent.SecretRefNested<A> editOrNewSecretRef()
public GitLabInterceptorFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretRef item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitLabInterceptorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitLabInterceptorFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.