Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import gke-certificates-controller from k8s.io/kubernetes #1

Merged
merged 21 commits into from
Apr 5, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... comp…
…iles
  • Loading branch information
Chao Xu authored and Andrew Lytvynov committed Mar 21, 2018
commit 0a6a3e2576903a671accdc54c819fa26ac43c3ec
2 changes: 1 addition & 1 deletion cmd/gke-certificates-controller/app/gke_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"k8s.io/client-go/tools/record"
"k8s.io/kubernetes/pkg/api"
_ "k8s.io/kubernetes/pkg/apis/certificates/install"
capi "k8s.io/kubernetes/pkg/apis/certificates/v1beta1"
capi "k8s.io/api/certificates/v1beta1"
"k8s.io/kubernetes/pkg/client/clientset_generated/clientset"
"k8s.io/kubernetes/pkg/controller/certificates"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/gke-certificates-controller/app/gke_signer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"time"

"k8s.io/client-go/tools/record"
certificates "k8s.io/kubernetes/pkg/apis/certificates/v1beta1"
certificates "k8s.io/api/certificates/v1beta1"
)

const kubeConfigTmpl = `
Expand Down