{
  "description": "TinkerbellDatacenterConfig is the Schema for the TinkerbellDatacenterConfigs 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"
    },
    "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"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "TinkerbellDatacenterConfigSpec defines the desired state of TinkerbellDatacenterConfig.",
      "properties": {
        "hookImagesURLPath": {
          "description": "HookImagesURLPath can be used to override the default Hook images path to pull from a local server.",
          "type": "string"
        },
        "osImageURL": {
          "description": "OSImageURL can be used to override the default OS image path to pull from a local server.",
          "type": "string"
        },
        "skipLoadBalancerDeployment": {
          "description": "SkipLoadBalancerDeployment when set to \"true\" can be used to skip deploying a load balancer to expose Tinkerbell stack. Users will need to deploy and configure a load balancer manually after the cluster is created.",
          "type": "boolean"
        },
        "tinkerbellIP": {
          "description": "TinkerbellIP is used to configure a VIP for hosting the Tinkerbell services.",
          "type": "string"
        }
      },
      "required": [
        "tinkerbellIP"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "TinkerbellDatacenterConfigStatus defines the observed state of TinkerbellDatacenterConfig \n Important: Run \"make generate\" to regenerate code after modifying this file.",
      "type": "object"
    }
  },
  "type": "object"
}
