Skip to content

change apigroups for providerconfig #31

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

Merged
merged 1 commit into from
May 22, 2024
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
2 changes: 1 addition & 1 deletion apis/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Copyright 2021 Upbound Inc.

// Package v1alpha1 contains the core resources of the tencentcloud jet provider.
// +kubebuilder:object:generate=true
// +groupName=tencentcloud.tencentcloud.crossplane.io
// +groupName=tencentcloud.crossplane.io
// +versionName=v1alpha1
package v1alpha1
2 changes: 1 addition & 1 deletion apis/v1alpha1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

// Package type metadata.
const (
Group = "tencentcloud.tencentcloud.crossplane.io"
Group = "tencentcloud.crossplane.io"
Version = "v1alpha1"
)

Expand Down
2 changes: 1 addition & 1 deletion apis/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Copyright 2022 Upbound Inc.

// Package v1beta1 contains the core resources of the tencentcloud upjet provider.
// +kubebuilder:object:generate=true
// +groupName=tencentcloud.tencentcloud.crossplane.io
// +groupName=tencentcloud.crossplane.io
// +versionName=v1beta1
package v1beta1
2 changes: 1 addition & 1 deletion apis/v1beta1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

// Package type metadata.
const (
Group = "tencentcloud.tencentcloud.crossplane.io"
Group = "tencentcloud.crossplane.io"
Version = "v1beta1"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: providerconfigs.tencentcloud.tencentcloud.crossplane.io
name: providerconfigs.tencentcloud.crossplane.io
spec:
group: tencentcloud.tencentcloud.crossplane.io
group: tencentcloud.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: providerconfigusages.tencentcloud.tencentcloud.crossplane.io
name: providerconfigusages.tencentcloud.crossplane.io
spec:
group: tencentcloud.tencentcloud.crossplane.io
group: tencentcloud.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: storeconfigs.tencentcloud.tencentcloud.crossplane.io
name: storeconfigs.tencentcloud.crossplane.io
spec:
group: tencentcloud.tencentcloud.crossplane.io
group: tencentcloud.crossplane.io
names:
categories:
- crossplane
Expand Down
Loading