Argo CD · Schema

v1NodeSwapStatus

NodeSwapStatus represents swap memory information.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
capacity integer
View JSON Schema on GitHub

JSON Schema

argo-cd-v1-node-swap-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1-node-swap-status-schema.json",
  "title": "v1NodeSwapStatus",
  "description": "NodeSwapStatus represents swap memory information.",
  "type": "object",
  "properties": {
    "capacity": {
      "type": "integer",
      "format": "int64",
      "title": "Total amount of swap memory in bytes.\n+optional"
    }
  }
}