Skip to content

Commit

Permalink
Use consistent group name for StoreConfig as ProviderConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <[email protected]>
  • Loading branch information
turkenh committed Apr 1, 2022
1 parent 577f0ec commit b46ca72
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apis/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ limitations under the License.

// Package v1alpha1 contains the core resources of the Google Cloud Platform.
// +kubebuilder:object:generate=true
// +groupName=gcp.secrets.crossplane.io
// +groupName=gcp.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 @@ -25,7 +25,7 @@ import (

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

Expand Down
2 changes: 1 addition & 1 deletion examples/storeconfig/kubernetes.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: gcp.secrets.crossplane.io/v1alpha1
apiVersion: gcp.crossplane.io/v1alpha1
kind: StoreConfig
metadata:
name: default
Expand Down
2 changes: 1 addition & 1 deletion examples/storeconfig/vault.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: gcp.secrets.crossplane.io/v1alpha1
apiVersion: gcp.crossplane.io/v1alpha1
kind: StoreConfig
metadata:
name: vault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
name: storeconfigs.gcp.secrets.crossplane.io
name: storeconfigs.gcp.crossplane.io
spec:
group: gcp.secrets.crossplane.io
group: gcp.crossplane.io
names:
categories:
- crossplane
Expand Down

0 comments on commit b46ca72

Please sign in to comment.