kiali add kubeconfig check

Signed-off-by: zackzhangkai <zackzhang@yunify.com>
This commit is contained in:
zackzhangkai
2020-12-03 11:24:13 +08:00
parent e16219be55
commit 062c688287
2 changed files with 12 additions and 10 deletions

View File

@@ -145,7 +145,7 @@ func (c *Controller) reconcile(key string) error {
func (c *Controller) deleteGroupBindings(group *iam1alpha2.Group) error {
// Groupbindings that created by kubeshpere will be deleted directly.
// Groupbindings that created by kubesphere will be deleted directly.
listOptions := metav1.ListOptions{
LabelSelector: labels.SelectorFromSet(labels.Set{iam1alpha2.GroupReferenceLabel: group.Name}).String(),
}