fix import warning
Kubernetes-commit: fcf4a0e191449925148783517cfe7ade234a2510
This commit is contained in:
parent
199394ed2d
commit
749c4d2360
|
|
@ -15,4 +15,4 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
// Package webhook checks a webhook for configured operation admission
|
||||
package webhook // import "k8s.io/kubernetes/plugin/pkg/admission/webhook"
|
||||
package webhook // import "k8s.io/apiserver/pkg/admission/plugin/webhook"
|
||||
|
|
|
|||
Loading…
Reference in New Issue