mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 19:38:02 +00:00
TPR has been completely removed. We should rename TPR to CRD to be consistent with the nomenclature.
9 lines
130 B
YAML
9 lines
130 B
YAML
kind: Bar
|
|
apiVersion: company.com/v1
|
|
metadata:
|
|
name: test
|
|
labels:
|
|
pruneGroup: "true"
|
|
someField: field1
|
|
otherField: field2
|