Skip to content

Commit 6bf2415

Browse files
chore: go fmt build tag placement and go.sum update
1 parent 9e2dc5b commit 6bf2415

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

pkg/controller/v1beta1/inferenceservice/controller_setup_default.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !distro
2+
13
/*
24
Copyright 2023 The KServe Authors.
35
@@ -14,8 +16,6 @@ See the License for the specific language governing permissions and
1416
limitations under the License.
1517
*/
1618

17-
//go:build !distro
18-
1919
package inferenceservice
2020

2121
import (

pkg/controller/v1beta1/inferenceservice/platform_permissions_default.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !distro
2+
13
/*
24
Copyright 2023 The KServe Authors.
35
@@ -14,8 +16,6 @@ See the License for the specific language governing permissions and
1416
limitations under the License.
1517
*/
1618

17-
//go:build !distro
18-
1919
package inferenceservice
2020

2121
import (

pkg/controller/v1beta1/inferenceservice/rawkube_platform_default_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !distro
2+
13
/*
24
Copyright 2023 The KServe Authors.
35
@@ -14,8 +16,6 @@ See the License for the specific language governing permissions and
1416
limitations under the License.
1517
*/
1618

17-
//go:build !distro
18-
1919
package inferenceservice
2020

2121
import (

pkg/controller/v1beta1/inferenceservice/rawkube_platform_ocp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ var _ = Context("When creating an inferenceservice with raw kube predictor and O
674674
Expect(ownerFound).To(BeTrue(), "Owner reference should be set correctly")
675675
})
676676
})
677+
677678
var _ = Context("When an existing ISVC has oauth-proxy container", func() {
678679
configs := map[string]string{
679680
"oauthProxy": `{"image": "quay.io/opendatahub/odh-kube-auth-proxy@sha256:dcb09fbabd8811f0956ef612a0c9ddd5236804b9bd6548a0647d2b531c9d01b3", "memoryRequest": "64Mi", "memoryLimit": "128Mi", "cpuRequest": "100m", "cpuLimit": "200m"}`,
@@ -1003,4 +1004,3 @@ var _ = Context("When kube-rbac-proxy image changes in config", func() {
10031004
}, timeout, interval).Should(BeTrue())
10041005
})
10051006
})
1006-

pkg/controller/v1beta1/inferenceservice/reconcilers/factory_default.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !distro
2+
13
/*
24
Copyright 2023 The KServe Authors.
35
@@ -14,8 +16,6 @@ See the License for the specific language governing permissions and
1416
limitations under the License.
1517
*/
1618

17-
//go:build !distro
18-
1919
package reconcilers
2020

2121
func resolveDistroIngressReconciler(_ IngressReconcilerParams) (IngressReconciler, error) {

0 commit comments

Comments
 (0)