Skip to content

Commit

Permalink
Merge pull request #23 from mjudeikis/sttts-1.28-pre.3-patch-2
Browse files Browse the repository at this point in the history
Nit updates for rebase
  • Loading branch information
sttts authored Oct 8, 2023
2 parents 618d601 + 8a246cf commit 349cce2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-2
- image: ghcr.io/kcp-dev/infra/build:1.20.8-1
command:
- make
- verify-boilerplate
Expand All @@ -27,7 +27,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-2
- image: ghcr.io/kcp-dev/infra/build:1.20.8-1
command:
- make
- verify-codegen
Expand All @@ -44,7 +44,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-2
- image: ghcr.io/kcp-dev/infra/build:1.20.8-1
command:
- make
- lint
Expand Down Expand Up @@ -83,7 +83,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-2
- image: ghcr.io/kcp-dev/infra/build:1.20.8-1
command:
- make
- test
Expand All @@ -103,7 +103,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-2
- image: ghcr.io/kcp-dev/infra/build:1.20.8-1
command:
- ./hack/run-with-prometheus.sh
- make
Expand All @@ -130,7 +130,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-2
- image: ghcr.io/kcp-dev/infra/build:1.20.8-1
command:
- ./hack/run-with-prometheus.sh
- make
Expand Down Expand Up @@ -159,7 +159,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-2
- image: ghcr.io/kcp-dev/infra/build:1.20.8-1
command:
- ./hack/run-with-prometheus.sh
- make
Expand All @@ -184,7 +184,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-2
- image: ghcr.io/kcp-dev/infra/build:1.20.8-1
command:
- ./hack/run-with-prometheus.sh
- make
Expand Down
2 changes: 0 additions & 2 deletions pkg/server/scheme/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ package scheme
import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/serializer"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
admissionregistrationinstall "k8s.io/kubernetes/pkg/apis/admissionregistration/install"
authenticationinstall "k8s.io/kubernetes/pkg/apis/authentication/install"
authorizationinstall "k8s.io/kubernetes/pkg/apis/authorization/install"
certificatesinstall "k8s.io/kubernetes/pkg/apis/certificates/install"
coordinationinstall "k8s.io/kubernetes/pkg/apis/coordination/install"
"k8s.io/kubernetes/pkg/apis/core/install"
corev1 "k8s.io/kubernetes/pkg/apis/core/v1"
eventsinstall "k8s.io/kubernetes/pkg/apis/events/install"
rbacinstall "k8s.io/kubernetes/pkg/apis/rbac/install"
)
Expand Down

0 comments on commit 349cce2

Please sign in to comment.