| Package | Description |
|---|---|
| io.dekorate.kubernetes.adapter | |
| io.dekorate.kubernetes.config | |
| io.dekorate.kubernetes.decorator | |
| io.dekorate.kubernetes.manifest |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesConfig |
KubernetesConfigAdapter.adapt(KubernetesApplication instance) |
static KubernetesConfig |
KubernetesConfigAdapter.adapt(Map map) |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableKubernetesConfig
Generated
|
| Modifier and Type | Method and Description |
|---|---|
default void |
KubernetesConfigGenerator.add(ConfigurationSupplier<KubernetesConfig> config) |
| Constructor and Description |
|---|
KubernetesConfigBuilder(KubernetesConfig instance) |
KubernetesConfigBuilder(KubernetesConfig instance,
Boolean validationEnabled) |
KubernetesConfigBuilder(KubernetesConfigFluent<?> fluent,
KubernetesConfig instance) |
KubernetesConfigBuilder(KubernetesConfigFluent<?> fluent,
KubernetesConfig instance,
Boolean validationEnabled) |
KubernetesConfigFluentImpl(KubernetesConfig instance) |
| Constructor and Description |
|---|
AddIngressDecorator(KubernetesConfig config,
Map<String,String> allLabels) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSupplier<KubernetesConfig> |
KubernetesManifestGenerator.getFallbackConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KubernetesManifestGenerator.addDecorators(String group,
KubernetesConfig config) |
io.fabric8.kubernetes.api.model.apps.Deployment |
KubernetesManifestGenerator.createDeployment(KubernetesConfig appConfig,
ImageConfiguration imageConfig)
Creates a
Deployment for the KubernetesConfig. |
static io.fabric8.kubernetes.api.model.PodSpec |
KubernetesManifestGenerator.createPodSpec(KubernetesConfig appConfig,
ImageConfiguration imageConfig)
Creates a
PodSpec for the KubernetesConfig. |
static io.fabric8.kubernetes.api.model.PodTemplateSpec |
KubernetesManifestGenerator.createPodTemplateSpec(KubernetesConfig appConfig,
ImageConfiguration imageConfig)
Creates a
PodTemplateSpec for the KubernetesConfig. |
void |
KubernetesManifestGenerator.generate(KubernetesConfig config) |
Copyright © 2018–2021 Red Hat. All rights reserved.