Inject owner references into mirror pods

This commit is contained in:
Tim Allclair
2019-10-28 14:49:47 -07:00
parent f8b45a12f4
commit f827863128
4 changed files with 155 additions and 8 deletions

View File

@@ -24,9 +24,9 @@ import (
"path/filepath"
cadvisorapiv1 "github.com/google/cadvisor/info/v1"
v1 "k8s.io/api/core/v1"
"k8s.io/klog"
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/kubernetes/pkg/kubelet/cm"
"k8s.io/kubernetes/pkg/kubelet/config"