{
  "properties": {
    "apiVersion": {
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "additionalProperties": false,
      "properties": {
        "arguments": {
          "items": {
            "type": "string"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "batchScheduler": {
          "type": [
            "string",
            "null"
          ]
        },
        "batchSchedulerOptions": {
          "additionalProperties": false,
          "properties": {
            "priorityClassName": {
              "type": [
                "string",
                "null"
              ]
            },
            "queue": {
              "type": [
                "string",
                "null"
              ]
            },
            "resources": {
              "additionalProperties": {
                "oneOf": [
                  {
                    "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                    "type": "string"
                  },
                  {
                    "type": "integer"
                  }
                ],
                "x-kubernetes-int-or-string": true
              },
              "type": [
                "object",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        },
        "deps": {
          "additionalProperties": false,
          "properties": {
            "excludePackages": {
              "items": {
                "type": "string"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "files": {
              "items": {
                "type": "string"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "jars": {
              "items": {
                "type": "string"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "packages": {
              "items": {
                "type": "string"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "pyFiles": {
              "items": {
                "type": "string"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "repositories": {
              "items": {
                "type": "string"
              },
              "type": [
                "array",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        },
        "driver": {
          "additionalProperties": false,
          "properties": {
            "affinity": {
              "additionalProperties": false,
              "properties": {
                "nodeAffinity": {
                  "additionalProperties": false,
                  "properties": {
                    "preferredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "preference": {
                            "additionalProperties": false,
                            "properties": {
                              "matchExpressions": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "matchFields": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "weight": {
                            "format": "int32",
                            "type": "integer"
                          }
                        },
                        "required": [
                          "preference",
                          "weight"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "requiredDuringSchedulingIgnoredDuringExecution": {
                      "additionalProperties": false,
                      "properties": {
                        "nodeSelectorTerms": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "matchExpressions": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "matchFields": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "required": [
                        "nodeSelectorTerms"
                      ],
                      "type": [
                        "object",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "podAffinity": {
                  "additionalProperties": false,
                  "properties": {
                    "preferredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "podAffinityTerm": {
                            "additionalProperties": false,
                            "properties": {
                              "labelSelector": {
                                "additionalProperties": false,
                                "properties": {
                                  "matchExpressions": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "operator": {
                                          "type": "string"
                                        },
                                        "values": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "operator"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "matchLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "namespaces": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "topologyKey": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "topologyKey"
                            ],
                            "type": "object"
                          },
                          "weight": {
                            "format": "int32",
                            "type": "integer"
                          }
                        },
                        "required": [
                          "podAffinityTerm",
                          "weight"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "requiredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "labelSelector": {
                            "additionalProperties": false,
                            "properties": {
                              "matchExpressions": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "matchLabels": {
                                "additionalProperties": {
                                  "type": "string"
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "namespaces": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "topologyKey": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "topologyKey"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "podAntiAffinity": {
                  "additionalProperties": false,
                  "properties": {
                    "preferredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "podAffinityTerm": {
                            "additionalProperties": false,
                            "properties": {
                              "labelSelector": {
                                "additionalProperties": false,
                                "properties": {
                                  "matchExpressions": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "operator": {
                                          "type": "string"
                                        },
                                        "values": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "operator"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "matchLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "namespaces": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "topologyKey": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "topologyKey"
                            ],
                            "type": "object"
                          },
                          "weight": {
                            "format": "int32",
                            "type": "integer"
                          }
                        },
                        "required": [
                          "podAffinityTerm",
                          "weight"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "requiredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "labelSelector": {
                            "additionalProperties": false,
                            "properties": {
                              "matchExpressions": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "matchLabels": {
                                "additionalProperties": {
                                  "type": "string"
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "namespaces": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "topologyKey": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "topologyKey"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "annotations": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "configMaps": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "path": {
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "path"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "coreLimit": {
              "type": [
                "string",
                "null"
              ]
            },
            "coreRequest": {
              "type": [
                "string",
                "null"
              ]
            },
            "cores": {
              "format": "int32",
              "minimum": 1,
              "type": [
                "integer",
                "null"
              ]
            },
            "dnsConfig": {
              "additionalProperties": false,
              "properties": {
                "nameservers": {
                  "items": {
                    "type": "string"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "options": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "value": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": "object"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "searches": {
                  "items": {
                    "type": "string"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "env": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "value": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "valueFrom": {
                    "additionalProperties": false,
                    "properties": {
                      "configMapKeyRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "optional": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "key"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "fieldRef": {
                        "additionalProperties": false,
                        "properties": {
                          "apiVersion": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "fieldPath": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "fieldPath"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "resourceFieldRef": {
                        "additionalProperties": false,
                        "properties": {
                          "containerName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "divisor": {
                            "oneOf": [
                              {
                                "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "resource": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "resource"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "secretKeyRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "optional": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "key"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "envFrom": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "configMapRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "optional": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "prefix": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "optional": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "envSecretKeyRefs": {
              "additionalProperties": {
                "additionalProperties": false,
                "properties": {
                  "key": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  }
                },
                "required": [
                  "key",
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "envVars": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "gpu": {
              "additionalProperties": false,
              "properties": {
                "name": {
                  "type": "string"
                },
                "quantity": {
                  "format": "int64",
                  "type": "integer"
                }
              },
              "required": [
                "name",
                "quantity"
              ],
              "type": [
                "object",
                "null"
              ]
            },
            "hostAliases": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "hostnames": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "ip": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "hostNetwork": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "image": {
              "type": [
                "string",
                "null"
              ]
            },
            "initContainers": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "args": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "command": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "env": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "value": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "valueFrom": {
                          "additionalProperties": false,
                          "properties": {
                            "configMapKeyRef": {
                              "additionalProperties": false,
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "optional": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "key"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "fieldRef": {
                              "additionalProperties": false,
                              "properties": {
                                "apiVersion": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "fieldPath": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "fieldPath"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "resourceFieldRef": {
                              "additionalProperties": false,
                              "properties": {
                                "containerName": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "divisor": {
                                  "oneOf": [
                                    {
                                      "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                                      "type": "string"
                                    },
                                    {
                                      "type": "integer"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ],
                                  "x-kubernetes-int-or-string": true
                                },
                                "resource": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "resource"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "secretKeyRef": {
                              "additionalProperties": false,
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "optional": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "key"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "envFrom": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "configMapRef": {
                          "additionalProperties": false,
                          "properties": {
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "prefix": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "secretRef": {
                          "additionalProperties": false,
                          "properties": {
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "image": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "imagePullPolicy": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "lifecycle": {
                    "additionalProperties": false,
                    "properties": {
                      "postStart": {
                        "additionalProperties": false,
                        "properties": {
                          "exec": {
                            "additionalProperties": false,
                            "properties": {
                              "command": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "httpGet": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "httpHeaders": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "scheme": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "tcpSocket": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "preStop": {
                        "additionalProperties": false,
                        "properties": {
                          "exec": {
                            "additionalProperties": false,
                            "properties": {
                              "command": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "httpGet": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "httpHeaders": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "scheme": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "tcpSocket": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "livenessProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "name": {
                    "type": "string"
                  },
                  "ports": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "containerPort": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "hostIP": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "hostPort": {
                          "format": "int32",
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "name": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "protocol": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "containerPort",
                        "protocol"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ],
                    "x-kubernetes-list-map-keys": [
                      "containerPort",
                      "protocol"
                    ],
                    "x-kubernetes-list-type": "map"
                  },
                  "readinessProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "resources": {
                    "additionalProperties": false,
                    "properties": {
                      "limits": {
                        "additionalProperties": {
                          "oneOf": [
                            {
                              "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "requests": {
                        "additionalProperties": {
                          "oneOf": [
                            {
                              "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "securityContext": {
                    "additionalProperties": false,
                    "properties": {
                      "allowPrivilegeEscalation": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "capabilities": {
                        "additionalProperties": false,
                        "properties": {
                          "add": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "drop": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "privileged": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "procMount": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "readOnlyRootFilesystem": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "runAsGroup": {
                        "format": "int64",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "runAsNonRoot": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "runAsUser": {
                        "format": "int64",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "seLinuxOptions": {
                        "additionalProperties": false,
                        "properties": {
                          "level": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "role": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "type": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "user": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "seccompProfile": {
                        "additionalProperties": false,
                        "properties": {
                          "type": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "windowsOptions": {
                        "additionalProperties": false,
                        "properties": {
                          "gmsaCredentialSpec": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "gmsaCredentialSpecName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "runAsUserName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "startupProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "stdin": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "stdinOnce": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "terminationMessagePath": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "terminationMessagePolicy": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "tty": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "volumeDevices": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "devicePath": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "devicePath",
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "volumeMounts": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "mountPath": {
                          "type": "string"
                        },
                        "mountPropagation": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "name": {
                          "type": "string"
                        },
                        "readOnly": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "subPath": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "subPathExpr": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "mountPath",
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "workingDir": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "javaOptions": {
              "type": [
                "string",
                "null"
              ]
            },
            "kubernetesMaster": {
              "type": [
                "string",
                "null"
              ]
            },
            "labels": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "lifecycle": {
              "additionalProperties": false,
              "properties": {
                "postStart": {
                  "additionalProperties": false,
                  "properties": {
                    "exec": {
                      "additionalProperties": false,
                      "properties": {
                        "command": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "httpGet": {
                      "additionalProperties": false,
                      "properties": {
                        "host": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "httpHeaders": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "name",
                              "value"
                            ],
                            "type": "object"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "path": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "port": {
                          "oneOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "scheme": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "port"
                      ],
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "tcpSocket": {
                      "additionalProperties": false,
                      "properties": {
                        "host": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "port": {
                          "oneOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        }
                      },
                      "required": [
                        "port"
                      ],
                      "type": [
                        "object",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "preStop": {
                  "additionalProperties": false,
                  "properties": {
                    "exec": {
                      "additionalProperties": false,
                      "properties": {
                        "command": {
                          "items": {
                            "type": "string"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        }
                      },
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "httpGet": {
                      "additionalProperties": false,
                      "properties": {
                        "host": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "httpHeaders": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "name",
                              "value"
                            ],
                            "type": "object"
                          },
                          "type": [
                            "array",
                            "null"
                          ]
                        },
                        "path": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "port": {
                          "oneOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "scheme": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "port"
                      ],
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "tcpSocket": {
                      "additionalProperties": false,
                      "properties": {
                        "host": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "port": {
                          "oneOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        }
                      },
                      "required": [
                        "port"
                      ],
                      "type": [
                        "object",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "memory": {
              "type": [
                "string",
                "null"
              ]
            },
            "memoryOverhead": {
              "type": [
                "string",
                "null"
              ]
            },
            "nodeSelector": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "podName": {
              "pattern": "[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*",
              "type": [
                "string",
                "null"
              ]
            },
            "podSecurityContext": {
              "additionalProperties": false,
              "properties": {
                "fsGroup": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "runAsGroup": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "runAsNonRoot": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "runAsUser": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "seLinuxOptions": {
                  "additionalProperties": false,
                  "properties": {
                    "level": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "role": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "type": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "user": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "supplementalGroups": {
                  "items": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "sysctls": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "value": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "value"
                    ],
                    "type": "object"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "windowsOptions": {
                  "additionalProperties": false,
                  "properties": {
                    "gmsaCredentialSpec": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "gmsaCredentialSpecName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "runAsUserName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "schedulerName": {
              "type": [
                "string",
                "null"
              ]
            },
            "secrets": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "path": {
                    "type": "string"
                  },
                  "secretType": {
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "path",
                  "secretType"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "securityContext": {
              "additionalProperties": false,
              "properties": {
                "allowPrivilegeEscalation": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "capabilities": {
                  "additionalProperties": false,
                  "properties": {
                    "add": {
                      "items": {
                        "type": "string"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "drop": {
                      "items": {
                        "type": "string"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "privileged": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "procMount": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "readOnlyRootFilesystem": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "runAsGroup": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "runAsNonRoot": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "runAsUser": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "seLinuxOptions": {
                  "additionalProperties": false,
                  "properties": {
                    "level": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "role": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "type": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "user": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "seccompProfile": {
                  "additionalProperties": false,
                  "properties": {
                    "type": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "windowsOptions": {
                  "additionalProperties": false,
                  "properties": {
                    "gmsaCredentialSpec": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "gmsaCredentialSpecName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "runAsUserName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "serviceAccount": {
              "type": [
                "string",
                "null"
              ]
            },
            "serviceAnnotations": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "serviceLabels": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "shareProcessNamespace": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "sidecars": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "args": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "command": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "env": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "value": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "valueFrom": {
                          "additionalProperties": false,
                          "properties": {
                            "configMapKeyRef": {
                              "additionalProperties": false,
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "optional": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "key"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "fieldRef": {
                              "additionalProperties": false,
                              "properties": {
                                "apiVersion": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "fieldPath": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "fieldPath"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "resourceFieldRef": {
                              "additionalProperties": false,
                              "properties": {
                                "containerName": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "divisor": {
                                  "oneOf": [
                                    {
                                      "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                                      "type": "string"
                                    },
                                    {
                                      "type": "integer"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ],
                                  "x-kubernetes-int-or-string": true
                                },
                                "resource": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "resource"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "secretKeyRef": {
                              "additionalProperties": false,
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "optional": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "key"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "envFrom": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "configMapRef": {
                          "additionalProperties": false,
                          "properties": {
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "prefix": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "secretRef": {
                          "additionalProperties": false,
                          "properties": {
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "image": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "imagePullPolicy": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "lifecycle": {
                    "additionalProperties": false,
                    "properties": {
                      "postStart": {
                        "additionalProperties": false,
                        "properties": {
                          "exec": {
                            "additionalProperties": false,
                            "properties": {
                              "command": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "httpGet": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "httpHeaders": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "scheme": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "tcpSocket": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "preStop": {
                        "additionalProperties": false,
                        "properties": {
                          "exec": {
                            "additionalProperties": false,
                            "properties": {
                              "command": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "httpGet": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "httpHeaders": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "scheme": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "tcpSocket": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "livenessProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "name": {
                    "type": "string"
                  },
                  "ports": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "containerPort": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "hostIP": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "hostPort": {
                          "format": "int32",
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "name": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "protocol": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "containerPort",
                        "protocol"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ],
                    "x-kubernetes-list-map-keys": [
                      "containerPort",
                      "protocol"
                    ],
                    "x-kubernetes-list-type": "map"
                  },
                  "readinessProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "resources": {
                    "additionalProperties": false,
                    "properties": {
                      "limits": {
                        "additionalProperties": {
                          "oneOf": [
                            {
                              "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "requests": {
                        "additionalProperties": {
                          "oneOf": [
                            {
                              "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "securityContext": {
                    "additionalProperties": false,
                    "properties": {
                      "allowPrivilegeEscalation": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "capabilities": {
                        "additionalProperties": false,
                        "properties": {
                          "add": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "drop": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "privileged": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "procMount": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "readOnlyRootFilesystem": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "runAsGroup": {
                        "format": "int64",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "runAsNonRoot": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "runAsUser": {
                        "format": "int64",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "seLinuxOptions": {
                        "additionalProperties": false,
                        "properties": {
                          "level": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "role": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "type": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "user": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "seccompProfile": {
                        "additionalProperties": false,
                        "properties": {
                          "type": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "windowsOptions": {
                        "additionalProperties": false,
                        "properties": {
                          "gmsaCredentialSpec": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "gmsaCredentialSpecName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "runAsUserName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "startupProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "stdin": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "stdinOnce": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "terminationMessagePath": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "terminationMessagePolicy": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "tty": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "volumeDevices": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "devicePath": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "devicePath",
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "volumeMounts": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "mountPath": {
                          "type": "string"
                        },
                        "mountPropagation": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "name": {
                          "type": "string"
                        },
                        "readOnly": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "subPath": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "subPathExpr": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "mountPath",
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "workingDir": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "terminationGracePeriodSeconds": {
              "format": "int64",
              "type": [
                "integer",
                "null"
              ]
            },
            "tolerations": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "effect": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "key": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "operator": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "tolerationSeconds": {
                    "format": "int64",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "value": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "volumeMounts": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "mountPath": {
                    "type": "string"
                  },
                  "mountPropagation": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "name": {
                    "type": "string"
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "subPath": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "subPathExpr": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "mountPath",
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            }
          },
          "type": "object"
        },
        "driverIngressOptions": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "ingressAnnotations": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "ingressTLS": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "hosts": {
                      "items": {
                        "type": "string"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "secretName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": "object"
                },
                "type": [
                  "array",
                  "null"
                ]
              },
              "ingressURLFormat": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "serviceAnnotations": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "serviceLabels": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "servicePort": {
                "format": "int32",
                "type": [
                  "integer",
                  "null"
                ]
              },
              "servicePortName": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "serviceType": {
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "dynamicAllocation": {
          "additionalProperties": false,
          "properties": {
            "enabled": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "initialExecutors": {
              "format": "int32",
              "type": [
                "integer",
                "null"
              ]
            },
            "maxExecutors": {
              "format": "int32",
              "type": [
                "integer",
                "null"
              ]
            },
            "minExecutors": {
              "format": "int32",
              "type": [
                "integer",
                "null"
              ]
            },
            "shuffleTrackingTimeout": {
              "format": "int64",
              "type": [
                "integer",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        },
        "executor": {
          "additionalProperties": false,
          "properties": {
            "affinity": {
              "additionalProperties": false,
              "properties": {
                "nodeAffinity": {
                  "additionalProperties": false,
                  "properties": {
                    "preferredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "preference": {
                            "additionalProperties": false,
                            "properties": {
                              "matchExpressions": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "matchFields": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "weight": {
                            "format": "int32",
                            "type": "integer"
                          }
                        },
                        "required": [
                          "preference",
                          "weight"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "requiredDuringSchedulingIgnoredDuringExecution": {
                      "additionalProperties": false,
                      "properties": {
                        "nodeSelectorTerms": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "matchExpressions": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "matchFields": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "required": [
                        "nodeSelectorTerms"
                      ],
                      "type": [
                        "object",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "podAffinity": {
                  "additionalProperties": false,
                  "properties": {
                    "preferredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "podAffinityTerm": {
                            "additionalProperties": false,
                            "properties": {
                              "labelSelector": {
                                "additionalProperties": false,
                                "properties": {
                                  "matchExpressions": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "operator": {
                                          "type": "string"
                                        },
                                        "values": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "operator"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "matchLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "namespaces": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "topologyKey": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "topologyKey"
                            ],
                            "type": "object"
                          },
                          "weight": {
                            "format": "int32",
                            "type": "integer"
                          }
                        },
                        "required": [
                          "podAffinityTerm",
                          "weight"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "requiredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "labelSelector": {
                            "additionalProperties": false,
                            "properties": {
                              "matchExpressions": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "matchLabels": {
                                "additionalProperties": {
                                  "type": "string"
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "namespaces": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "topologyKey": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "topologyKey"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "podAntiAffinity": {
                  "additionalProperties": false,
                  "properties": {
                    "preferredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "podAffinityTerm": {
                            "additionalProperties": false,
                            "properties": {
                              "labelSelector": {
                                "additionalProperties": false,
                                "properties": {
                                  "matchExpressions": {
                                    "items": {
                                      "additionalProperties": false,
                                      "properties": {
                                        "key": {
                                          "type": "string"
                                        },
                                        "operator": {
                                          "type": "string"
                                        },
                                        "values": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": [
                                            "array",
                                            "null"
                                          ]
                                        }
                                      },
                                      "required": [
                                        "key",
                                        "operator"
                                      ],
                                      "type": "object"
                                    },
                                    "type": [
                                      "array",
                                      "null"
                                    ]
                                  },
                                  "matchLabels": {
                                    "additionalProperties": {
                                      "type": "string"
                                    },
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              },
                              "namespaces": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "topologyKey": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "topologyKey"
                            ],
                            "type": "object"
                          },
                          "weight": {
                            "format": "int32",
                            "type": "integer"
                          }
                        },
                        "required": [
                          "podAffinityTerm",
                          "weight"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "requiredDuringSchedulingIgnoredDuringExecution": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "labelSelector": {
                            "additionalProperties": false,
                            "properties": {
                              "matchExpressions": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "key": {
                                      "type": "string"
                                    },
                                    "operator": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": [
                                        "array",
                                        "null"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "key",
                                    "operator"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "matchLabels": {
                                "additionalProperties": {
                                  "type": "string"
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "namespaces": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "topologyKey": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "topologyKey"
                        ],
                        "type": "object"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "annotations": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "configMaps": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "path": {
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "path"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "coreLimit": {
              "type": [
                "string",
                "null"
              ]
            },
            "coreRequest": {
              "type": [
                "string",
                "null"
              ]
            },
            "cores": {
              "format": "int32",
              "minimum": 1,
              "type": [
                "integer",
                "null"
              ]
            },
            "deleteOnTermination": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "dnsConfig": {
              "additionalProperties": false,
              "properties": {
                "nameservers": {
                  "items": {
                    "type": "string"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "options": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "value": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": "object"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "searches": {
                  "items": {
                    "type": "string"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "env": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "value": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "valueFrom": {
                    "additionalProperties": false,
                    "properties": {
                      "configMapKeyRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "optional": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "key"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "fieldRef": {
                        "additionalProperties": false,
                        "properties": {
                          "apiVersion": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "fieldPath": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "fieldPath"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "resourceFieldRef": {
                        "additionalProperties": false,
                        "properties": {
                          "containerName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "divisor": {
                            "oneOf": [
                              {
                                "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "resource": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "resource"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "secretKeyRef": {
                        "additionalProperties": false,
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "name": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "optional": {
                            "type": [
                              "boolean",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "key"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "envFrom": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "configMapRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "optional": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "prefix": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "optional": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "envSecretKeyRefs": {
              "additionalProperties": {
                "additionalProperties": false,
                "properties": {
                  "key": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  }
                },
                "required": [
                  "key",
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "envVars": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "gpu": {
              "additionalProperties": false,
              "properties": {
                "name": {
                  "type": "string"
                },
                "quantity": {
                  "format": "int64",
                  "type": "integer"
                }
              },
              "required": [
                "name",
                "quantity"
              ],
              "type": [
                "object",
                "null"
              ]
            },
            "hostAliases": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "hostnames": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "ip": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "hostNetwork": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "image": {
              "type": [
                "string",
                "null"
              ]
            },
            "initContainers": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "args": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "command": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "env": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "value": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "valueFrom": {
                          "additionalProperties": false,
                          "properties": {
                            "configMapKeyRef": {
                              "additionalProperties": false,
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "optional": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "key"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "fieldRef": {
                              "additionalProperties": false,
                              "properties": {
                                "apiVersion": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "fieldPath": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "fieldPath"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "resourceFieldRef": {
                              "additionalProperties": false,
                              "properties": {
                                "containerName": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "divisor": {
                                  "oneOf": [
                                    {
                                      "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                                      "type": "string"
                                    },
                                    {
                                      "type": "integer"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ],
                                  "x-kubernetes-int-or-string": true
                                },
                                "resource": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "resource"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "secretKeyRef": {
                              "additionalProperties": false,
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "optional": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "key"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "envFrom": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "configMapRef": {
                          "additionalProperties": false,
                          "properties": {
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "prefix": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "secretRef": {
                          "additionalProperties": false,
                          "properties": {
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "image": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "imagePullPolicy": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "lifecycle": {
                    "additionalProperties": false,
                    "properties": {
                      "postStart": {
                        "additionalProperties": false,
                        "properties": {
                          "exec": {
                            "additionalProperties": false,
                            "properties": {
                              "command": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "httpGet": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "httpHeaders": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "scheme": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "tcpSocket": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "preStop": {
                        "additionalProperties": false,
                        "properties": {
                          "exec": {
                            "additionalProperties": false,
                            "properties": {
                              "command": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "httpGet": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "httpHeaders": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "scheme": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "tcpSocket": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "livenessProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "name": {
                    "type": "string"
                  },
                  "ports": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "containerPort": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "hostIP": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "hostPort": {
                          "format": "int32",
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "name": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "protocol": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "containerPort",
                        "protocol"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ],
                    "x-kubernetes-list-map-keys": [
                      "containerPort",
                      "protocol"
                    ],
                    "x-kubernetes-list-type": "map"
                  },
                  "readinessProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "resources": {
                    "additionalProperties": false,
                    "properties": {
                      "limits": {
                        "additionalProperties": {
                          "oneOf": [
                            {
                              "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "requests": {
                        "additionalProperties": {
                          "oneOf": [
                            {
                              "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "securityContext": {
                    "additionalProperties": false,
                    "properties": {
                      "allowPrivilegeEscalation": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "capabilities": {
                        "additionalProperties": false,
                        "properties": {
                          "add": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "drop": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "privileged": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "procMount": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "readOnlyRootFilesystem": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "runAsGroup": {
                        "format": "int64",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "runAsNonRoot": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "runAsUser": {
                        "format": "int64",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "seLinuxOptions": {
                        "additionalProperties": false,
                        "properties": {
                          "level": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "role": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "type": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "user": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "seccompProfile": {
                        "additionalProperties": false,
                        "properties": {
                          "type": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "windowsOptions": {
                        "additionalProperties": false,
                        "properties": {
                          "gmsaCredentialSpec": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "gmsaCredentialSpecName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "runAsUserName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "startupProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "stdin": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "stdinOnce": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "terminationMessagePath": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "terminationMessagePolicy": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "tty": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "volumeDevices": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "devicePath": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "devicePath",
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "volumeMounts": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "mountPath": {
                          "type": "string"
                        },
                        "mountPropagation": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "name": {
                          "type": "string"
                        },
                        "readOnly": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "subPath": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "subPathExpr": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "mountPath",
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "workingDir": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "instances": {
              "format": "int32",
              "minimum": 1,
              "type": [
                "integer",
                "null"
              ]
            },
            "javaOptions": {
              "type": [
                "string",
                "null"
              ]
            },
            "labels": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "memory": {
              "type": [
                "string",
                "null"
              ]
            },
            "memoryOverhead": {
              "type": [
                "string",
                "null"
              ]
            },
            "nodeSelector": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "podSecurityContext": {
              "additionalProperties": false,
              "properties": {
                "fsGroup": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "runAsGroup": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "runAsNonRoot": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "runAsUser": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "seLinuxOptions": {
                  "additionalProperties": false,
                  "properties": {
                    "level": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "role": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "type": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "user": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "supplementalGroups": {
                  "items": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "sysctls": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "value": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "value"
                    ],
                    "type": "object"
                  },
                  "type": [
                    "array",
                    "null"
                  ]
                },
                "windowsOptions": {
                  "additionalProperties": false,
                  "properties": {
                    "gmsaCredentialSpec": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "gmsaCredentialSpecName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "runAsUserName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "schedulerName": {
              "type": [
                "string",
                "null"
              ]
            },
            "secrets": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "path": {
                    "type": "string"
                  },
                  "secretType": {
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "path",
                  "secretType"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "securityContext": {
              "additionalProperties": false,
              "properties": {
                "allowPrivilegeEscalation": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "capabilities": {
                  "additionalProperties": false,
                  "properties": {
                    "add": {
                      "items": {
                        "type": "string"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    },
                    "drop": {
                      "items": {
                        "type": "string"
                      },
                      "type": [
                        "array",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "privileged": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "procMount": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "readOnlyRootFilesystem": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "runAsGroup": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "runAsNonRoot": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "runAsUser": {
                  "format": "int64",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "seLinuxOptions": {
                  "additionalProperties": false,
                  "properties": {
                    "level": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "role": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "type": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "user": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "seccompProfile": {
                  "additionalProperties": false,
                  "properties": {
                    "type": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "windowsOptions": {
                  "additionalProperties": false,
                  "properties": {
                    "gmsaCredentialSpec": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "gmsaCredentialSpecName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "runAsUserName": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "serviceAccount": {
              "type": [
                "string",
                "null"
              ]
            },
            "shareProcessNamespace": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "sidecars": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "args": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "command": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "env": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "value": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "valueFrom": {
                          "additionalProperties": false,
                          "properties": {
                            "configMapKeyRef": {
                              "additionalProperties": false,
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "optional": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "key"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "fieldRef": {
                              "additionalProperties": false,
                              "properties": {
                                "apiVersion": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "fieldPath": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "fieldPath"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "resourceFieldRef": {
                              "additionalProperties": false,
                              "properties": {
                                "containerName": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "divisor": {
                                  "oneOf": [
                                    {
                                      "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                                      "type": "string"
                                    },
                                    {
                                      "type": "integer"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ],
                                  "x-kubernetes-int-or-string": true
                                },
                                "resource": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "resource"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "secretKeyRef": {
                              "additionalProperties": false,
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                },
                                "optional": {
                                  "type": [
                                    "boolean",
                                    "null"
                                  ]
                                }
                              },
                              "required": [
                                "key"
                              ],
                              "type": [
                                "object",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "envFrom": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "configMapRef": {
                          "additionalProperties": false,
                          "properties": {
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "prefix": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "secretRef": {
                          "additionalProperties": false,
                          "properties": {
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "image": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "imagePullPolicy": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "lifecycle": {
                    "additionalProperties": false,
                    "properties": {
                      "postStart": {
                        "additionalProperties": false,
                        "properties": {
                          "exec": {
                            "additionalProperties": false,
                            "properties": {
                              "command": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "httpGet": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "httpHeaders": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "scheme": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "tcpSocket": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "preStop": {
                        "additionalProperties": false,
                        "properties": {
                          "exec": {
                            "additionalProperties": false,
                            "properties": {
                              "command": {
                                "items": {
                                  "type": "string"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "httpGet": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "httpHeaders": {
                                "items": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "value"
                                  ],
                                  "type": "object"
                                },
                                "type": [
                                  "array",
                                  "null"
                                ]
                              },
                              "path": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              },
                              "scheme": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "tcpSocket": {
                            "additionalProperties": false,
                            "properties": {
                              "host": {
                                "type": [
                                  "string",
                                  "null"
                                ]
                              },
                              "port": {
                                "oneOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "type": "integer"
                                  }
                                ],
                                "x-kubernetes-int-or-string": true
                              }
                            },
                            "required": [
                              "port"
                            ],
                            "type": [
                              "object",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "livenessProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "name": {
                    "type": "string"
                  },
                  "ports": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "containerPort": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "hostIP": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "hostPort": {
                          "format": "int32",
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "name": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "protocol": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "containerPort",
                        "protocol"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ],
                    "x-kubernetes-list-map-keys": [
                      "containerPort",
                      "protocol"
                    ],
                    "x-kubernetes-list-type": "map"
                  },
                  "readinessProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "resources": {
                    "additionalProperties": false,
                    "properties": {
                      "limits": {
                        "additionalProperties": {
                          "oneOf": [
                            {
                              "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "requests": {
                        "additionalProperties": {
                          "oneOf": [
                            {
                              "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "x-kubernetes-int-or-string": true
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "securityContext": {
                    "additionalProperties": false,
                    "properties": {
                      "allowPrivilegeEscalation": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "capabilities": {
                        "additionalProperties": false,
                        "properties": {
                          "add": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "drop": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "privileged": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "procMount": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "readOnlyRootFilesystem": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "runAsGroup": {
                        "format": "int64",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "runAsNonRoot": {
                        "type": [
                          "boolean",
                          "null"
                        ]
                      },
                      "runAsUser": {
                        "format": "int64",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "seLinuxOptions": {
                        "additionalProperties": false,
                        "properties": {
                          "level": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "role": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "type": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "user": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "seccompProfile": {
                        "additionalProperties": false,
                        "properties": {
                          "type": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "windowsOptions": {
                        "additionalProperties": false,
                        "properties": {
                          "gmsaCredentialSpec": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "gmsaCredentialSpecName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "runAsUserName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "startupProbe": {
                    "additionalProperties": false,
                    "properties": {
                      "exec": {
                        "additionalProperties": false,
                        "properties": {
                          "command": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "failureThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "httpGet": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "httpHeaders": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "name",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "path": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          },
                          "scheme": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "initialDelaySeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "periodSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "successThreshold": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "tcpSocket": {
                        "additionalProperties": false,
                        "properties": {
                          "host": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "port": {
                            "oneOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              }
                            ],
                            "x-kubernetes-int-or-string": true
                          }
                        },
                        "required": [
                          "port"
                        ],
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "timeoutSeconds": {
                        "format": "int32",
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "stdin": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "stdinOnce": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "terminationMessagePath": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "terminationMessagePolicy": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "tty": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "volumeDevices": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "devicePath": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "devicePath",
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "volumeMounts": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "mountPath": {
                          "type": "string"
                        },
                        "mountPropagation": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "name": {
                          "type": "string"
                        },
                        "readOnly": {
                          "type": [
                            "boolean",
                            "null"
                          ]
                        },
                        "subPath": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "subPathExpr": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "mountPath",
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "workingDir": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "terminationGracePeriodSeconds": {
              "format": "int64",
              "type": [
                "integer",
                "null"
              ]
            },
            "tolerations": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "effect": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "key": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "operator": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "tolerationSeconds": {
                    "format": "int64",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "value": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "volumeMounts": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "mountPath": {
                    "type": "string"
                  },
                  "mountPropagation": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "name": {
                    "type": "string"
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "subPath": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "subPathExpr": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "mountPath",
                  "name"
                ],
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            }
          },
          "type": "object"
        },
        "failureRetries": {
          "format": "int32",
          "type": [
            "integer",
            "null"
          ]
        },
        "hadoopConf": {
          "additionalProperties": {
            "type": "string"
          },
          "type": [
            "object",
            "null"
          ]
        },
        "hadoopConfigMap": {
          "type": [
            "string",
            "null"
          ]
        },
        "image": {
          "type": [
            "string",
            "null"
          ]
        },
        "imagePullPolicy": {
          "type": [
            "string",
            "null"
          ]
        },
        "imagePullSecrets": {
          "items": {
            "type": "string"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "mainApplicationFile": {
          "type": [
            "string",
            "null"
          ]
        },
        "mainClass": {
          "type": [
            "string",
            "null"
          ]
        },
        "memoryOverheadFactor": {
          "type": [
            "string",
            "null"
          ]
        },
        "mode": {
          "enum": [
            "cluster",
            "client"
          ],
          "type": [
            "string",
            "null"
          ]
        },
        "monitoring": {
          "additionalProperties": false,
          "properties": {
            "exposeDriverMetrics": {
              "type": "boolean"
            },
            "exposeExecutorMetrics": {
              "type": "boolean"
            },
            "metricsProperties": {
              "type": [
                "string",
                "null"
              ]
            },
            "metricsPropertiesFile": {
              "type": [
                "string",
                "null"
              ]
            },
            "prometheus": {
              "additionalProperties": false,
              "properties": {
                "configFile": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "configuration": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "jmxExporterJar": {
                  "type": "string"
                },
                "port": {
                  "format": "int32",
                  "maximum": 49151,
                  "minimum": 1024,
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "portName": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              },
              "required": [
                "jmxExporterJar"
              ],
              "type": [
                "object",
                "null"
              ]
            }
          },
          "required": [
            "exposeDriverMetrics",
            "exposeExecutorMetrics"
          ],
          "type": [
            "object",
            "null"
          ]
        },
        "nodeSelector": {
          "additionalProperties": {
            "type": "string"
          },
          "type": [
            "object",
            "null"
          ]
        },
        "proxyUser": {
          "type": [
            "string",
            "null"
          ]
        },
        "pythonVersion": {
          "enum": [
            "2",
            "3"
          ],
          "type": [
            "string",
            "null"
          ]
        },
        "restartPolicy": {
          "additionalProperties": false,
          "properties": {
            "onFailureRetries": {
              "format": "int32",
              "minimum": 0,
              "type": [
                "integer",
                "null"
              ]
            },
            "onFailureRetryInterval": {
              "format": "int64",
              "minimum": 1,
              "type": [
                "integer",
                "null"
              ]
            },
            "onSubmissionFailureRetries": {
              "format": "int32",
              "minimum": 0,
              "type": [
                "integer",
                "null"
              ]
            },
            "onSubmissionFailureRetryInterval": {
              "format": "int64",
              "minimum": 1,
              "type": [
                "integer",
                "null"
              ]
            },
            "type": {
              "enum": [
                "Never",
                "Always",
                "OnFailure"
              ],
              "type": [
                "string",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        },
        "retryInterval": {
          "format": "int64",
          "type": [
            "integer",
            "null"
          ]
        },
        "sparkConf": {
          "additionalProperties": {
            "type": "string"
          },
          "type": [
            "object",
            "null"
          ]
        },
        "sparkConfigMap": {
          "type": [
            "string",
            "null"
          ]
        },
        "sparkUIOptions": {
          "additionalProperties": false,
          "properties": {
            "ingressAnnotations": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "ingressTLS": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "hosts": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "secretName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "serviceAnnotations": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "serviceLabels": {
              "additionalProperties": {
                "type": "string"
              },
              "type": [
                "object",
                "null"
              ]
            },
            "servicePort": {
              "format": "int32",
              "type": [
                "integer",
                "null"
              ]
            },
            "servicePortName": {
              "type": [
                "string",
                "null"
              ]
            },
            "serviceType": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        },
        "sparkVersion": {
          "type": "string"
        },
        "timeToLiveSeconds": {
          "format": "int64",
          "type": [
            "integer",
            "null"
          ]
        },
        "type": {
          "enum": [
            "Java",
            "Python",
            "Scala",
            "R"
          ],
          "type": "string"
        },
        "volumes": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "awsElasticBlockStore": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "partition": {
                    "format": "int32",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "volumeID": {
                    "type": "string"
                  }
                },
                "required": [
                  "volumeID"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "azureDisk": {
                "additionalProperties": false,
                "properties": {
                  "cachingMode": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "diskName": {
                    "type": "string"
                  },
                  "diskURI": {
                    "type": "string"
                  },
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "kind": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "required": [
                  "diskName",
                  "diskURI"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "azureFile": {
                "additionalProperties": false,
                "properties": {
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretName": {
                    "type": "string"
                  },
                  "shareName": {
                    "type": "string"
                  }
                },
                "required": [
                  "secretName",
                  "shareName"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "cephfs": {
                "additionalProperties": false,
                "properties": {
                  "monitors": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "path": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretFile": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "user": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "monitors"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "cinder": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "volumeID": {
                    "type": "string"
                  }
                },
                "required": [
                  "volumeID"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "configMap": {
                "additionalProperties": false,
                "properties": {
                  "defaultMode": {
                    "format": "int32",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "items": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "key": {
                          "type": "string"
                        },
                        "mode": {
                          "format": "int32",
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "path": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "key",
                        "path"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "name": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "optional": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "csi": {
                "additionalProperties": false,
                "properties": {
                  "driver": {
                    "type": "string"
                  },
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "nodePublishSecretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "volumeAttributes": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "driver"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "downwardAPI": {
                "additionalProperties": false,
                "properties": {
                  "defaultMode": {
                    "format": "int32",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "items": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "fieldRef": {
                          "additionalProperties": false,
                          "properties": {
                            "apiVersion": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "fieldPath": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "fieldPath"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "mode": {
                          "format": "int32",
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "path": {
                          "type": "string"
                        },
                        "resourceFieldRef": {
                          "additionalProperties": false,
                          "properties": {
                            "containerName": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "divisor": {
                              "oneOf": [
                                {
                                  "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                                  "type": "string"
                                },
                                {
                                  "type": "integer"
                                },
                                {
                                  "type": "null"
                                }
                              ],
                              "x-kubernetes-int-or-string": true
                            },
                            "resource": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "resource"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "path"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "emptyDir": {
                "additionalProperties": false,
                "properties": {
                  "medium": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "sizeLimit": {
                    "oneOf": [
                      {
                        "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                        "type": "string"
                      },
                      {
                        "type": "integer"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "x-kubernetes-int-or-string": true
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "ephemeral": {
                "additionalProperties": false,
                "properties": {
                  "volumeClaimTemplate": {
                    "additionalProperties": false,
                    "properties": {
                      "spec": {
                        "additionalProperties": false,
                        "properties": {
                          "accessModes": {
                            "items": {
                              "type": "string"
                            },
                            "type": [
                              "array",
                              "null"
                            ]
                          },
                          "resources": {
                            "additionalProperties": false,
                            "properties": {
                              "requests": {
                                "additionalProperties": false,
                                "properties": {
                                  "storage": {
                                    "type": [
                                      "string",
                                      "null"
                                    ]
                                  }
                                },
                                "type": [
                                  "object",
                                  "null"
                                ]
                              }
                            },
                            "type": [
                              "object",
                              "null"
                            ]
                          },
                          "storageClassName": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "fc": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "lun": {
                    "format": "int32",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "targetWWNs": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "wwids": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "flexVolume": {
                "additionalProperties": false,
                "properties": {
                  "driver": {
                    "type": "string"
                  },
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "options": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "required": [
                  "driver"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "flocker": {
                "additionalProperties": false,
                "properties": {
                  "datasetName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "datasetUUID": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "gcePersistentDisk": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "partition": {
                    "format": "int32",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "pdName": {
                    "type": "string"
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "required": [
                  "pdName"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "gitRepo": {
                "additionalProperties": false,
                "properties": {
                  "directory": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "repository": {
                    "type": "string"
                  },
                  "revision": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "repository"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "glusterfs": {
                "additionalProperties": false,
                "properties": {
                  "endpoints": {
                    "type": "string"
                  },
                  "path": {
                    "type": "string"
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "required": [
                  "endpoints",
                  "path"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "hostPath": {
                "additionalProperties": false,
                "properties": {
                  "path": {
                    "type": "string"
                  },
                  "type": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "path"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "iscsi": {
                "additionalProperties": false,
                "properties": {
                  "chapAuthDiscovery": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "chapAuthSession": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "initiatorName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "iqn": {
                    "type": "string"
                  },
                  "iscsiInterface": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "lun": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "portals": {
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "targetPortal": {
                    "type": "string"
                  }
                },
                "required": [
                  "iqn",
                  "lun",
                  "targetPortal"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "name": {
                "type": "string"
              },
              "nfs": {
                "additionalProperties": false,
                "properties": {
                  "path": {
                    "type": "string"
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "server": {
                    "type": "string"
                  }
                },
                "required": [
                  "path",
                  "server"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "persistentVolumeClaim": {
                "additionalProperties": false,
                "properties": {
                  "claimName": {
                    "type": "string"
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "required": [
                  "claimName"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "photonPersistentDisk": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "pdID": {
                    "type": "string"
                  }
                },
                "required": [
                  "pdID"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "portworxVolume": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "volumeID": {
                    "type": "string"
                  }
                },
                "required": [
                  "volumeID"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "projected": {
                "additionalProperties": false,
                "properties": {
                  "defaultMode": {
                    "format": "int32",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "sources": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "configMap": {
                          "additionalProperties": false,
                          "properties": {
                            "items": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "key": {
                                    "type": "string"
                                  },
                                  "mode": {
                                    "format": "int32",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "key",
                                  "path"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "downwardAPI": {
                          "additionalProperties": false,
                          "properties": {
                            "items": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "fieldRef": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "apiVersion": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "fieldPath": {
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "fieldPath"
                                    ],
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  },
                                  "mode": {
                                    "format": "int32",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "resourceFieldRef": {
                                    "additionalProperties": false,
                                    "properties": {
                                      "containerName": {
                                        "type": [
                                          "string",
                                          "null"
                                        ]
                                      },
                                      "divisor": {
                                        "oneOf": [
                                          {
                                            "pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
                                            "type": "string"
                                          },
                                          {
                                            "type": "integer"
                                          },
                                          {
                                            "type": "null"
                                          }
                                        ],
                                        "x-kubernetes-int-or-string": true
                                      },
                                      "resource": {
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "resource"
                                    ],
                                    "type": [
                                      "object",
                                      "null"
                                    ]
                                  }
                                },
                                "required": [
                                  "path"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "secret": {
                          "additionalProperties": false,
                          "properties": {
                            "items": {
                              "items": {
                                "additionalProperties": false,
                                "properties": {
                                  "key": {
                                    "type": "string"
                                  },
                                  "mode": {
                                    "format": "int32",
                                    "type": [
                                      "integer",
                                      "null"
                                    ]
                                  },
                                  "path": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "key",
                                  "path"
                                ],
                                "type": "object"
                              },
                              "type": [
                                "array",
                                "null"
                              ]
                            },
                            "name": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "optional": {
                              "type": [
                                "boolean",
                                "null"
                              ]
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "serviceAccountToken": {
                          "additionalProperties": false,
                          "properties": {
                            "audience": {
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "expirationSeconds": {
                              "format": "int64",
                              "type": [
                                "integer",
                                "null"
                              ]
                            },
                            "path": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "path"
                          ],
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "sources"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "quobyte": {
                "additionalProperties": false,
                "properties": {
                  "group": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "registry": {
                    "type": "string"
                  },
                  "tenant": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "user": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "volume": {
                    "type": "string"
                  }
                },
                "required": [
                  "registry",
                  "volume"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "rbd": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "image": {
                    "type": "string"
                  },
                  "keyring": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "monitors": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "pool": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "user": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "image",
                  "monitors"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "scaleIO": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "gateway": {
                    "type": "string"
                  },
                  "protectionDomain": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": "object"
                  },
                  "sslEnabled": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "storageMode": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "storagePool": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "system": {
                    "type": "string"
                  },
                  "volumeName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "gateway",
                  "secretRef",
                  "system"
                ],
                "type": [
                  "object",
                  "null"
                ]
              },
              "secret": {
                "additionalProperties": false,
                "properties": {
                  "defaultMode": {
                    "format": "int32",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "items": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "key": {
                          "type": "string"
                        },
                        "mode": {
                          "format": "int32",
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "path": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "key",
                        "path"
                      ],
                      "type": "object"
                    },
                    "type": [
                      "array",
                      "null"
                    ]
                  },
                  "optional": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "storageos": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "readOnly": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "secretRef": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "volumeName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "volumeNamespace": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": [
                  "object",
                  "null"
                ]
              },
              "vsphereVolume": {
                "additionalProperties": false,
                "properties": {
                  "fsType": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "storagePolicyID": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "storagePolicyName": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "volumePath": {
                    "type": "string"
                  }
                },
                "required": [
                  "volumePath"
                ],
                "type": [
                  "object",
                  "null"
                ]
              }
            },
            "required": [
              "name"
            ],
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        }
      },
      "required": [
        "driver",
        "executor",
        "sparkVersion",
        "type"
      ],
      "type": "object"
    },
    "status": {
      "additionalProperties": false,
      "properties": {
        "applicationState": {
          "additionalProperties": false,
          "properties": {
            "errorMessage": {
              "type": [
                "string",
                "null"
              ]
            },
            "state": {
              "type": "string"
            }
          },
          "required": [
            "state"
          ],
          "type": [
            "object",
            "null"
          ]
        },
        "driverInfo": {
          "additionalProperties": false,
          "properties": {
            "podName": {
              "type": [
                "string",
                "null"
              ]
            },
            "webUIAddress": {
              "type": [
                "string",
                "null"
              ]
            },
            "webUIIngressAddress": {
              "type": [
                "string",
                "null"
              ]
            },
            "webUIIngressName": {
              "type": [
                "string",
                "null"
              ]
            },
            "webUIPort": {
              "format": "int32",
              "type": [
                "integer",
                "null"
              ]
            },
            "webUIServiceName": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "type": "object"
        },
        "executionAttempts": {
          "format": "int32",
          "type": [
            "integer",
            "null"
          ]
        },
        "executorState": {
          "additionalProperties": {
            "type": "string"
          },
          "type": [
            "object",
            "null"
          ]
        },
        "lastSubmissionAttemptTime": {
          "format": "date-time",
          "nullable": true,
          "type": [
            "string",
            "null"
          ]
        },
        "sparkApplicationId": {
          "type": [
            "string",
            "null"
          ]
        },
        "submissionAttempts": {
          "format": "int32",
          "type": [
            "integer",
            "null"
          ]
        },
        "submissionID": {
          "type": [
            "string",
            "null"
          ]
        },
        "terminationTime": {
          "format": "date-time",
          "nullable": true,
          "type": [
            "string",
            "null"
          ]
        }
      },
      "required": [
        "driverInfo"
      ],
      "type": [
        "object",
        "null"
      ]
    }
  },
  "required": [
    "metadata",
    "spec"
  ],
  "type": "object"
}