public class ConsoleConfigRouteFluentImpl<A extends ConsoleConfigRouteFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsoleConfigRouteFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleConfigRouteFluentImpl.SecretNestedImpl<N> |
ConsoleConfigRouteFluent.SecretNested<N>| Constructor and Description |
|---|
ConsoleConfigRouteFluentImpl() |
ConsoleConfigRouteFluentImpl(ConsoleConfigRoute instance) |
| Modifier and Type | Method and Description |
|---|---|
SecretNameReference |
buildSecret() |
ConsoleConfigRouteFluent.SecretNested<A> |
editOrNewSecret() |
ConsoleConfigRouteFluent.SecretNested<A> |
editOrNewSecretLike(SecretNameReference item) |
ConsoleConfigRouteFluent.SecretNested<A> |
editSecret() |
boolean |
equals(Object o) |
String |
getHostname() |
SecretNameReference |
getSecret()
Deprecated.
|
int |
hashCode() |
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) |
public ConsoleConfigRouteFluentImpl()
public ConsoleConfigRouteFluentImpl(ConsoleConfigRoute instance)
public String getHostname()
getHostname in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public A withHostname(String hostname)
withHostname in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public Boolean hasHostname()
hasHostname in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public A withNewHostname(String arg1)
withNewHostname in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public A withNewHostname(StringBuilder arg1)
withNewHostname in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public A withNewHostname(StringBuffer arg1)
withNewHostname in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>@Deprecated public SecretNameReference getSecret()
getSecret in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public SecretNameReference buildSecret()
buildSecret in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public A withSecret(SecretNameReference secret)
withSecret in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public Boolean hasSecret()
hasSecret in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public A withNewSecret(String name)
withNewSecret in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public ConsoleConfigRouteFluent.SecretNested<A> withNewSecret()
withNewSecret in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public ConsoleConfigRouteFluent.SecretNested<A> withNewSecretLike(SecretNameReference item)
withNewSecretLike in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public ConsoleConfigRouteFluent.SecretNested<A> editSecret()
editSecret in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public ConsoleConfigRouteFluent.SecretNested<A> editOrNewSecret()
editOrNewSecret in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>public ConsoleConfigRouteFluent.SecretNested<A> editOrNewSecretLike(SecretNameReference item)
editOrNewSecretLike in interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.