mirror of https://github.com/k3s-io/k3s
20 lines
335 B
YAML
20 lines
335 B
YAML
apiVersion: v1
|
|
kind: List
|
|
items:
|
|
- kind: Foo
|
|
apiVersion: company.com/v1
|
|
metadata:
|
|
name: test-list
|
|
labels:
|
|
pruneGroup: "true"
|
|
someField: field1
|
|
otherField: field2
|
|
- kind: Bar
|
|
apiVersion: company.com/v1
|
|
metadata:
|
|
name: test-list
|
|
labels:
|
|
pruneGroup: "true"
|
|
someField: field1
|
|
otherField: field2
|