Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pack/k8s/kubernetes/apply"

Index

Functions

Functions

applySpec

  • Create or replace a Kubernetes resource using the provided spec. This implementation uses read, patch, and create, but may switch to server-side apply when it is available.

    Parameters

    • spec: KubernetesObject

      Kubernetes resource spec sufficient to identify and create the resource

    Returns Promise<K8sObjectResponse>

    response from the Kubernetes API.

Generated using TypeDoc