public class WebhookTokenAuthenticatorFluent<A extends WebhookTokenAuthenticatorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
WebhookTokenAuthenticatorFluent.KubeConfigNested<N> |
| Constructor and Description |
|---|
WebhookTokenAuthenticatorFluent() |
WebhookTokenAuthenticatorFluent(WebhookTokenAuthenticator instance) |
public WebhookTokenAuthenticatorFluent()
public WebhookTokenAuthenticatorFluent(WebhookTokenAuthenticator instance)
protected void copyInstance(WebhookTokenAuthenticator instance)
public SecretNameReference buildKubeConfig()
public A withKubeConfig(SecretNameReference kubeConfig)
public boolean hasKubeConfig()
public WebhookTokenAuthenticatorFluent.KubeConfigNested<A> withNewKubeConfig()
public WebhookTokenAuthenticatorFluent.KubeConfigNested<A> withNewKubeConfigLike(SecretNameReference item)
public WebhookTokenAuthenticatorFluent.KubeConfigNested<A> editKubeConfig()
public WebhookTokenAuthenticatorFluent.KubeConfigNested<A> editOrNewKubeConfig()
public WebhookTokenAuthenticatorFluent.KubeConfigNested<A> editOrNewKubeConfigLike(SecretNameReference 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 WebhookTokenAuthenticatorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WebhookTokenAuthenticatorFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.