repos_generated.bzl 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Copyright The Kubernetes Authors.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # This file is autogenerated by hack/update-bazel.sh.
  15. # DO NOT EDIT.
  16. staging_repos = [
  17. "k8s.io/api",
  18. "k8s.io/apiextensions-apiserver",
  19. "k8s.io/apimachinery",
  20. "k8s.io/apiserver",
  21. "k8s.io/cli-runtime",
  22. "k8s.io/client-go",
  23. "k8s.io/cloud-provider",
  24. "k8s.io/cluster-bootstrap",
  25. "k8s.io/code-generator",
  26. "k8s.io/component-base",
  27. "k8s.io/cri-api",
  28. "k8s.io/csi-translation-lib",
  29. "k8s.io/kube-aggregator",
  30. "k8s.io/kube-controller-manager",
  31. "k8s.io/kube-proxy",
  32. "k8s.io/kube-scheduler",
  33. "k8s.io/kubectl",
  34. "k8s.io/kubelet",
  35. "k8s.io/legacy-cloud-providers",
  36. "k8s.io/metrics",
  37. "k8s.io/sample-apiserver",
  38. "k8s.io/sample-cli-plugin",
  39. "k8s.io/sample-controller",
  40. ]