Argo CD · JSON Structure

Argo Cd V1Alpha1 Kustomize Options Structure

v1alpha1KustomizeOptions schema from Argo CD API

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1KustomizeOptions is a JSON Structure definition published by Argo CD, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

binaryPath buildOptions versions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-kustomize-options-structure.json",
  "name": "v1alpha1KustomizeOptions",
  "description": "v1alpha1KustomizeOptions schema from Argo CD API",
  "type": "object",
  "properties": {
    "binaryPath": {
      "description": "Deprecated: Use settings.Settings instead. See: settings.Settings.KustomizeVersions.\nIf this field is set, it will be used as the Kustomize binary path.\nOtherwise, Versions is used.",
      "type": "string",
      "name": "BinaryPath holds optional path to kustomize binary"
    },
    "buildOptions": {
      "type": "string",
      "name": "BuildOptions is a string of build parameters to use when calling `kustomize build`"
    },
    "versions": {
      "description": "Versions is a list of Kustomize versions and their corresponding binary paths and build options.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/v1alpha1KustomizeVersion"
      }
    }
  }
}