Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/kubernetes/deployment"

Index

Functions

deploymentTemplate

  • Create deployment spec for a Kubernetes application. If the request has a deploymentSpec, it is merged into the default spec created by this function using lodash.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.

    Parameters

    Returns Promise<V1Deployment>

    deployment resource specification

upsertDeployment

Generated using TypeDoc