public class GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GitHubInterceptorFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
GitHubInterceptorFluent() |
GitHubInterceptorFluent(GitHubInterceptor instance) |
public GitHubInterceptorFluent()
public GitHubInterceptorFluent(GitHubInterceptor instance)
protected void copyInstance(GitHubInterceptor 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 GitHubInterceptorFluent.SecretRefNested<A> withNewSecretRef()
public GitHubInterceptorFluent.SecretRefNested<A> withNewSecretRefLike(SecretRef item)
public GitHubInterceptorFluent.SecretRefNested<A> editSecretRef()
public GitHubInterceptorFluent.SecretRefNested<A> editOrNewSecretRef()
public GitHubInterceptorFluent.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 GitHubInterceptorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitHubInterceptorFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.