Skip to content

Commit

Permalink
fix: skip vingress when delete ingress.
Browse files Browse the repository at this point in the history
Signed-off-by: yy <lingdie.yy@outlook.com>
  • Loading branch information
lingdie committed Nov 20, 2023
1 parent d2d3fc7 commit 1053cb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/admission/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ package main

import (
"flag"
v1 "github.com/labring/sealos/controllers/admission/api/v1"
"os"
"strings"

v1 "github.com/labring/sealos/controllers/admission/api/v1"

corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
Expand Down

0 comments on commit 1053cb8

Please sign in to comment.