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> |
@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)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.