public interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<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(Boolean insecure) |
A |
withNewAddress(String arg0)
Deprecated.
|
A |
withNewCa(String arg0)
Deprecated.
|
A |
withNewOrganization(String arg0)
Deprecated.
|
A |
withNewSecret(String arg0)
Deprecated.
|
A |
withOrganization(String organization) |
A |
withSecret(String secret) |
String getAddress()
Boolean hasAddress()
@Deprecated A withNewAddress(String arg0)
String getCa()
Boolean hasCa()
@Deprecated A withNewCa(String arg0)
Boolean getInsecure()
Boolean hasInsecure()
String getOrganization()
Boolean hasOrganization()
@Deprecated A withNewOrganization(String arg0)
String getSecret()
Boolean hasSecret()
@Deprecated A withNewSecret(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.