mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
11 lines
203 B
YAML
11 lines
203 B
YAML
kind: Foo
|
|
apiVersion: company.com/v1
|
|
metadata:
|
|
name: test
|
|
labels:
|
|
pruneGroup: "true"
|
|
someField: field1
|
|
otherField: field2
|
|
nestedField:
|
|
someSubfield: modifiedSubfield
|
|
otherSubfield: subfield2
|