mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
7 lines
132 B
Go
7 lines
132 B
Go
|
package values
|
||
|
|
||
|
type NamespaceSelector struct {
|
||
|
Name string `json:"name"`
|
||
|
Labels map[string]string `json:"labels"`
|
||
|
}
|