Skip to content

Commit a062d54

Browse files
committed
Swith to reconciliation
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent ed0193a commit a062d54

8 files changed

Lines changed: 148 additions & 386 deletions

File tree

pkg/compose/containers.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,6 @@ func (containers Containers) filter(predicates ...containerPredicate) Containers
158158
return filtered
159159
}
160160

161-
func (containers Containers) names() []string {
162-
var names []string
163-
for _, c := range containers {
164-
names = append(names, getCanonicalContainerName(c))
165-
}
166-
return names
167-
}
168-
169161
func (containers Containers) forEach(fn func(container.Summary)) {
170162
for _, c := range containers {
171163
fn(c)

0 commit comments

Comments
 (0)