mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Fix canonical imports
Signed-off-by: Max Smythe <smythe@google.com>
This commit is contained in:
parent
00ebe0bf62
commit
003fbae25b
@ -17,4 +17,4 @@ limitations under the License.
|
|||||||
// Package namespace defines the utilities that are used by the webhook
|
// 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
|
// plugin to decide if a webhook should be applied to an object based on its
|
||||||
// namespace.
|
// 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
|
// 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
|
// 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.
|
// 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
Block a user