mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 18:19:28 +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
|
|
|