Argo CD · Example Payload

Argo Cd V1Alpha1 Application Source Kustomize Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Application Source Kustomize Example is an example object payload from Argo CD, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apiVersionscommonAnnotationscommonAnnotationsEnvsubstcommonLabelscomponentsforceCommonAnnotationsforceCommonLabelsignoreMissingComponentsimageskubeVersionlabelIncludeTemplateslabelWithoutSelectornamePrefixnameSuffixnamespacepatchesreplicasversion

Example Payload

Raw ↑
{
  "apiVersions": [
    "v2.14.0",
    "v2.14.0"
  ],
  "commonAnnotations": {},
  "commonAnnotationsEnvsubst": true,
  "commonLabels": {},
  "components": [
    "example-components",
    "example-components"
  ],
  "forceCommonAnnotations": true,
  "forceCommonLabels": true,
  "ignoreMissingComponents": true,
  "images": [
    "example-images",
    "example-images"
  ],
  "kubeVersion": "v2.14.0",
  "labelIncludeTemplates": true,
  "labelWithoutSelector": true,
  "namePrefix": "my-application",
  "nameSuffix": "my-application",
  "namespace": "my-application",
  "patches": [
    "example-patches",
    "example-patches"
  ],
  "replicas": [
    "example-replicas",
    "example-replicas"
  ],
  "version": "v2.14.0"
}