public class OAuthTemplatesFluent<A extends OAuthTemplatesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthTemplatesFluent.ErrorNested<N> |
class |
OAuthTemplatesFluent.LoginNested<N> |
class |
OAuthTemplatesFluent.ProviderSelectionNested<N> |
| Constructor and Description |
|---|
OAuthTemplatesFluent() |
OAuthTemplatesFluent(OAuthTemplates instance) |
public OAuthTemplatesFluent()
public OAuthTemplatesFluent(OAuthTemplates instance)
protected void copyInstance(OAuthTemplates instance)
public SecretNameReference buildError()
public A withError(SecretNameReference error)
public boolean hasError()
public OAuthTemplatesFluent.ErrorNested<A> withNewError()
public OAuthTemplatesFluent.ErrorNested<A> withNewErrorLike(SecretNameReference item)
public OAuthTemplatesFluent.ErrorNested<A> editError()
public OAuthTemplatesFluent.ErrorNested<A> editOrNewError()
public OAuthTemplatesFluent.ErrorNested<A> editOrNewErrorLike(SecretNameReference item)
public SecretNameReference buildLogin()
public A withLogin(SecretNameReference login)
public boolean hasLogin()
public OAuthTemplatesFluent.LoginNested<A> withNewLogin()
public OAuthTemplatesFluent.LoginNested<A> withNewLoginLike(SecretNameReference item)
public OAuthTemplatesFluent.LoginNested<A> editLogin()
public OAuthTemplatesFluent.LoginNested<A> editOrNewLogin()
public OAuthTemplatesFluent.LoginNested<A> editOrNewLoginLike(SecretNameReference item)
public SecretNameReference buildProviderSelection()
public A withProviderSelection(SecretNameReference providerSelection)
public boolean hasProviderSelection()
public OAuthTemplatesFluent.ProviderSelectionNested<A> withNewProviderSelection()
public OAuthTemplatesFluent.ProviderSelectionNested<A> withNewProviderSelectionLike(SecretNameReference item)
public OAuthTemplatesFluent.ProviderSelectionNested<A> editProviderSelection()
public OAuthTemplatesFluent.ProviderSelectionNested<A> editOrNewProviderSelection()
public OAuthTemplatesFluent.ProviderSelectionNested<A> editOrNewProviderSelectionLike(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 OAuthTemplatesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OAuthTemplatesFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.