mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
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:
parent
3501cde249
commit
0306c3fd7c
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue