public interface ConsoleSpecFluent<A extends ConsoleSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsoleSpecFluent.AuthenticationNested<N> |
| Modifier and Type | Method and Description |
|---|---|
ConsoleAuthentication |
buildAuthentication() |
ConsoleSpecFluent.AuthenticationNested<A> |
editAuthentication() |
ConsoleSpecFluent.AuthenticationNested<A> |
editOrNewAuthentication() |
ConsoleSpecFluent.AuthenticationNested<A> |
editOrNewAuthenticationLike(ConsoleAuthentication item) |
ConsoleAuthentication |
getAuthentication()
Deprecated.
|
Boolean |
hasAuthentication() |
A |
withAuthentication(ConsoleAuthentication authentication) |
ConsoleSpecFluent.AuthenticationNested<A> |
withNewAuthentication() |
A |
withNewAuthentication(String logoutRedirect) |
ConsoleSpecFluent.AuthenticationNested<A> |
withNewAuthenticationLike(ConsoleAuthentication item) |
@Deprecated ConsoleAuthentication getAuthentication()
ConsoleAuthentication buildAuthentication()
A withAuthentication(ConsoleAuthentication authentication)
Boolean hasAuthentication()
ConsoleSpecFluent.AuthenticationNested<A> withNewAuthentication()
ConsoleSpecFluent.AuthenticationNested<A> withNewAuthenticationLike(ConsoleAuthentication item)
ConsoleSpecFluent.AuthenticationNested<A> editAuthentication()
ConsoleSpecFluent.AuthenticationNested<A> editOrNewAuthentication()
ConsoleSpecFluent.AuthenticationNested<A> editOrNewAuthenticationLike(ConsoleAuthentication item)
Copyright © 2015–2021 Red Hat. All rights reserved.