1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

fix: large table row ID number format in CLI (#9281) (#9287)

Co-authored-by: hhsel <26063868+hhsel@users.noreply.github.com>
Co-authored-by: shuting <shuting@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
gcp-cherry-pick-bot[bot] 2023-12-27 06:03:48 +00:00 committed by GitHub
parent 3501cde249
commit 0306c3fd7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ package table
type RowCompact struct {
IsFailure bool
ID int `header:"id"`
ID int `header:"id,text"`
Policy string `header:"policy"`
Rule string `header:"rule"`
Resource string `header:"resource"`