1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #1510 from Juneezee/chore/yaml

chore: replace `github.com/ghodss/yaml` with `sigs.k8s.io/yaml`
This commit is contained in:
Kubernetes Prow Robot
2024-09-09 10:08:27 +01:00
committed by GitHub
10 changed files with 2 additions and 984 deletions

View File

@@ -27,7 +27,7 @@ import (
"testing"
"time"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
appsv1 "k8s.io/api/apps/v1"
v1 "k8s.io/api/core/v1"