From 6ed5e1eeeb024575fa726b875446ebdc94171773 Mon Sep 17 00:00:00 2001 From: Simonas Kareiva Date: Fri, 10 Jul 2026 09:33:26 +0300 Subject: [PATCH] Add status field to CRD --- cookie-crd.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cookie-crd.yaml b/cookie-crd.yaml index 40c2e19..9efebb5 100644 --- a/cookie-crd.yaml +++ b/cookie-crd.yaml @@ -32,6 +32,22 @@ spec: submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' metadata: type: object + status: + type: object + properties: + baked: + type: boolean + conditions: + type: array + items: + type: object + properties: + message: + type: string + description: Describes the transition in detail + lastUpdateTime: + type: string + description: Timestamp of the transition spec: type: object properties: