{
  "description": "Deprecated for removal in v1.\n\n\nObjectTransfer is the cluster scoped object transfer resource",
  "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": "ObjectTransferSpec specifies the source/target of the transfer",
      "properties": {
        "parentName": {
          "type": "string"
        },
        "source": {
          "description": "TransferSource is the source of a ObjectTransfer",
          "properties": {
            "apiVersion": {
              "type": "string"
            },
            "kind": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "namespace": {
              "type": "string"
            },
            "requiredAnnotations": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            }
          },
          "required": [
            "kind",
            "name",
            "namespace"
          ],
          "type": "object",
          "additionalProperties": false
        },
        "target": {
          "description": "TransferTarget is the target of an ObjectTransfer",
          "properties": {
            "name": {
              "type": "string"
            },
            "namespace": {
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        }
      },
      "required": [
        "source",
        "target"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "ObjectTransferStatus is the status of the ObjectTransfer",
      "properties": {
        "conditions": {
          "items": {
            "description": "ObjectTransferCondition contains condition data",
            "properties": {
              "lastHeartbeatTime": {
                "format": "date-time",
                "type": "string"
              },
              "lastTransitionTime": {
                "format": "date-time",
                "type": "string"
              },
              "message": {
                "type": "string"
              },
              "reason": {
                "type": "string"
              },
              "status": {
                "type": "string"
              },
              "type": {
                "description": "ObjectTransferConditionType is the type of ObjectTransferCondition",
                "type": "string"
              }
            },
            "required": [
              "status",
              "type"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "data": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Data is a place for intermediary state.  Or anything really.",
          "type": "object"
        },
        "phase": {
          "description": "Phase is the current phase of the transfer",
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "required": [
    "spec"
  ],
  "type": "object"
}
