public interface RegistrySpecFluent<A extends RegistrySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getCa() |
Boolean |
getInsecure() |
String |
getOrganization() |
String |
getSecret() |
Boolean |
hasAddress() |
Boolean |
hasCa() |
Boolean |
hasInsecure() |
Boolean |
hasOrganization() |
Boolean |
hasSecret() |
A |
withAddress(String address) |
A |
withCa(String ca) |
A |
withInsecure() |
A |
withInsecure(Boolean insecure) |
A |
withOrganization(String organization) |
A |
withSecret(String secret) |
String getAddress()
Boolean hasAddress()
String getCa()
Boolean hasCa()
Boolean getInsecure()
Boolean hasInsecure()
String getOrganization()
Boolean hasOrganization()
String getSecret()
Boolean hasSecret()
A withInsecure()
Copyright © 2015–2023 Red Hat. All rights reserved.