ingress request
ingress HTTP path
Create the ingress for a deployment namespace. If the
request has an ingressSpec
, it is merged into the spec created
by this function using lodash.merge(default, req.ingressSpec)
.
It is possible to override the ingress name using the KubernetesApplication.ingressSpec. If you do this, make sure you know what you are doing.
Kubernestes application
ingress spec with single rule
If req.port
and req.path
are truthy, create or patch an ingress
for a Kubernetes application. Any provided req.ingressSpec
is
merged using ingressTemplate before creating/patching.
Kuberenetes resource request
Kubernetes spec used to create/patch resource
Generated using TypeDoc
Create an ingress HTTP path.