lot more stuff

This commit is contained in:
Morten Olsen
2025-08-04 23:44:14 +02:00
parent daf0ea21bb
commit 757b2fcfac
185 changed files with 115899 additions and 1874 deletions

View File

@@ -0,0 +1,398 @@
{
"properties": {
"spec": {
"properties": {
"authPassCredentials": {
"type": "boolean"
},
"authSecret": {
"nullable": true,
"properties": {
"name": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"backOffLimit": {
"nullable": true,
"type": "integer"
},
"bootstrap": {
"type": "boolean"
},
"chart": {
"nullable": true,
"type": "string"
},
"chartContent": {
"nullable": true,
"type": "string"
},
"createNamespace": {
"type": "boolean"
},
"dockerRegistrySecret": {
"nullable": true,
"properties": {
"name": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"failurePolicy": {
"nullable": true,
"type": "string"
},
"helmVersion": {
"nullable": true,
"type": "string"
},
"insecureSkipTLSVerify": {
"type": "boolean"
},
"jobImage": {
"nullable": true,
"type": "string"
},
"plainHTTP": {
"type": "boolean"
},
"podSecurityContext": {
"nullable": true,
"properties": {
"appArmorProfile": {
"nullable": true,
"properties": {
"localhostProfile": {
"nullable": true,
"type": "string"
},
"type": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"fsGroup": {
"nullable": true,
"type": "integer"
},
"fsGroupChangePolicy": {
"nullable": true,
"type": "string"
},
"runAsGroup": {
"nullable": true,
"type": "integer"
},
"runAsNonRoot": {
"nullable": true,
"type": "boolean"
},
"runAsUser": {
"nullable": true,
"type": "integer"
},
"seLinuxOptions": {
"nullable": true,
"properties": {
"level": {
"nullable": true,
"type": "string"
},
"role": {
"nullable": true,
"type": "string"
},
"type": {
"nullable": true,
"type": "string"
},
"user": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"seccompProfile": {
"nullable": true,
"properties": {
"localhostProfile": {
"nullable": true,
"type": "string"
},
"type": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"supplementalGroups": {
"items": {
"type": "integer"
},
"nullable": true,
"type": "array"
},
"supplementalGroupsPolicy": {
"nullable": true,
"type": "string"
},
"sysctls": {
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"nullable": true
},
"value": {
"type": "string",
"nullable": true
}
}
},
"nullable": true,
"type": "array"
},
"windowsOptions": {
"nullable": true,
"properties": {
"gmsaCredentialSpec": {
"nullable": true,
"type": "string"
},
"gmsaCredentialSpecName": {
"nullable": true,
"type": "string"
},
"hostProcess": {
"nullable": true,
"type": "boolean"
},
"runAsUserName": {
"nullable": true,
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"repo": {
"nullable": true,
"type": "string"
},
"repoCA": {
"nullable": true,
"type": "string"
},
"repoCAConfigMap": {
"nullable": true,
"properties": {
"name": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"securityContext": {
"nullable": true,
"properties": {
"allowPrivilegeEscalation": {
"nullable": true,
"type": "boolean"
},
"appArmorProfile": {
"nullable": true,
"properties": {
"localhostProfile": {
"nullable": true,
"type": "string"
},
"type": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"capabilities": {
"nullable": true,
"properties": {
"add": {
"items": {
"type": "string",
"nullable": true
},
"nullable": true,
"type": "array"
},
"drop": {
"items": {
"type": "string",
"nullable": true
},
"nullable": true,
"type": "array"
}
},
"type": "object"
},
"privileged": {
"nullable": true,
"type": "boolean"
},
"procMount": {
"nullable": true,
"type": "string"
},
"readOnlyRootFilesystem": {
"nullable": true,
"type": "boolean"
},
"runAsGroup": {
"nullable": true,
"type": "integer"
},
"runAsNonRoot": {
"nullable": true,
"type": "boolean"
},
"runAsUser": {
"nullable": true,
"type": "integer"
},
"seLinuxOptions": {
"nullable": true,
"properties": {
"level": {
"nullable": true,
"type": "string"
},
"role": {
"nullable": true,
"type": "string"
},
"type": {
"nullable": true,
"type": "string"
},
"user": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"seccompProfile": {
"nullable": true,
"properties": {
"localhostProfile": {
"nullable": true,
"type": "string"
},
"type": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"windowsOptions": {
"nullable": true,
"properties": {
"gmsaCredentialSpec": {
"nullable": true,
"type": "string"
},
"gmsaCredentialSpecName": {
"nullable": true,
"type": "string"
},
"hostProcess": {
"nullable": true,
"type": "boolean"
},
"runAsUserName": {
"nullable": true,
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"set": {
"additionalProperties": {
"x-kubernetes-int-or-string": true
},
"nullable": true,
"type": "object"
},
"targetNamespace": {
"nullable": true,
"type": "string"
},
"timeout": {
"nullable": true,
"type": "string"
},
"valuesContent": {
"nullable": true,
"type": "string"
},
"version": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"status": {
"properties": {
"conditions": {
"items": {
"type": "object",
"properties": {
"message": {
"type": "string",
"nullable": true
},
"reason": {
"type": "string",
"nullable": true
},
"status": {
"type": "string",
"nullable": true
},
"type": {
"type": "string",
"nullable": true
}
}
},
"nullable": true,
"type": "array"
},
"jobName": {
"nullable": true,
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}