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