2 Commits

Author SHA1 Message Date
6ed5e1eeeb Add status field to CRD 2026-07-10 09:33:26 +03:00
9939fb250f Merge pull request 'Use CentOS Stream minimal image' (#1) from centos into master
Reviewed-on: #1
2026-07-09 19:47:53 +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' 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: metadata:
type: object 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: spec:
type: object type: object
properties: properties: