Kubernetes application request
deployment resource specification
Create or update a deployment for a Kubernetes application. Any
provided req.deploymentSpec
is merged using
deploymentTemplate before creating/patching.
Kuberenetes application request
Kubernetes spec used to create/update resource
Generated using TypeDoc
Create deployment spec for a Kubernetes application. If the request has a
deploymentSpec
, it is merged into the default spec created by this function usinglodash.merge(default, req.deploymentSpec)
.It is possible to override the deployment name using the KubernetesApplication.deploymentSpec. If you do this, make sure you know what you are doing.