public class RegistryLocationFluent<A extends RegistryLocationFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
RegistryLocationFluent() |
RegistryLocationFluent(RegistryLocation instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(RegistryLocation instance) |
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 RegistryLocationFluent()
public RegistryLocationFluent(RegistryLocation instance)
protected void copyInstance(RegistryLocation instance)
public String getDomainName()
public boolean hasDomainName()
public Boolean getInsecure()
public boolean hasInsecure()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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()
Copyright © 2015–2023 Red Hat. All rights reserved.