Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

fix: add observedGeneration to CRD status fields #747

Merged
merged 1 commit into from May 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -188,6 +188,8 @@ spec:
type: string
status:
type: string
observedGeneration:
type: number
additionalPrinterColumns:
- jsonPath: .status.lastSync
name: Last Sync
Expand Down