Argo CD · JSON Structure

Argo Cd V1Alpha1 Application Destination Service Account Structure

ApplicationDestinationServiceAccount holds information about the service account to be impersonated for the application sync operation.

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1ApplicationDestinationServiceAccount 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

defaultServiceAccount namespace server

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-application-destination-service-account-structure.json",
  "name": "v1alpha1ApplicationDestinationServiceAccount",
  "description": "ApplicationDestinationServiceAccount holds information about the service account to be impersonated for the application sync operation.",
  "type": "object",
  "properties": {
    "defaultServiceAccount": {
      "type": "string",
      "name": "DefaultServiceAccount to be used for impersonation during the sync operation"
    },
    "namespace": {
      "description": "Namespace specifies the target namespace for the application's resources.",
      "type": "string"
    },
    "server": {
      "description": "Server specifies the URL of the target cluster's Kubernetes control plane API.",
      "type": "string"
    }
  }
}