mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
TPR has been completely removed. We should rename TPR to CRD to be consistent with the nomenclature.
20 lines
349 B
YAML
20 lines
349 B
YAML
apiVersion: v1
|
|
kind: List
|
|
items:
|
|
- kind: Foo
|
|
apiVersion: company.com/v1
|
|
metadata:
|
|
name: test-list
|
|
labels:
|
|
pruneGroup: "true"
|
|
someField: modifiedField
|
|
otherField: field2
|
|
- kind: Bar
|
|
apiVersion: company.com/v1
|
|
metadata:
|
|
name: test-list
|
|
labels:
|
|
pruneGroup: "true"
|
|
someField: modifiedField
|
|
otherField: field2
|