GO-2024-3230: Kyverno's PolicyException objects can be created in any namespace by default in github.com/kyverno/kyverno
package
Version:
v1.11.0-rc.2
Opens a new window with list of versions in this module.
Published: Oct 13, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Row struct {
RowCompact `header:"inline"`
Message string `header:"message"`
}
type RowCompact struct {
IsFailure bool
ID int `header:"id"`
Policy string `header:"policy"`
Rule string `header:"rule"`
Resource string `header:"resource"`
Result string `header:"result"`
Reason string `header:"reason"`
}
type Table struct {
RawRows []Row
}
func (t *Table) Rows(detailed bool) interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.