{
  "description": "CephClient represents a Ceph Client",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "additionalProperties": false,
      "description": "Spec represents the specification of a Ceph Client",
      "properties": {
        "caps": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "x-kubernetes-preserve-unknown-fields": true
        },
        "name": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "caps"
      ],
      "type": "object"
    },
    "status": {
      "additionalProperties": false,
      "description": "Status represents the status of a Ceph Client",
      "properties": {
        "info": {
          "additionalProperties": {
            "type": "string"
          },
          "nullable": true,
          "type": [
            "object",
            "null"
          ]
        },
        "observedGeneration": {
          "description": "ObservedGeneration is the latest generation observed by the controller.",
          "format": "int64",
          "type": [
            "integer",
            "null"
          ]
        },
        "phase": {
          "description": "ConditionType represent a resource's status",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ],
      "x-kubernetes-preserve-unknown-fields": true
    }
  },
  "required": [
    "metadata",
    "spec"
  ],
  "type": "object"
}