Argo CD · JSON Structure

Argo Cd V1 Node Swap Status Structure

NodeSwapStatus represents swap memory information.

Type: object Properties: 1
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

capacity

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-v1-node-swap-status-structure.json",
  "name": "v1NodeSwapStatus",
  "description": "NodeSwapStatus represents swap memory information.",
  "type": "object",
  "properties": {
    "capacity": {
      "type": "int64",
      "name": "Total amount of swap memory in bytes.\n+optional"
    }
  }
}