public class RegistryLocationFluentImpl<A extends RegistryLocationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RegistryLocationFluent<A>
| Constructor and Description |
|---|
RegistryLocationFluentImpl() |
RegistryLocationFluentImpl(RegistryLocation 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 |
getDomainName() |
Boolean |
getInsecure() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDomainName() |
int |
hashCode() |
Boolean |
hasInsecure() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDomainName(String domainName) |
A |
withInsecure() |
A |
withInsecure(Boolean insecure) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RegistryLocationFluentImpl()
public RegistryLocationFluentImpl(RegistryLocation instance)
public String getDomainName()
getDomainName in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public A withDomainName(String domainName)
withDomainName in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public Boolean hasDomainName()
hasDomainName in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public Boolean getInsecure()
getInsecure in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public A withInsecure(Boolean insecure)
withInsecure in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public Boolean hasInsecure()
hasInsecure in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistryLocationFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistryLocationFluent<A>>public A withInsecure()
withInsecure in interface RegistryLocationFluent<A extends RegistryLocationFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.