mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 02:37:36 +00:00
Some examples do not pass extended validation
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"id": "my-pod-1",
|
||||
"labels": {
|
||||
"name": "testRun",
|
||||
"replicationController": "testRun"
|
||||
"replicationcontroller": "testRun"
|
||||
},
|
||||
"desiredState": {
|
||||
"manifest": {
|
||||
@@ -30,7 +30,7 @@
|
||||
"id": "my-pod-2",
|
||||
"labels": {
|
||||
"name": "testRun",
|
||||
"replicationController": "testRun"
|
||||
"replicationcontroller": "testRun"
|
||||
},
|
||||
"desiredState": {
|
||||
"manifest": {
|
||||
|
Reference in New Issue
Block a user