mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
6 lines
71 B
Go
6 lines
71 B
Go
|
package policyStatus
|
||
|
|
||
|
type statusUpdater interface {
|
||
|
updateStatus()
|
||
|
}
|