public interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsoleConfigRouteFluent.SecretNested<N> |
| Modifier and Type | Method and Description |
|---|---|
SecretNameReference |
buildSecret() |
ConsoleConfigRouteFluent.SecretNested<A> |
editOrNewSecret() |
ConsoleConfigRouteFluent.SecretNested<A> |
editOrNewSecretLike(SecretNameReference item) |
ConsoleConfigRouteFluent.SecretNested<A> |
editSecret() |
String |
getHostname() |
SecretNameReference |
getSecret()
Deprecated.
|
Boolean |
hasHostname() |
Boolean |
hasSecret() |
A |
withHostname(String hostname) |
A |
withNewHostname(String arg1) |
A |
withNewHostname(StringBuffer arg1) |
A |
withNewHostname(StringBuilder arg1) |
ConsoleConfigRouteFluent.SecretNested<A> |
withNewSecret() |
A |
withNewSecret(String name) |
ConsoleConfigRouteFluent.SecretNested<A> |
withNewSecretLike(SecretNameReference item) |
A |
withSecret(SecretNameReference secret) |
String getHostname()
Boolean hasHostname()
A withNewHostname(StringBuilder arg1)
A withNewHostname(StringBuffer arg1)
@Deprecated SecretNameReference getSecret()
SecretNameReference buildSecret()
A withSecret(SecretNameReference secret)
Boolean hasSecret()
ConsoleConfigRouteFluent.SecretNested<A> withNewSecret()
ConsoleConfigRouteFluent.SecretNested<A> withNewSecretLike(SecretNameReference item)
ConsoleConfigRouteFluent.SecretNested<A> editSecret()
ConsoleConfigRouteFluent.SecretNested<A> editOrNewSecret()
ConsoleConfigRouteFluent.SecretNested<A> editOrNewSecretLike(SecretNameReference item)
Copyright © 2015–2021 Red Hat. All rights reserved.