From f7ed734a6da9ad3faf5470c5bc8c3ad47a522339 Mon Sep 17 00:00:00 2001 From: shipper Date: Fri, 17 Nov 2023 22:02:25 +0000 Subject: [PATCH] auto-update crds catalog --- minio.min.io/tenant_v2.json | 72 ++++++++++++++++++++++++++++++++----- 1 file changed, 63 insertions(+), 9 deletions(-) diff --git a/minio.min.io/tenant_v2.json b/minio.min.io/tenant_v2.json index 2d657a2..9aeca69 100644 --- a/minio.min.io/tenant_v2.json +++ b/minio.min.io/tenant_v2.json @@ -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 },