Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/commands/kubernetesUndeploy"

Index

Functions

kubeUndeploy

  • Delete an application from a Kubernetes cluster. If any of the application resources do not exist in the cluster, they are ignored. In other words, it is not an error to try to delete something that does not exist. If a sync repo is configured, the corresponding resource specs are deleted from the sync repo.

    Parameters

    Returns Promise<HandlerResult>

kubernetesUndeploy

  • Safely remove all resources related to a Kubernetes application.

    If the SDM configuration says this packs commands should be added, i.e., sdm.configuration.sdm.k8s.options.addCommands is true, the command will have the intent kube undeploy SDM_NAME. Otherwise the command will be registered without an intent.

    Parameters

    • sdm: SoftwareDeliveryMachine

    Returns CommandHandlerRegistration<KubernetesUndeployParameters>

Generated using TypeDoc