-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexandre Lamarre <[email protected]>
- Loading branch information
1 parent
29403a0
commit 33f8461
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
//go:generate go run pkg/codegen/buildconfig/writer.go pkg/codegen/buildconfig/main.go | ||
|
||
//go:generate go run pkg/helm-locker/codegen/cleanup/main.go | ||
//go:generate go run pkg/helm-locker/codegen/main.go | ||
//go:generate go run ./pkg/helm-locker/codegen crds ./crds/helm-locker/crds.yaml | ||
//go:generate go run internal/helm-locker/codegen/cleanup/main.go | ||
//go:generate go run internal/helm-locker/codegen/main.go | ||
//go:generate go run ./internal/helm-locker/codegen crds ./crds/helm-locker/crds.yaml | ||
|
||
//go:generate go run pkg/helm-project-operator/codegen/cleanup/main.go | ||
//go:generate go run pkg/helm-project-operator/codegen/main.go | ||
//go:generate go run ./pkg/helm-project-operator/codegen crds ./crds/helm-project-operator ./crds/helm-project-operator | ||
//go:generate go run internal/helm-project-operator/codegen/cleanup/main.go | ||
//go:generate go run internal/helm-project-operator/codegen/main.go | ||
//go:generate go run ./internal/helm-project-operator/codegen crds ./crds/helm-project-operator ./crds/helm-project-operator | ||
|
||
package main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters