mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Some examples do not pass extended validation
This commit is contained in:
parent
ad92ff6952
commit
9a998350f0
@ -6,7 +6,7 @@
|
|||||||
"id": "my-pod-1",
|
"id": "my-pod-1",
|
||||||
"labels": {
|
"labels": {
|
||||||
"name": "testRun",
|
"name": "testRun",
|
||||||
"replicationController": "testRun"
|
"replicationcontroller": "testRun"
|
||||||
},
|
},
|
||||||
"desiredState": {
|
"desiredState": {
|
||||||
"manifest": {
|
"manifest": {
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"id": "my-pod-2",
|
"id": "my-pod-2",
|
||||||
"labels": {
|
"labels": {
|
||||||
"name": "testRun",
|
"name": "testRun",
|
||||||
"replicationController": "testRun"
|
"replicationcontroller": "testRun"
|
||||||
},
|
},
|
||||||
"desiredState": {
|
"desiredState": {
|
||||||
"manifest": {
|
"manifest": {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
kind: Pod
|
kind: Pod
|
||||||
apiVersion: v1beta1
|
apiVersion: v1beta1
|
||||||
|
id: pod-with-healthcheck
|
||||||
desiredState:
|
desiredState:
|
||||||
manifest:
|
manifest:
|
||||||
version: v1beta1
|
version: v1beta1
|
||||||
|
@ -22,4 +22,4 @@ desiredState:
|
|||||||
# Important: these labels need to match the selector above
|
# Important: these labels need to match the selector above
|
||||||
# The api server enforces this constraint.
|
# The api server enforces this constraint.
|
||||||
labels:
|
labels:
|
||||||
- name: nginx
|
name: nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user