Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
230 changes: 202 additions & 28 deletions components/kubebins/action.pb.go

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

7 changes: 6 additions & 1 deletion components/kubebins/action.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ message DownloadKubeBinariesSpec {
}

message DownloadKubeBinariesStatus {
string download_url = 1;
string download_url = 1 [deprecated = true];
string kubelet_path = 2;
string kubeadm_path = 3;
string kubectl_path = 4;
string kube_proxy_path = 5;
string kubelet_download_url = 6;
string kubeadm_download_url = 7;
string kubectl_download_url = 8;
string kube_proxy_download_url = 9;
}
Loading
Loading