fix a few missed references

```
grep -RIl pkg/master . | xargs -n 1 sed -i 's|pkg/master|pkg/controlplane|g'
LC_ALL=C sort -o hack/.golint_failures hack/.golint_failures
```
This commit is contained in:
Daniel Smith
2020-09-02 11:45:10 -07:00
parent a86afc12df
commit 9eb664f88a
3 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ packages_without_install=(
"k8s.io/kubernetes/pkg/apis/componentconfig" # TODO: Remove this package completely and from this list
)
known_version_files=(
"pkg/master/import_known_versions.go"
"pkg/controlplane/import_known_versions.go"
)
for expected_install_package in "${expected_install_packages[@]}"; do
found=0