All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToInstallerEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
addAllToSshKnownHosts(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToInstallerEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
addToInstallerEnv(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
addToSshKnownHosts(int index,
String item) |
A |
addToSshKnownHosts(String... items) |
ClusterImageSetReference |
buildImageSetRef() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildInstallConfigSecretRef() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildManifestsConfigMapRef() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildSshPrivateKeySecretRef() |
ProvisioningFluent.ImageSetRefNested<A> |
editImageSetRef() |
ProvisioningFluent.InstallConfigSecretRefNested<A> |
editInstallConfigSecretRef() |
ProvisioningFluent.ManifestsConfigMapRefNested<A> |
editManifestsConfigMapRef() |
ProvisioningFluent.ImageSetRefNested<A> |
editOrNewImageSetRef() |
ProvisioningFluent.ImageSetRefNested<A> |
editOrNewImageSetRefLike(ClusterImageSetReference item) |
ProvisioningFluent.InstallConfigSecretRefNested<A> |
editOrNewInstallConfigSecretRef() |
ProvisioningFluent.InstallConfigSecretRefNested<A> |
editOrNewInstallConfigSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ProvisioningFluent.ManifestsConfigMapRefNested<A> |
editOrNewManifestsConfigMapRef() |
ProvisioningFluent.ManifestsConfigMapRefNested<A> |
editOrNewManifestsConfigMapRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ProvisioningFluent.SshPrivateKeySecretRefNested<A> |
editOrNewSshPrivateKeySecretRef() |
ProvisioningFluent.SshPrivateKeySecretRefNested<A> |
editOrNewSshPrivateKeySecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ProvisioningFluent.SshPrivateKeySecretRefNested<A> |
editSshPrivateKeySecretRef() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.EnvVar |
getFirstInstallerEnv() |
String |
getFirstSshKnownHost() |
List<io.fabric8.kubernetes.api.model.EnvVar> |
getInstallerEnv() |
io.fabric8.kubernetes.api.model.EnvVar |
getInstallerEnv(int index) |
String |
getInstallerImageOverride() |
io.fabric8.kubernetes.api.model.EnvVar |
getLastInstallerEnv() |
String |
getLastSshKnownHost() |
io.fabric8.kubernetes.api.model.EnvVar |
getMatchingInstallerEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate) |
String |
getMatchingSshKnownHost(Predicate<String> predicate) |
String |
getReleaseImage() |
String |
getSshKnownHost(int index) |
List<String> |
getSshKnownHosts() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasImageSetRef() |
boolean |
hasInstallConfigSecretRef() |
boolean |
hasInstallerEnv() |
boolean |
hasInstallerImageOverride() |
boolean |
hasManifestsConfigMapRef() |
boolean |
hasMatchingInstallerEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate) |
boolean |
hasMatchingSshKnownHost(Predicate<String> predicate) |
boolean |
hasReleaseImage() |
boolean |
hasSshKnownHosts() |
boolean |
hasSshPrivateKeySecretRef() |
A |
removeAllFromInstallerEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
removeAllFromSshKnownHosts(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromInstallerEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
removeFromSshKnownHosts(String... items) |
A |
setToInstallerEnv(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
setToSshKnownHosts(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withImageSetRef(ClusterImageSetReference imageSetRef) |
A |
withInstallConfigSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference installConfigSecretRef) |
A |
withInstallerEnv(io.fabric8.kubernetes.api.model.EnvVar... installerEnv) |
A |
withInstallerEnv(List<io.fabric8.kubernetes.api.model.EnvVar> installerEnv) |
A |
withInstallerImageOverride(String installerImageOverride) |
A |
withManifestsConfigMapRef(io.fabric8.kubernetes.api.model.LocalObjectReference manifestsConfigMapRef) |
ProvisioningFluent.ImageSetRefNested<A> |
withNewImageSetRef() |
A |
withNewImageSetRef(String name) |
ProvisioningFluent.ImageSetRefNested<A> |
withNewImageSetRefLike(ClusterImageSetReference item) |
ProvisioningFluent.InstallConfigSecretRefNested<A> |
withNewInstallConfigSecretRef() |
A |
withNewInstallConfigSecretRef(String name) |
ProvisioningFluent.InstallConfigSecretRefNested<A> |
withNewInstallConfigSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ProvisioningFluent.ManifestsConfigMapRefNested<A> |
withNewManifestsConfigMapRef() |
A |
withNewManifestsConfigMapRef(String name) |
ProvisioningFluent.ManifestsConfigMapRefNested<A> |
withNewManifestsConfigMapRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ProvisioningFluent.SshPrivateKeySecretRefNested<A> |
withNewSshPrivateKeySecretRef() |
A |
withNewSshPrivateKeySecretRef(String name) |
ProvisioningFluent.SshPrivateKeySecretRefNested<A> |
withNewSshPrivateKeySecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
A |
withReleaseImage(String releaseImage) |
A |
withSshKnownHosts(List<String> sshKnownHosts) |
A |
withSshKnownHosts(String... sshKnownHosts) |
A |
withSshPrivateKeySecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference sshPrivateKeySecretRef) |