{
  "description": "ConfigConnectorContext is the Schema for the ConfigConnectorContexts API",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More 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. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "type": [
        "object",
        "null"
      ]
    },
    "spec": {
      "additionalProperties": false,
      "description": "ConfigConnectorContextSpec defines the desired state of ConfigConnectorContext",
      "properties": {
        "billingProject": {
          "description": "Specifies the project to use for preconditions, quota and billing. Should only be used when requestProjectPolicy is set to BILLING_PROJECT.",
          "type": [
            "string",
            "null"
          ]
        },
        "googleServiceAccount": {
          "description": "The Google Service Account to be used by Config Connector to authenticate with Google Cloud APIs in the associated namespace.",
          "type": "string"
        },
        "requestProjectPolicy": {
          "description": "Specifies which project to use for preconditions, quota, and billing for requests made to Google Cloud APIs for resources in the associated namespace. Must be one of 'SERVICE_ACCOUNT_PROJECT', 'RESOURCE_PROJECT', or 'BILLING_PROJECT. Defaults to 'SERVICE_ACCOUNT_PROJECT'. If set to 'SERVICE_ACCOUNT_PROJECT', uses the project that the Google Service Account belongs to. If set to 'RESOURCE_PROJECT', uses the project that the resource belongs to. If set to 'BILLING_PROJECT', uses the project specified by spec.billingProject.",
          "enum": [
            "SERVICE_ACCOUNT_PROJECT",
            "RESOURCE_PROJECT",
            "BILLING_PROJECT"
          ],
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "googleServiceAccount"
      ],
      "type": "object"
    },
    "status": {
      "additionalProperties": false,
      "description": "ConfigConnectorContextStatus defines the observed state of ConfigConnectorContext",
      "properties": {
        "errors": {
          "items": {
            "type": "string"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "healthy": {
          "type": "boolean"
        },
        "phase": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "healthy"
      ],
      "type": [
        "object",
        "null"
      ]
    }
  },
  "required": [
    "spec"
  ],
  "type": "object"
}