mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #98344 from gavinfish/remove-pro-rest
Cleanup: remove legacy prometheus visibility package_group
This commit is contained in:
commit
77b194a5d0
@ -84,18 +84,3 @@ filegroup(
|
|||||||
tags = ["automanaged"],
|
tags = ["automanaged"],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# Packages allowed to import github.com/prometheus
|
|
||||||
package_group(
|
|
||||||
name = "prometheus_import_allow_list",
|
|
||||||
packages = [
|
|
||||||
"//cluster/images/etcd-version-monitor",
|
|
||||||
"//pkg/scheduler/framework/v1alpha1",
|
|
||||||
"//pkg/volume/util/operationexecutor",
|
|
||||||
"//staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics",
|
|
||||||
"//staging/src/k8s.io/component-base/metrics/...",
|
|
||||||
"//test/e2e_node",
|
|
||||||
"//test/integration/apiserver/flowcontrol",
|
|
||||||
"//vendor/...",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user