
TPR has been completely removed. We should rename TPR to CRD to be consistent with the nomenclature.
12 lines
201 B
YAML
12 lines
201 B
YAML
kind: Foo
|
|
apiVersion: company.com/v1
|
|
metadata:
|
|
name: test
|
|
labels:
|
|
pruneGroup: "true"
|
|
someField: field1
|
|
otherField: field2
|
|
nestedField:
|
|
someSubfield: modifiedSubfield
|
|
newSubfield: subfield3
|