Skip to content

Commit 0b210f2

Browse files
committed
Change group
Signed-off-by: Ashok Pon Kumar <[email protected]>
1 parent 2310eea commit 0b210f2

6 files changed

+9
-9
lines changed

config/crd/bases/charts.io_move2kubes.yaml renamed to config/crd/bases/konveyor.openshift.io_move2kubes.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
5-
name: move2kubes.charts.io
5+
name: move2kubes.konveyor.openshift.io
66
spec:
7-
group: charts.io
7+
group: konveyor.openshift.io
88
names:
99
kind: Move2Kube
1010
listKind: Move2KubeList

config/crd/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# since it depends on service name and namespace that are out of this kustomize package.
33
# It should be run by config/default
44
resources:
5-
- bases/charts.io_move2kubes.yaml
5+
- bases/konveyor.openshift.io_move2kubes.yaml
66
# +kubebuilder:scaffold:crdkustomizeresource

config/rbac/move2kube_editor_role.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: move2kube-editor-role
66
rules:
77
- apiGroups:
8-
- charts.io
8+
- konveyor.openshift.io
99
resources:
1010
- move2kubes
1111
verbs:
@@ -17,7 +17,7 @@ rules:
1717
- update
1818
- watch
1919
- apiGroups:
20-
- charts.io
20+
- konveyor.openshift.io
2121
resources:
2222
- move2kubes/status
2323
verbs:

config/rbac/move2kube_viewer_role.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ metadata:
55
name: move2kube-viewer-role
66
rules:
77
- apiGroups:
8-
- charts.io
8+
- konveyor.openshift.io
99
resources:
1010
- move2kubes
1111
verbs:
1212
- get
1313
- list
1414
- watch
1515
- apiGroups:
16-
- charts.io
16+
- konveyor.openshift.io
1717
resources:
1818
- move2kubes/status
1919
verbs:

config/rbac/role.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rules:
3232
## Rules for charts.io/v1alpha1, Kind: Move2Kube
3333
##
3434
- apiGroups:
35-
- charts.io
35+
- konveyor.openshift.io
3636
resources:
3737
- move2kubes
3838
- move2kubes/status

config/samples/charts_v1alpha1_move2kube.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: charts.io/v1alpha1
1+
apiVersion: konveyor.openshift.io/v1alpha1
22
kind: Move2Kube
33
metadata:
44
name: move2kube-sample

0 commit comments

Comments
 (0)