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 ``` Kubernetes-commit: 9eb664f88ab5309800a7a334833e5e8742fd9ad1
This commit is contained in:
parent
6bbf679c6b
commit
828e3af81d
|
@ -77,7 +77,7 @@ var specialVerbsNoSubresources = sets.NewString("proxy")
|
|||
// this list allows the parser to distinguish between a namespace subresource, and a namespaced resource
|
||||
var namespaceSubresources = sets.NewString("status", "finalize")
|
||||
|
||||
// NamespaceSubResourcesForTest exports namespaceSubresources for testing in pkg/master/master_test.go, so we never drift
|
||||
// NamespaceSubResourcesForTest exports namespaceSubresources for testing in pkg/controlplane/master_test.go, so we never drift
|
||||
var NamespaceSubResourcesForTest = sets.NewString(namespaceSubresources.List()...)
|
||||
|
||||
type RequestInfoFactory struct {
|
||||
|
|
Loading…
Reference in New Issue