Skip to content

Commit

Permalink
Remove unnecessary dependency on argo-cd and obsolete RBAC constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Aug 21, 2018
1 parent 60658de commit 674b61b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 75 deletions.
12 changes: 2 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 0 additions & 61 deletions cmd/argo/commands/const.go

This file was deleted.

6 changes: 2 additions & 4 deletions cmd/argo/commands/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package commands

import (
"bufio"
"fmt"
"hash/fnv"
"math"
"os"
Expand All @@ -10,17 +11,14 @@ import (
"sync"
"time"

"github.com/argoproj/argo-cd/errors"
"github.com/argoproj/argo/pkg/apis/workflow/v1alpha1"
wfclientset "github.com/argoproj/argo/pkg/client/clientset/versioned"
wfinformers "github.com/argoproj/argo/pkg/client/informers/externalversions"
"github.com/argoproj/pkg/errors"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"fmt"

"k8s.io/client-go/kubernetes"
"k8s.io/client-go/tools/cache"
)
Expand Down

0 comments on commit 674b61b

Please sign in to comment.