Argo CD · Schema

v1alpha1ClusterCacheInfo

v1alpha1ClusterCacheInfo schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
apisCount integer
lastCacheSyncTime object
resourcesCount integer
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-cluster-cache-info-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-v1alpha1-cluster-cache-info-schema.json",
  "title": "v1alpha1ClusterCacheInfo",
  "description": "v1alpha1ClusterCacheInfo schema from Argo CD API",
  "type": "object",
  "properties": {
    "apisCount": {
      "type": "integer",
      "format": "int64",
      "title": "APIsCount holds number of observed Kubernetes API count"
    },
    "lastCacheSyncTime": {
      "$ref": "#/definitions/v1Time"
    },
    "resourcesCount": {
      "type": "integer",
      "format": "int64",
      "title": "ResourcesCount holds number of observed Kubernetes resources"
    }
  }
}