mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Part one of the grand rename: Task -> Pod
This commit is contained in:
@@ -73,9 +73,9 @@ func makeReplicationController(replicas int) ReplicationController {
|
||||
}
|
||||
|
||||
func makeTaskList(count int) TaskList {
|
||||
tasks := []Task{}
|
||||
tasks := []Pod{}
|
||||
for i := 0; i < count; i++ {
|
||||
tasks = append(tasks, Task{
|
||||
tasks = append(tasks, Pod{
|
||||
JSONBase: JSONBase{
|
||||
ID: fmt.Sprintf("task%d", i),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user