Fix canonical imports
Signed-off-by: Max Smythe <smythe@google.com> Kubernetes-commit: 003fbae25bf4c76b8b71d56206b51e1ee6e80812
This commit is contained in:
parent
73e7490c2b
commit
95fe36122a
|
@ -17,4 +17,4 @@ limitations under the License.
|
|||
// Package namespace defines the utilities that are used by the webhook
|
||||
// plugin to decide if a webhook should be applied to an object based on its
|
||||
// namespace.
|
||||
package namespace // import "k8s.io/apiserver/pkg/admission/plugin/webhook/namespace"
|
||||
package namespace // import "k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/namespace"
|
||||
|
|
|
@ -17,4 +17,4 @@ limitations under the License.
|
|||
// Package object defines the utilities that are used by the webhook plugin to
|
||||
// decide if a webhook should run, as long as either the old object or the new
|
||||
// object has labels matching the webhook config's objectSelector.
|
||||
package object // import "k8s.io/apiserver/pkg/admission/plugin/webhook/object"
|
||||
package object // import "k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/object"
|
||||
|
|
Loading…
Reference in New Issue