Skip to content

Commit

Permalink
Adopt to v0.28.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Sep 11, 2024
1 parent ac7bf84 commit 285c489
Show file tree
Hide file tree
Showing 35 changed files with 91 additions and 275 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ lint: golangcicheck
.PHONY: mocks
mocks:
rm -rf test/mocks
docker run --user $$(id -u):$$(id -g) --rm -w /work -v ${PWD}:/work vektra/mockery:v2.43.2 -r --keeptree --inpackage --dir api/client --output test/mocks --all
docker run --user $$(id -u):$$(id -g) --rm -w /work -v ${PWD}:/work vektra/mockery:v2.45.1 -r --keeptree --inpackage --dir api/client --output test/mocks --all
2 changes: 1 addition & 1 deletion api/models/rest_health_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

145 changes: 0 additions & 145 deletions api/models/rest_health_result.go

This file was deleted.

34 changes: 0 additions & 34 deletions api/models/v1_kubernetes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/models/v1_postgres_backup_config_create_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/models/v1_postgres_backup_config_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions api/models/v1_worker.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions api/models/v1beta1_shoot_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 285c489

Please sign in to comment.