mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
12 lines
159 B
YAML
12 lines
159 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: test-pod
|
|
status:
|
|
conditions:
|
|
- type: example.io/Foo
|
|
status: "True"
|
|
message: message
|
|
reason: reason
|
|
|