{
  "$id": "https://schemas.binaryedge.io/minion/modules/kubernetes",
  "title": "Kubernetes Module Output Body",
  "type": "object",
  "properties": {
    "auth_required": {
      "type": "boolean"
    },
    "build": {
      "$comment": "The module doesn't populate specific keys, it only relays what is returned from the server.",
      "type": "object"
    },
    "configmaps": {
      "type": "array",
      "items": {
        "$comment": "The module doesn't populate specific keys, it only relays what is returned from the server.",
        "type": "object"
      }
    },
    "pods": {
      "type": "array",
      "items": {
        "$comment": "The module doesn't populate specific keys, it only relays what is returned from the server.",
        "types": "object"
      }
    },
    "secrets": {
      "type": "array",
      "items": {
        "$comment": "The module doesn't populate specific keys, it only relays what is returned from the server.",
        "types": "object"
      }
    },
    "version": {
      "type": "string"
    }
  },
  "additionalproperties": false
}
