{
  "description": "DockerMachinePoolTemplate is the Schema for the dockermachinepooltemplates 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": "DockerMachinePoolTemplateSpec defines the desired state of DockerMachinePoolTemplate.",
      "properties": {
        "template": {
          "description": "DockerMachinePoolTemplateResource describes the data needed to create a DockerMachine from a template.",
          "properties": {
            "metadata": {
              "description": "Standard object's metadata.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
              "properties": {
                "annotations": {
                  "additionalProperties": {
                    "type": "string"
                  },
                  "description": "annotations is an unstructured key value map stored with a resource that may be\nset by external tools to store and retrieve arbitrary metadata. They are not\nqueryable and should be preserved when modifying objects.\nMore info: http://kubernetes.io/docs/user-guide/annotations",
                  "type": "object"
                },
                "labels": {
                  "additionalProperties": {
                    "type": "string"
                  },
                  "description": "labels is a map of string keys and values that can be used to organize and categorize\n(scope and select) objects. May match selectors of replication controllers\nand services.\nMore info: http://kubernetes.io/docs/user-guide/labels",
                  "type": "object"
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "spec": {
              "description": "DockerMachinePoolSpec defines the desired state of DockerMachinePool.",
              "properties": {
                "providerID": {
                  "description": "ProviderID is the identification ID of the Machine Pool",
                  "type": "string"
                },
                "providerIDList": {
                  "description": "ProviderIDList is the list of identification IDs of machine instances managed by this Machine Pool",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "template": {
                  "description": "Template contains the details used to build a replica machine within the Machine Pool",
                  "properties": {
                    "customImage": {
                      "description": "CustomImage allows customizing the container image that is used for\nrunning the machine",
                      "type": "string"
                    },
                    "extraMounts": {
                      "description": "ExtraMounts describes additional mount points for the node container\nThese may be used to bind a hostPath",
                      "items": {
                        "description": "Mount specifies a host volume to mount into a container.\nThis is a simplified version of kind v1alpha4.Mount types.",
                        "properties": {
                          "containerPath": {
                            "description": "Path of the mount within the container.",
                            "type": "string"
                          },
                          "hostPath": {
                            "description": "Path of the mount on the host. If the hostPath doesn't exist, then runtimes\nshould report error. If the hostpath is a symbolic link, runtimes should\nfollow the symlink and mount the real destination to container.",
                            "type": "string"
                          },
                          "readOnly": {
                            "description": "If set, the mount is read-only.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "preLoadImages": {
                      "description": "PreLoadImages allows to pre-load images in a newly created machine. This can be used to\nspeed up tests by avoiding e.g. to download CNI images on all the containers.",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "required": [
            "spec"
          ],
          "type": "object",
          "additionalProperties": false
        }
      },
      "required": [
        "template"
      ],
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
