-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from flant/fix_1_16
fix: k8s 1.16 has dropped extensions/v1beta1 and use apps/v1 for ds, deploy and replicaset objects
- Loading branch information
Showing
11 changed files
with
227 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,22 @@ | ||
module github.com/flant/kubedog | ||
|
||
require ( | ||
github.com/Azure/go-autorest v11.1.0+incompatible // indirect | ||
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d | ||
github.com/fatih/color v1.7.0 | ||
github.com/flant/logboek v0.2.6-0.20190726104558-c32b60bb4a37 | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.6 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 | ||
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 // indirect | ||
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
k8s.io/api v0.0.0-20190409092523-d687e77c8ae9 | ||
k8s.io/apimachinery v0.0.0-20190409092423-760d1845f48b | ||
k8s.io/client-go v0.0.0-20190411052641-7a6b4715b709 | ||
k8s.io/klog v0.2.0 | ||
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect | ||
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f | ||
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655 | ||
k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90 | ||
k8s.io/klog v0.4.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.