public class ConsoleSpecFluent<A extends ConsoleSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleSpecFluent.AuthenticationNested<N> |
| Constructor and Description |
|---|
ConsoleSpecFluent() |
ConsoleSpecFluent(ConsoleSpec instance) |
public ConsoleSpecFluent()
public ConsoleSpecFluent(ConsoleSpec instance)
protected void copyInstance(ConsoleSpec instance)
public ConsoleAuthentication buildAuthentication()
public A withAuthentication(ConsoleAuthentication authentication)
public boolean hasAuthentication()
public ConsoleSpecFluent.AuthenticationNested<A> withNewAuthentication()
public ConsoleSpecFluent.AuthenticationNested<A> withNewAuthenticationLike(ConsoleAuthentication item)
public ConsoleSpecFluent.AuthenticationNested<A> editAuthentication()
public ConsoleSpecFluent.AuthenticationNested<A> editOrNewAuthentication()
public ConsoleSpecFluent.AuthenticationNested<A> editOrNewAuthenticationLike(ConsoleAuthentication 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 ConsoleSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.