Skip to content

Commit 64fc138

Browse files
skitttpantelis
authored andcommitted
Fix codegen using new k8s functions
generate-groups.sh is no longer available; it's been replaced by kube_codegen.sh which defines functions. This also configures code generation to use our own boilerplate, and configures dependabot to track updates to tool dependencies. Signed-off-by: Stephen Kitt <[email protected]>
1 parent 8f0bd7c commit 64fc138

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+452
-192
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,11 @@ updates:
8080
# Managed in shipyard
8181
- dependency-name: k8s.io/utils
8282
- dependency-name: sigs.k8s.io/mcs-api
83+
- package-ecosystem: gomod
84+
directory: /tools
85+
schedule:
86+
interval: weekly
87+
groups:
88+
gomod:
89+
patterns:
90+
- "*"

pkg/apis/submariner.io/v1/zz_generated.deepcopy.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/internal/internal.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/cluster.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/clusterglobalegressip.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/clusterglobalegressipspec.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/clusterspec.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/connection.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/endpoint.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/endpointspec.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/gateway.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/gatewayroute.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/gatewaystatus.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/globalegressip.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/globalegressipspec.go

+9-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/globalegressipstatus.go

+12-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/globalingressip.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/globalingressipspec.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/applyconfiguration/submariner.io/v1/globalingressipstatus.go

+12-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)