Compare commits
1 Commits
9939fb250f
...
status
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ed5e1eeeb |
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user