mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
add --subresource to kubectl apply
This commit is contained in:
11
hack/testdata/pod-apply-status.yaml
vendored
Normal file
11
hack/testdata/pod-apply-status.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: test-pod
|
||||
status:
|
||||
conditions:
|
||||
- type: example.io/Foo
|
||||
status: "True"
|
||||
message: message
|
||||
reason: reason
|
||||
|
Reference in New Issue
Block a user