{
  "description": "AzureASOManagedControlPlane is the Schema for the azureasomanagedcontrolplanes API.",
  "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"
    },
    "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"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "AzureASOManagedControlPlaneSpec defines the desired state of AzureASOManagedControlPlane.",
      "properties": {
        "resources": {
          "description": "Resources are embedded ASO resources to be managed by this resource.",
          "items": {
            "type": "object",
            "x-kubernetes-preserve-unknown-fields": true
          },
          "type": "array"
        },
        "version": {
          "description": "Version is the Kubernetes version of the control plane. It fulfills Cluster API's control plane\nprovider contract.",
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "AzureASOManagedControlPlaneStatus defines the observed state of AzureASOManagedControlPlane.",
      "properties": {
        "controlPlaneEndpoint": {
          "description": "ControlPlaneEndpoint represents the endpoint for the cluster's API server.",
          "properties": {
            "host": {
              "description": "The hostname on which the API server is serving.",
              "type": "string"
            },
            "port": {
              "description": "The port on which the API server is serving.",
              "format": "int32",
              "type": "integer"
            }
          },
          "required": [
            "host",
            "port"
          ],
          "type": "object",
          "additionalProperties": false
        },
        "initialized": {
          "description": "Initialized represents whether or not the API server has been provisioned. It fulfills Cluster API's\ncontrol plane provider contract. For AKS, this is equivalent to `ready`.",
          "type": "boolean"
        },
        "ready": {
          "description": "Ready represents whether or not the API server is ready to receive requests. It fulfills Cluster API's\ncontrol plane provider contract. For AKS, this is equivalent to `initialized`.",
          "type": "boolean"
        },
        "resources": {
          "items": {
            "description": "ResourceStatus represents the status of a resource.",
            "properties": {
              "ready": {
                "type": "boolean"
              },
              "resource": {
                "description": "StatusResource is a handle to a resource.",
                "properties": {
                  "group": {
                    "type": "string"
                  },
                  "kind": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  },
                  "version": {
                    "type": "string"
                  }
                },
                "required": [
                  "group",
                  "kind",
                  "name",
                  "version"
                ],
                "type": "object",
                "additionalProperties": false
              }
            },
            "required": [
              "ready",
              "resource"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "version": {
          "description": "Version is the observed Kubernetes version of the control plane. It fulfills Cluster API's control\nplane provider contract.",
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
