Argo CD · Example Payload

Argo Cd V1 Label Selector Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1 Label Selector Example is an example object payload from Argo CD, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

matchExpressionsmatchLabels

Example Payload

Raw ↑
{
  "matchExpressions": [
    "example-matchexpressions",
    "example-matchexpressions"
  ],
  "matchLabels": {}
}