{
  "description": "Auto-generated derived type for AppInstanceSpec via `CustomResource`",
  "properties": {
    "spec": {
      "properties": {
        "imagePullSecrets": {
          "items": {
            "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
            "properties": {
              "name": {
                "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "nullable": true,
          "type": "array"
        },
        "package": {
          "properties": {
            "apiVersion": {
              "type": "string"
            },
            "image": {
              "type": "string"
            },
            "spec": {
              "type": "object",
              "x-kubernetes-preserve-unknown-fields": true
            }
          },
          "required": [
            "apiVersion",
            "image",
            "spec"
          ],
          "type": "object",
          "additionalProperties": false
        },
        "pause": {
          "description": "If true, the controller will not reconcile this application. You can use this if you need to do some manual changes (either with kubectl directly or with kubit CLI)",
          "type": "boolean"
        }
      },
      "required": [
        "package"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "nullable": true,
      "properties": {
        "conditions": {
          "items": {
            "properties": {
              "lastTransitionTime": {
                "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers.",
                "format": "date-time",
                "type": "string"
              },
              "message": {
                "type": "string"
              },
              "observedGeneration": {
                "format": "int64",
                "nullable": true,
                "type": "integer"
              },
              "reason": {
                "type": "string"
              },
              "status": {
                "type": "string"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "lastTransitionTime",
              "message",
              "reason",
              "status",
              "type"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "lastLogs": {
          "additionalProperties": {
            "type": "string"
          },
          "nullable": true,
          "type": "object"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "required": [
    "spec"
  ],
  "title": "AppInstance",
  "type": "object"
}
