Signed-off-by: Rui Cao <ruicao@alauda.io>
| ... | ... |
@@ -77,12 +77,12 @@ type listContext struct {
|
| 77 | 77 |
|
| 78 | 78 |
// beforeFilter is a filter to ignore containers that appear before the one given |
| 79 | 79 |
beforeFilter *container.Snapshot |
| 80 |
- // sinceFilter is a filter to stop the filtering when the iterator arrive to the given container |
|
| 80 |
+ // sinceFilter is a filter to stop the filtering when the iterator arrives to the given container |
|
| 81 | 81 |
sinceFilter *container.Snapshot |
| 82 | 82 |
|
| 83 |
- // taskFilter tells if we should filter based on wether a container is part of a task |
|
| 83 |
+ // taskFilter tells if we should filter based on whether a container is part of a task |
|
| 84 | 84 |
taskFilter bool |
| 85 |
- // isTask tells us if the we should filter container that are a task (true) or not (false) |
|
| 85 |
+ // isTask tells us if we should filter container that is a task (true) or not (false) |
|
| 86 | 86 |
isTask bool |
| 87 | 87 |
|
| 88 | 88 |
// publish is a list of published ports to filter with |