Implementation of the Karpenter add-on

Hierarchy (view full)

Constructors

Properties

props: HelmChartConfiguration
failOnVersionValidation: boolean = false
validateHelmVersions: boolean = false

Methods

  • Helper function to convert a key-pair values (with an operator) of spec configurations to appropriate json format for addManifest function

    Parameters

    • reqs: {
          key: string;
          operator: string;
          values: string[];
      }[]

    Returns any[]

    newReqs