public class RegistrySpecFluentImpl<A extends RegistrySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RegistrySpecFluent<A>
| Constructor and Description |
|---|
RegistrySpecFluentImpl() |
RegistrySpecFluentImpl(RegistrySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
String |
getCa() |
Boolean |
getInsecure() |
String |
getOrganization() |
String |
getSecret() |
Boolean |
hasAddress() |
Boolean |
hasCa() |
int |
hashCode() |
Boolean |
hasInsecure() |
Boolean |
hasOrganization() |
Boolean |
hasSecret() |
String |
toString() |
A |
withAddress(String address) |
A |
withCa(String ca) |
A |
withInsecure() |
A |
withInsecure(Boolean insecure) |
A |
withOrganization(String organization) |
A |
withSecret(String secret) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RegistrySpecFluentImpl()
public RegistrySpecFluentImpl(RegistrySpec instance)
public String getAddress()
getAddress in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public A withAddress(String address)
withAddress in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public Boolean hasAddress()
hasAddress in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public String getCa()
getCa in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public A withCa(String ca)
withCa in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public Boolean hasCa()
hasCa in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public Boolean getInsecure()
getInsecure in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public A withInsecure(Boolean insecure)
withInsecure in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public Boolean hasInsecure()
hasInsecure in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public String getOrganization()
getOrganization in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public A withOrganization(String organization)
withOrganization in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public Boolean hasOrganization()
hasOrganization in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public String getSecret()
getSecret in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public A withSecret(String secret)
withSecret in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public Boolean hasSecret()
hasSecret in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistrySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistrySpecFluent<A>>public A withInsecure()
withInsecure in interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.