Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/kubernetes/application"

Index

Functions

deleteApplication

  • Delete resources associated with an application from a Kubernetes cluster. If any resources fail to be deleted, an error is thrown. If no resources associated with the application exist, it does nothing successfully.

    Parameters

    Returns Promise<KubernetesObject[]>

upsertApplication

  • Create or update all the resources for an application in a Kubernetes cluster.

    Parameters

    • app: KubernetesApplication

      Kubernetes application creation request

    • sdmFulfiller: string

      Registered name of the SDM fulfilling the deployment goal.

    Returns Promise<KubernetesObject[]>

    Array of resource specs upserted

Generated using TypeDoc