{
  "description": "OvirtVolumePopulator is the CR used to populator a volume from an oVirt disk",
  "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": "OvirtVolumePopulatorSpec is the spec of the OvirtVolumePopulator CR",
      "properties": {
        "diskId": {
          "type": "string"
        },
        "engineUrl": {
          "type": "string"
        },
        "secretRef": {
          "type": "string"
        },
        "transferNetwork": {
          "description": "The network attachment definition that should be used for disk transfer.",
          "type": "string"
        }
      },
      "required": [
        "diskId",
        "engineUrl",
        "secretRef"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "OvirtVolumePopulatorStatus is the status of the OvirtVolumePopulator CR",
      "properties": {
        "progress": {
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "required": [
    "spec"
  ],
  "type": "object"
}
