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

0.1 backports for noderef #1069

Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f52769d
Remove duplicate checks for deletionTimestamp (#987)
vincepri Jun 7, 2019
89c59ff
Rename pkg/controller/controller (#998)
vincepri Jun 10, 2019
f9210ed
Add remote/util.go helpers to work with KubeConfig Secrets (#1004)
vincepri Jun 10, 2019
eb57785
Add remote.ClusterClient to access remote workload clusters (#1006)
vincepri Jun 11, 2019
5e064a5
Add events to MachineSet operations (#1012)
detiber Jun 12, 2019
0ddc8ce
Add patch to events rbac (#1021)
vincepri Jun 13, 2019
47611e2
Update some bazel dependencies (#1019)
detiber Jun 13, 2019
e035176
Update boilerplate check and generated files (#1010)
vincepri Jun 13, 2019
245a447
Add CLUSTER_API_KUBECONFIG_READY_TIMEOUT to clusterctl (#1026)
vincepri Jun 14, 2019
8591410
Add events to MachineDeployment operations (#1014)
detiber Jun 14, 2019
b56388a
Update controller-runtime and controller-tools (#1032)
detiber Jun 18, 2019
3eb8955
Support for wrapped RequeueAfterError/interface (#1020)
akutz Jun 18, 2019
0fe1ecd
Use klog in manager and setup controller-runtime logger (#1022)
vincepri Jun 18, 2019
5e60279
Bazel updates (#1043)
detiber Jun 19, 2019
9f2b502
clean up shell scripts in cluster-api (#1045)
tariq1890 Jun 19, 2019
3b55158
Update k8s/code-generator to latest release-1.13 (#1048)
vincepri Jun 20, 2019
be185f2
downgrade log of util.ExecuteCommand (#975)
jichenjc Jun 20, 2019
17dfd98
Make ClusterNetwork ClusterNetworkingConfig field optional within (#919)
davidewatson Jun 20, 2019
7137b60
NodeRef controller (#1011)
vincepri Jun 20, 2019
fd525a9
Update generated files, add workaround for controller-tools (#1050)
vincepri Jun 20, 2019
7e236c8
Update controller-tools to 0.1.11 (#1053)
vincepri Jun 20, 2019
b270c25
Update dep check (#1056)
vincepri Jun 21, 2019
6dd53a3
Fix register bootstrap options in alpha phases (#1064)
posox Jun 24, 2019
22eb26b
Use remote NodeRef in Machine and MachineSet controllers (#1052)
vincepri Jun 25, 2019
4d5c019
Bazel fixes
ncdc Jun 25, 2019
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
Bazel fixes
Signed-off-by: Andy Goldstein <goldsteina@vmware.com>
ncdc committed Jun 25, 2019

Verified

This commit was signed with the committer’s verified signature.
ncdc Andy Goldstein
commit 4d5c019c5e31a080ee93dffe2d7979986b1c9de3
1 change: 0 additions & 1 deletion cmd/clusterctl/clusterdeployer/bootstrap/kind/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ go_library(
importpath = "sigs.k8s.io/cluster-api/cmd/clusterctl/clusterdeployer/bootstrap/kind",
visibility = ["//visibility:public"],
deps = [
"//pkg/util:go_default_library",
"//vendor/github.com/pkg/errors:go_default_library",
"//vendor/k8s.io/klog:go_default_library",
],
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ go_library(
importpath = "sigs.k8s.io/cluster-api/cmd/clusterctl/clusterdeployer/bootstrap/minikube",
visibility = ["//visibility:public"],
deps = [
"//pkg/util:go_default_library",
"//vendor/github.com/pkg/errors:go_default_library",
"//vendor/k8s.io/klog:go_default_library",
],