Skip to content

Commit 7c5da72

Browse files
author
Saurabh Tripathy
committed
addressing PR comments
1 parent 5b9a03c commit 7c5da72

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

kar-controllers

-61.3 MB
Binary file not shown.

pkg/client/clientset/controller-versioned/clients/appwrapper.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func CreateAppWrapperKind(clientset apiextensionsclient.Interface) (*apiextensio
6868
return true, err
6969
}
7070
case apiextensionsv1beta1.NamesAccepted:
71-
// clusterstateapi
7271
if cond.Status == apiextensionsv1beta1.ConditionFalse {
7372
fmt.Printf("Name conflict: %v\n", cond.Reason)
7473
}

pkg/controller/clusterstate/api/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package api
1919
import (
2020
"fmt"
2121

22-
v1 "k8s.io/api/core/v1"
22+
"k8s.io/api/core/v1"
2323
clientcache "k8s.io/client-go/tools/cache"
2424
"k8s.io/klog"
2525
)

0 commit comments

Comments
 (0)