Skip to content

Commit 7f1de05

Browse files
Fix gci lint errors in binder.go
Signed-off-by: alokkumardalei-wq <alokkumardalei2@gmail.com>
1 parent 92a6cb2 commit 7f1de05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • cli/pkg/kubectl/bind-apiservice/plugin

cli/pkg/kubectl/bind-apiservice/plugin/binder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ func (b *Binder) BindFromFile(ctx context.Context) ([]*kubebindv1alpha2.APIServi
102102

103103
return b.processRequests(ctx, []*kubebindv1alpha2.APIServiceExportRequest{request}, remoteConfig, remoteNamespaceActual, remoteKubeconfigResolved)
104104
}
105+
105106
// BindFromResponse processes a BindingResourceResponse and creates all necessary bindings
106107
func (b *Binder) BindFromResponse(ctx context.Context, response *kubebindv1alpha2.BindingResourceResponse) ([]*kubebindv1alpha2.APIServiceBinding, error) {
107108
if response == nil || response.Authentication.OAuth2CodeGrant == nil {

0 commit comments

Comments
 (0)