| Package | Description |
|---|---|
| io.dekorate.kubernetes.config | |
| io.dekorate.kubernetes.decorator |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableIngress
Generated
|
| Modifier and Type | Method and Description |
|---|---|
Ingress |
KubernetesConfigFluent.buildIngress() |
Ingress |
KubernetesConfig.getIngress() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IngressFluent.copyInstance(Ingress instance) |
KubernetesConfigFluent.IngressNested<A> |
KubernetesConfigFluent.editOrNewIngressLike(Ingress item) |
A |
KubernetesConfigFluent.withIngress(Ingress ingress) |
KubernetesConfigFluent.IngressNested<A> |
KubernetesConfigFluent.withNewIngressLike(Ingress item) |
| Constructor and Description |
|---|
EditableKubernetesConfig(Project project,
Map<ConfigKey,Object> attributes,
String partOf,
String name,
String version,
String deploymentKind,
Label[] labels,
Annotation[] annotations,
Env[] envVars,
String workingDir,
String[] command,
String[] arguments,
String serviceAccount,
Port[] ports,
ServiceType serviceType,
PersistentVolumeClaimVolume[] pvcVolumes,
SecretVolume[] secretVolumes,
ConfigMapVolume[] configMapVolumes,
EmptyDirVolume[] emptyDirVolumes,
GitRepoVolume[] gitRepoVolumes,
AwsElasticBlockStoreVolume[] awsElasticBlockStoreVolumes,
AzureDiskVolume[] azureDiskVolumes,
AzureFileVolume[] azureFileVolumes,
Mount[] mounts,
ImagePullPolicy imagePullPolicy,
String[] imagePullSecrets,
DeploymentStrategy deploymentStrategy,
RollingUpdate rollingUpdate,
HostAlias[] hostAliases,
Probe livenessProbe,
Probe readinessProbe,
Probe startupProbe,
ResourceRequirements requestResources,
ResourceRequirements limitResources,
Container[] sidecars,
Boolean autoDeployEnabled,
Job[] jobs,
CronJob[] cronJobs,
Container[] initContainers,
Integer replicas,
Ingress ingress,
Boolean headless) |
IngressBuilder(Ingress instance) |
IngressBuilder(IngressFluent<?> fluent,
Ingress instance) |
IngressFluent(Ingress instance) |
KubernetesConfig(Project project,
Map<ConfigKey,Object> attributes,
String partOf,
String name,
String version,
String deploymentKind,
Label[] labels,
Annotation[] annotations,
Env[] envVars,
String workingDir,
String[] command,
String[] arguments,
String serviceAccount,
Port[] ports,
ServiceType serviceType,
PersistentVolumeClaimVolume[] pvcVolumes,
SecretVolume[] secretVolumes,
ConfigMapVolume[] configMapVolumes,
EmptyDirVolume[] emptyDirVolumes,
GitRepoVolume[] gitRepoVolumes,
AwsElasticBlockStoreVolume[] awsElasticBlockStoreVolumes,
AzureDiskVolume[] azureDiskVolumes,
AzureFileVolume[] azureFileVolumes,
Mount[] mounts,
ImagePullPolicy imagePullPolicy,
String[] imagePullSecrets,
DeploymentStrategy deploymentStrategy,
RollingUpdate rollingUpdate,
HostAlias[] hostAliases,
Probe livenessProbe,
Probe readinessProbe,
Probe startupProbe,
ResourceRequirements requestResources,
ResourceRequirements limitResources,
Container[] sidecars,
Boolean autoDeployEnabled,
Job[] jobs,
CronJob[] cronJobs,
Container[] initContainers,
Integer replicas,
Ingress ingress,
Boolean headless) |
| Constructor and Description |
|---|
AddIngressTlsDecorator(String name,
Ingress ingress) |
Copyright © 2018–2024 Red Hat. All rights reserved.