mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
add --all-namespaces to kubectl annotate,label
This commit is contained in:
12
hack/testdata/CRD/foo-2.yaml
vendored
Normal file
12
hack/testdata/CRD/foo-2.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
kind: Foo
|
||||
apiVersion: company.com/v1
|
||||
metadata:
|
||||
name: second-instance
|
||||
namespace: default
|
||||
labels:
|
||||
pruneGroup: "true"
|
||||
someField: field1
|
||||
otherField: field2
|
||||
nestedField:
|
||||
someSubfield: subfield1
|
||||
otherSubfield: subfield2
|
Reference in New Issue
Block a user