| Package | Description |
|---|---|
| io.dekorate.kubernetes.adapter | |
| io.dekorate.kubernetes.config | |
| io.dekorate.kubernetes.decorator | |
| io.dekorate.kubernetes.generator | |
| io.dekorate.kubernetes.handler |
| 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 |
| 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 |
|---|---|
default void |
KubernetesApplicationGenerator.add(ConfigurationSupplier<KubernetesConfig> config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSupplier<KubernetesConfig> |
KubernetesHandler.getFallbackConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KubernetesHandler.addDecorators(String group,
KubernetesConfig config) |
io.dekorate.deps.kubernetes.api.model.apps.Deployment |
KubernetesHandler.createDeployment(KubernetesConfig appConfig,
ImageConfiguration imageConfig)
Creates a
Deployment for the KubernetesConfig. |
static io.dekorate.deps.kubernetes.api.model.PodSpec |
KubernetesHandler.createPodSpec(KubernetesConfig appConfig,
ImageConfiguration imageConfig)
Creates a
PodSpec for the KubernetesConfig. |
static io.dekorate.deps.kubernetes.api.model.PodTemplateSpec |
KubernetesHandler.createPodTemplateSpec(KubernetesConfig appConfig,
ImageConfiguration imageConfig)
Creates a
PodTemplateSpec for the KubernetesConfig. |
void |
KubernetesHandler.handle(KubernetesConfig config) |
Copyright © 2018–2020 Red Hat. All rights reserved.