Update import statements to reference code moved to staging

This commit is contained in:
Sean Sullivan
2019-06-19 19:13:22 -07:00
parent 7aa214d2c3
commit ff176aac2f
4 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,8 @@ import (
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/kubectl/pkg/util/hash"
"k8s.io/kubernetes/pkg/kubectl/generate"
"k8s.io/kubernetes/pkg/kubectl/util/hash"
)
// SecretForTLSGeneratorV1 supports stable generation of a TLS secret.