This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 7c47e879e chore: nightly automatic updates
new 85e2dac28 refactor: move knative types out of API package (#6300)
new 35351da49 fix: gofmt formatting
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pkg/{apis/camel/v1 => internal}/knative/types.go | 0
pkg/{apis/camel/v1 => internal}/knative/types_support.go | 0
pkg/{apis/camel/v1 => internal}/knative/types_support_test.go | 0
pkg/trait/knative.go | 2 +-
pkg/trait/knative_test.go | 2 +-
pkg/util/bindings/binding_support_test.go | 2 +-
pkg/util/bindings/knative_ref.go | 2 +-
pkg/util/bindings/knative_uri.go | 2 +-
pkg/util/knative/apis.go | 2 +-
pkg/util/knative/apis_test.go | 2 +-
pkg/util/knative/uri.go | 2 +-
pkg/util/knative/uri_test.go | 2 +-
12 files changed, 9 insertions(+), 9 deletions(-)
rename pkg/{apis/camel/v1 => internal}/knative/types.go (100%)
rename pkg/{apis/camel/v1 => internal}/knative/types_support.go (100%)
rename pkg/{apis/camel/v1 => internal}/knative/types_support_test.go (100%)