Argo CD · Example Payload

Argo Cd V1Alpha1 App Project Spec Example

Application is synced and healthy.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

clusterResourceBlacklistclusterResourceWhitelistdescriptiondestinationServiceAccountsdestinationsnamespaceResourceBlacklistnamespaceResourceWhitelistorphanedResourcespermitOnlyProjectScopedClustersrolessignatureKeyssourceNamespacessourceRepossyncWindows

Example Payload

Raw ↑
{
  "clusterResourceBlacklist": [
    "https://kubernetes.default.svc",
    "https://kubernetes.default.svc"
  ],
  "clusterResourceWhitelist": [
    "https://kubernetes.default.svc",
    "https://kubernetes.default.svc"
  ],
  "description": "Application is synced and healthy.",
  "destinationServiceAccounts": [
    "example-destinationserviceac",
    "example-destinationserviceac"
  ],
  "destinations": [
    "example-destinations",
    "example-destinations"
  ],
  "namespaceResourceBlacklist": [
    "my-application",
    "my-application"
  ],
  "namespaceResourceWhitelist": [
    "my-application",
    "my-application"
  ],
  "orphanedResources": "example-orphanedresources",
  "permitOnlyProjectScopedClusters": true,
  "roles": [
    "example-roles",
    "example-roles"
  ],
  "signatureKeys": [
    "eyJhbGciOiJIUzI1NiJ9.example",
    "eyJhbGciOiJIUzI1NiJ9.example"
  ],
  "sourceNamespaces": [
    "my-application",
    "my-application"
  ],
  "sourceRepos": [
    "https://github.com/example/repo.git",
    "https://github.com/example/repo.git"
  ],
  "syncWindows": [
    "example-syncwindows",
    "example-syncwindows"
  ]
}