Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
gsquared94 committed Jun 28, 2021
1 parent 6a54fd0 commit 74b8493
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/skaffold/runner/v1/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/filemon"
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/graph"
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubectl"
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes"
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/runner"
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/runner/runcontext"
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/test"
Expand All @@ -46,8 +45,6 @@ type SkaffoldRunner struct {
labeller *label.DefaultLabeller
artifactStore build.ArtifactStore
sourceDependencies graph.SourceDependenciesCache
// podSelector is used to determine relevant pods for logging and portForwarding
podSelector kubernetes.ImageListMux

devIteration int
isLocalImage func(imageName string) (bool, error)
Expand Down

0 comments on commit 74b8493

Please sign in to comment.