Skip to content

Commit 99e8863

Browse files
Remove custom-metrics-api
1 parent 486c241 commit 99e8863

8 files changed

+0
-116
lines changed

config/internal/mcad/apiservice_custom-metrics.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

config/internal/mcad/clusterrole_custom-metrics-server-admin.yaml.tmpl

Lines changed: 0 additions & 13 deletions
This file was deleted.

config/internal/mcad/clusterrole_metrics-resource-reader.yaml.tmpl

Lines changed: 0 additions & 18 deletions
This file was deleted.

config/internal/mcad/clusterrolebinding_hpa-controller-custom-metrics.yaml.tmpl

Lines changed: 0 additions & 16 deletions
This file was deleted.

config/internal/mcad/clusterrolebinding_mcad-system-auth-delegator.yaml.tmpl

Lines changed: 0 additions & 16 deletions
This file was deleted.

config/internal/mcad/clusterrolebinding_metrics-resource-reader.yaml.tmpl

Lines changed: 0 additions & 16 deletions
This file was deleted.

config/internal/mcad/rolebinding_custom-metrics-auth-reader.yaml.tmpl

Lines changed: 0 additions & 13 deletions
This file was deleted.

controllers/multi_cluster_app_dispatcher.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,10 @@ var multiClusterAppDispatcherTemplates = []string{
2727
"mcad/deployment.yaml.tmpl",
2828
}
2929
var ownerLessmultiClusterAppDispatcherTemplates = []string{
30-
"mcad/rolebinding_custom-metrics-auth-reader.yaml.tmpl",
31-
"mcad/clusterrole_custom-metrics-server-admin.yaml.tmpl",
3230
"mcad/clusterrole_mcad-controller.yaml.tmpl",
33-
"mcad/clusterrole_metrics-resource-reader.yaml.tmpl",
34-
"mcad/clusterrolebinding_hpa-controller-custom-metrics.yaml.tmpl",
3531
"mcad/clusterrolebinding_mcad-controller.yaml.tmpl",
3632
"mcad/clusterrolebinding_mcad-controller-kube-scheduler.yaml.tmpl",
3733
"mcad/clusterrolebinding_mcad-edit.yaml.tmpl",
38-
"mcad/clusterrolebinding_mcad-system-auth-delegator.yaml.tmpl",
39-
"mcad/clusterrolebinding_metrics-resource-reader.yaml.tmpl",
4034
}
4135

4236
func (r *MCADReconciler) ReconcileMCAD(mcad *codeflarev1alpha1.MCAD, params *MCADParams) error {

0 commit comments

Comments
 (0)