Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump k8s api and friends #4693

Merged
merged 6 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions addons/strimzi/duck/client/internalclientset/clientset.go

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

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

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

4 changes: 4 additions & 0 deletions cmd/util/doc-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import (
"github.com/apache/camel-k/v2/cmd/util/doc-gen/generators"
"github.com/spf13/pflag"
"k8s.io/gengo/args"
"sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

_ "github.com/apache/camel-k/v2/addons"
)
Expand All @@ -37,6 +39,8 @@ func main() {
pflag.CommandLine.StringVar(&customArgs.ListPath, "list-path", "modules/traits/pages/traits.adoc", "Path to the trait list file.")
arguments.CustomArgs = customArgs

log.SetLogger(zap.New(zap.UseDevMode(true)))

if err := arguments.Execute(
generators.NameSystems(),
generators.DefaultNameSystem(),
Expand Down
3 changes: 2 additions & 1 deletion config/crd/bases/camel.apache.org_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ spec:
type: object
spec:
description: BuildSpec defines the list of tasks to be execute for a Build.
From Camel K version 2, it would be more appropiate to think it as pipeline.
From Camel K version 2, it would be more appropriate to think it as
pipeline.
properties:
configuration:
description: 'The configuration that should be used to perform the
Expand Down
371 changes: 304 additions & 67 deletions config/crd/bases/camel.apache.org_integrations.yaml

Large diffs are not rendered by default.

390 changes: 317 additions & 73 deletions config/crd/bases/camel.apache.org_kameletbindings.yaml

Large diffs are not rendered by default.

390 changes: 317 additions & 73 deletions config/crd/bases/camel.apache.org_pipes.yaml

Large diffs are not rendered by default.

Loading
Loading