mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 12:17:56 +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 {
|
type RowCompact struct {
|
||||||
IsFailure bool
|
IsFailure bool
|
||||||
ID int `header:"id"`
|
ID int `header:"id,text"`
|
||||||
Policy string `header:"policy"`
|
Policy string `header:"policy"`
|
||||||
Rule string `header:"rule"`
|
Rule string `header:"rule"`
|
||||||
Resource string `header:"resource"`
|
Resource string `header:"resource"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue