public class ImageRegistryConfigRouteFluentImpl<A extends ImageRegistryConfigRouteFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageRegistryConfigRouteFluent<A>
| Constructor and Description |
|---|
ImageRegistryConfigRouteFluentImpl() |
ImageRegistryConfigRouteFluentImpl(ImageRegistryConfigRoute instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHostname() |
String |
getName() |
String |
getSecretName() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasHostname() |
Boolean |
hasName() |
Boolean |
hasSecretName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHostname(String hostname) |
A |
withName(String name) |
A |
withNewHostname(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewSecretName(String arg0)
Deprecated.
|
A |
withSecretName(String secretName) |
public ImageRegistryConfigRouteFluentImpl()
public ImageRegistryConfigRouteFluentImpl(ImageRegistryConfigRoute instance)
public String getHostname()
getHostname in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public A withHostname(String hostname)
withHostname in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public Boolean hasHostname()
hasHostname in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>@Deprecated public A withNewHostname(String arg0)
withNewHostname in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public String getName()
getName in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public A withName(String name)
withName in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public Boolean hasName()
hasName in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public String getSecretName()
getSecretName in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public A withSecretName(String secretName)
withSecretName in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public Boolean hasSecretName()
hasSecretName in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>@Deprecated public A withNewSecretName(String arg0)
withNewSecretName in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ImageRegistryConfigRouteFluent<A extends ImageRegistryConfigRouteFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.