{
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "properties": {
        "desc": {
          "type": "string"
        },
        "serviceAccountName": {
          "type": "string"
        },
        "env": {
          "items": {
            "type": "object"
          },
          "type": "array"
        },
        "envFrom": {
          "items": {
            "type": "object"
          },
          "type": "array"
        },
        "selector": {
          "type": "object"
        },
        "volumeMounts": {
          "items": {
            "type": "object"
          },
          "type": "array"
        },
        "volumes": {
          "items": {
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "selector"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "type": "object"
    }
  },
  "type": "object"
}
