1 Commits

Author SHA1 Message Date
6ed5e1eeeb Add status field to CRD 2026-07-10 09:33:26 +03:00

View File

@@ -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: