mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
5 lines
71 B
Go
5 lines
71 B
Go
package policyStatus
|
|
|
|
type statusUpdater interface {
|
|
updateStatus()
|
|
}
|