Skip to content

Commit

Permalink
feature: add statefulsetplus, issue TencentBlueKing#346
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperJim committed Feb 13, 2020
1 parent abd7ed3 commit c0126ac
Show file tree
Hide file tree
Showing 2,331 changed files with 962,212 additions and 5,535 deletions.
144 changes: 133 additions & 11 deletions Gopkg.lock

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

31 changes: 13 additions & 18 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ required = [
"k8s.io/client-go/plugin/pkg/client/auth/gcp", # for development against gcp
"k8s.io/code-generator/cmd/client-gen", # for go generate
"k8s.io/code-generator/cmd/deepcopy-gen", # for go generate
"k8s.io/code-generator/cmd/lister-gen", # for go generate
"k8s.io/code-generator/cmd/informer-gen", # for go generate
"sigs.k8s.io/controller-tools/cmd/controller-gen", # for crd/rbac generation
"sigs.k8s.io/controller-runtime/pkg/client/config",
"sigs.k8s.io/controller-runtime/pkg/controller",
Expand Down Expand Up @@ -156,10 +158,6 @@ required = [
name = "github.com/gorilla/websocket"
version = "1.4.0"

[[constraint]]
branch = "master"
name = "github.com/howeyc/gopass"

[[constraint]]
branch = "master"
name = "github.com/iancoleman/strcase"
Expand All @@ -170,11 +168,7 @@ required = [

[[constraint]]
name = "github.com/json-iterator/go"
version = "1.1.5"

[[constraint]]
branch = "master"
name = "github.com/kardianos/osext"
version = "1.1.5"

[[constraint]]
name = "github.com/mesos/mesos-go"
Expand All @@ -188,10 +182,6 @@ required = [
name = "github.com/miekg/dns"
version = "1.1.1"

[[constraint]]
name = "github.com/mitchellh/mapstructure"
version = "1.1.2"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "1.7.0"
Expand Down Expand Up @@ -284,13 +274,21 @@ required = [
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/code-generator"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/kubernetes"
version = "1.13.1"
version = "1.12.4"

[[constraint]]
name = "github.com/aws/aws-sdk-go"
Expand Down Expand Up @@ -355,10 +353,6 @@ required = [
name = "github.com/google/cadvisor"
version = "0.32.0"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.12.3"

[[constraint]]
name = "github.com/tencentcloud/tencentcloud-sdk-go"
version = "v3.0.103"
Expand All @@ -376,3 +370,4 @@ required = [
version = "v0.3.0"



0 comments on commit c0126ac

Please sign in to comment.