mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-14 00:07:28 -05:00
TPR has been completely removed. We should rename TPR to CRD to be consistent with the nomenclature.
8 lines
130 B
YAML
8 lines
130 B
YAML
kind: Bar
|
|
apiVersion: company.com/v1
|
|
metadata:
|
|
name: test
|
|
labels:
|
|
pruneGroup: "true"
|
|
someField: field1
|
|
otherField: field2
|