mirror of https://github.com/k3s-io/k3s
21 lines
396 B
JSON
21 lines
396 B
JSON
{
|
|
"id": "valid-pod",
|
|
"kind": "Pod",
|
|
"apiVersion":"v1beta2",
|
|
"labels": {
|
|
"name": "valid-pod"
|
|
},
|
|
"desiredState": {
|
|
"manifest": {
|
|
"version": "v1beta1",
|
|
"id": "valid-pod",
|
|
"containers": [{
|
|
"name": "kubernetes-serve-hostname",
|
|
"image": "gcr.io/google_containers/serve_hostname",
|
|
"cpu": 1000,
|
|
"memory": 1048576
|
|
}]
|
|
}
|
|
}
|
|
}
|