Skip to content

Commit

Permalink
Merge pull request #4871 from mareklibra/v2v.kubevirt.io
Browse files Browse the repository at this point in the history
Move v2vvmware CRD under v2v.kubevirt.io API group
  • Loading branch information
openshift-merge-robot committed Apr 1, 2020
2 parents 1258c7a + a330756 commit 6f5f1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const buildV2VVMwareRole = ({ name, namespace }: { name: string; namespac
verbs: ['create', 'get'],
},
{
apiGroups: ['kubevirt.io'],
apiGroups: ['v2v.kubevirt.io'],
attributeRestrictions: null,
resources: ['*'],
verbs: ['*'],
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/kubevirt-plugin/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const V2VVMwareModel: K8sKind = {
label: 'V2V VMWare Provider',
labelPlural: 'V2V VMWare Providers',
apiVersion: 'v1alpha1',
apiGroup: 'kubevirt.io',
apiGroup: 'v2v.kubevirt.io',
plural: 'v2vvmwares',
abbr: 'VVW',
namespaced: true,
Expand Down

0 comments on commit 6f5f1a4

Please sign in to comment.