1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/cmd/cli/kubectl-kyverno/output/table/row.go

7 lines
103 B
Go
Raw Normal View History

package table
type Row struct {
RowCompact `header:"inline"`
Message string `header:"message"`
}