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