public class ComponentRouteSpecFluentImpl<A extends ComponentRouteSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ComponentRouteSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentRouteSpecFluentImpl.ServingCertKeyPairSecretNestedImpl<N> |
ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<N>| Constructor and Description |
|---|
ComponentRouteSpecFluentImpl() |
ComponentRouteSpecFluentImpl(ComponentRouteSpec instance) |
public ComponentRouteSpecFluentImpl()
public ComponentRouteSpecFluentImpl(ComponentRouteSpec instance)
public String getHostname()
getHostname in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A withHostname(String hostname)
withHostname in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public Boolean hasHostname()
hasHostname in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>@Deprecated public A withNewHostname(String arg0)
withNewHostname in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public String getName()
getName in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A withName(String name)
withName in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public Boolean hasName()
hasName in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public String getNamespace()
getNamespace in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>@Deprecated public SecretNameReference getServingCertKeyPairSecret()
getServingCertKeyPairSecret in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public SecretNameReference buildServingCertKeyPairSecret()
buildServingCertKeyPairSecret in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A withServingCertKeyPairSecret(SecretNameReference servingCertKeyPairSecret)
withServingCertKeyPairSecret in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public Boolean hasServingCertKeyPairSecret()
hasServingCertKeyPairSecret in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A withNewServingCertKeyPairSecret(String name)
withNewServingCertKeyPairSecret in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> withNewServingCertKeyPairSecret()
withNewServingCertKeyPairSecret in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> withNewServingCertKeyPairSecretLike(SecretNameReference item)
withNewServingCertKeyPairSecretLike in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> editServingCertKeyPairSecret()
editServingCertKeyPairSecret in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> editOrNewServingCertKeyPairSecret()
editOrNewServingCertKeyPairSecret in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public ComponentRouteSpecFluent.ServingCertKeyPairSecretNested<A> editOrNewServingCertKeyPairSecretLike(SecretNameReference item)
editOrNewServingCertKeyPairSecretLike in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ComponentRouteSpecFluent<A extends ComponentRouteSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.