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 |
|---|---|
boolean |
equals(Object o) |
String |
getHostname() |
String |
getName() |
String |
getSecretName() |
int |
hashCode() |
Boolean |
hasHostname() |
Boolean |
hasName() |
Boolean |
hasSecretName() |
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>>Copyright © 2015–2020 Red Hat. All rights reserved.