mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 11:12:03 +00:00
Task -> Pod part #3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "my-task-1",
|
||||
"id": "my-pod-1",
|
||||
"labels": {
|
||||
"name": "testRun",
|
||||
"replicationController": "testRun"
|
||||
@@ -22,7 +22,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "my-task-2",
|
||||
"id": "my-pod-2",
|
||||
"labels": {
|
||||
"name": "testRun",
|
||||
"replicationController": "testRun"
|
||||
|
Reference in New Issue
Block a user