auto-update crds catalog

This commit is contained in:
Drone Shipper 2023-11-17 22:02:25 +00:00
parent d1deffeb6d
commit f7ed734a6d
1 changed files with 63 additions and 9 deletions

View File

@ -2163,6 +2163,26 @@
"type": "object",
"additionalProperties": false
},
"resizePolicy": {
"items": {
"properties": {
"resourceName": {
"type": "string"
},
"restartPolicy": {
"type": "string"
}
},
"required": [
"resourceName",
"restartPolicy"
],
"type": "object",
"additionalProperties": false
},
"type": "array",
"x-kubernetes-list-type": "atomic"
},
"resources": {
"properties": {
"claims": {
@ -2218,6 +2238,9 @@
"type": "object",
"additionalProperties": false
},
"restartPolicy": {
"type": "string"
},
"securityContext": {
"properties": {
"allowPrivilegeEscalation": {
@ -4417,6 +4440,9 @@
},
"type": "object"
},
"reclaimStorage": {
"type": "boolean"
},
"resources": {
"properties": {
"claims": {
@ -4886,6 +4912,13 @@
},
"type": "array"
},
"allocatedResourceStatuses": {
"additionalProperties": {
"type": "string"
},
"type": "object",
"x-kubernetes-map-type": "granular"
},
"allocatedResources": {
"additionalProperties": {
"anyOf": [
@ -4951,9 +4984,6 @@
},
"phase": {
"type": "string"
},
"resizeStatus": {
"type": "string"
}
},
"type": "object",
@ -5796,6 +5826,26 @@
"type": "object",
"additionalProperties": false
},
"resizePolicy": {
"items": {
"properties": {
"resourceName": {
"type": "string"
},
"restartPolicy": {
"type": "string"
}
},
"required": [
"resourceName",
"restartPolicy"
],
"type": "object",
"additionalProperties": false
},
"type": "array",
"x-kubernetes-list-type": "atomic"
},
"resources": {
"properties": {
"claims": {
@ -5851,6 +5901,9 @@
"type": "object",
"additionalProperties": false
},
"restartPolicy": {
"type": "string"
},
"securityContext": {
"properties": {
"allowPrivilegeEscalation": {
@ -6413,6 +6466,13 @@
},
"type": "array"
},
"allocatedResourceStatuses": {
"additionalProperties": {
"type": "string"
},
"type": "object",
"x-kubernetes-map-type": "granular"
},
"allocatedResources": {
"additionalProperties": {
"anyOf": [
@ -6478,9 +6538,6 @@
},
"phase": {
"type": "string"
},
"resizeStatus": {
"type": "string"
}
},
"type": "object",
@ -7668,9 +7725,6 @@
"type": "array"
}
},
"required": [
"containers"
],
"type": "object",
"additionalProperties": false
},