Class OIDCClientConfigFluent<A extends OIDCClientConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.OIDCClientConfigFluent<A>
-
- Direct Known Subclasses:
OIDCClientConfigBuilder,OIDCProviderFluent.OidcClientsNested
public class OIDCClientConfigFluent<A extends OIDCClientConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOIDCClientConfigFluent.ClientSecretNested<N>
-
Constructor Summary
Constructors Constructor Description OIDCClientConfigFluent()OIDCClientConfigFluent(OIDCClientConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
OIDCClientConfigFluent
public OIDCClientConfigFluent()
-
OIDCClientConfigFluent
public OIDCClientConfigFluent(OIDCClientConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(OIDCClientConfig instance)
-
getClientID
public String getClientID()
-
hasClientID
public boolean hasClientID()
-
buildClientSecret
public SecretNameReference buildClientSecret()
-
withClientSecret
public A withClientSecret(SecretNameReference clientSecret)
-
hasClientSecret
public boolean hasClientSecret()
-
withNewClientSecret
public OIDCClientConfigFluent.ClientSecretNested<A> withNewClientSecret()
-
withNewClientSecretLike
public OIDCClientConfigFluent.ClientSecretNested<A> withNewClientSecretLike(SecretNameReference item)
-
editClientSecret
public OIDCClientConfigFluent.ClientSecretNested<A> editClientSecret()
-
editOrNewClientSecret
public OIDCClientConfigFluent.ClientSecretNested<A> editOrNewClientSecret()
-
editOrNewClientSecretLike
public OIDCClientConfigFluent.ClientSecretNested<A> editOrNewClientSecretLike(SecretNameReference item)
-
getComponentName
public String getComponentName()
-
hasComponentName
public boolean hasComponentName()
-
getComponentNamespace
public String getComponentNamespace()
-
hasComponentNamespace
public boolean hasComponentNamespace()
-
addAllToExtraScopes
public A addAllToExtraScopes(Collection<String> items)
-
removeAllFromExtraScopes
public A removeAllFromExtraScopes(Collection<String> items)
-
getExtraScope
public String getExtraScope(int index)
-
getFirstExtraScope
public String getFirstExtraScope()
-
getLastExtraScope
public String getLastExtraScope()
-
hasExtraScopes
public boolean hasExtraScopes()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OIDCClientConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OIDCClientConfigFluent<A>>
-
-