Argo CD · JSON Structure

Argo Cd V1Alpha1 Host Resource Info Structure

HostResourceInfo represents resource usage details for a specific resource type on a host.

Type: object Properties: 4
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

capacity requestedByApp requestedByNeighbors resourceName

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-host-resource-info-structure.json",
  "name": "v1alpha1HostResourceInfo",
  "description": "HostResourceInfo represents resource usage details for a specific resource type on a host.",
  "type": "object",
  "properties": {
    "capacity": {
      "description": "Capacity represents the total available capacity of this resource on the host.",
      "type": "int64"
    },
    "requestedByApp": {
      "description": "RequestedByApp indicates the total amount of this resource requested by the application running on the host.",
      "type": "int64"
    },
    "requestedByNeighbors": {
      "description": "RequestedByNeighbors indicates the total amount of this resource requested by other workloads on the same host.",
      "type": "int64"
    },
    "resourceName": {
      "description": "ResourceName specifies the type of resource (e.g., CPU, memory, storage).",
      "type": "string"
    }
  }
}