Skip to content

Commit

Permalink
Merge pull request #13 from mikeshng/rename-module
Browse files Browse the repository at this point in the history
rename module to open-cluster-management.io/multicloud-operators-subscription
  • Loading branch information
openshift-merge-robot authored Jun 29, 2021
2 parents d27a0b9 + 00a7cf4 commit 3a52d8b
Show file tree
Hide file tree
Showing 125 changed files with 311 additions and 316 deletions.
14 changes: 7 additions & 7 deletions cmd/manager/exec/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ import (
"sigs.k8s.io/controller-runtime/pkg/manager"
"sigs.k8s.io/controller-runtime/pkg/manager/signals"

"github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis"
ansiblejob "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/ansible/v1alpha1"
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/controller"
leasectrl "github.com/open-cluster-management/multicloud-operators-subscription/pkg/controller/subscription"
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/subscriber"
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/synchronizer"
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/webhook"
ocinfrav1 "github.com/openshift/api/config/v1"
"open-cluster-management.io/multicloud-operators-subscription/pkg/apis"
ansiblejob "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/ansible/v1alpha1"
"open-cluster-management.io/multicloud-operators-subscription/pkg/controller"
leasectrl "open-cluster-management.io/multicloud-operators-subscription/pkg/controller/subscription"
"open-cluster-management.io/multicloud-operators-subscription/pkg/subscriber"
"open-cluster-management.io/multicloud-operators-subscription/pkg/synchronizer"
"open-cluster-management.io/multicloud-operators-subscription/pkg/webhook"
)

// Change below variables to serve metrics on different host or port.
Expand Down
2 changes: 1 addition & 1 deletion cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

"k8s.io/klog"

"github.com/open-cluster-management/multicloud-operators-subscription/cmd/manager/exec"
"open-cluster-management.io/multicloud-operators-subscription/cmd/manager/exec"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions cmd/uninstall-crd/uninstall-crd.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client/config"
"sigs.k8s.io/controller-runtime/pkg/manager"

subapis "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis"
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/utils"
subapis "open-cluster-management.io/multicloud-operators-subscription/pkg/apis"
"open-cluster-management.io/multicloud-operators-subscription/pkg/utils"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/open-cluster-management/multicloud-operators-subscription
module open-cluster-management.io/multicloud-operators-subscription

go 1.16

Expand All @@ -17,7 +17,6 @@ require (
github.com/johannesboyne/gofakes3 v0.0.0-20200218152459-de0855a40bc1
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.1
github.com/open-cluster-management/multicloud-operators-channel v1.2.2-2-20201130-37b47
github.com/openshift/api v0.0.0-20201130121019-19e3831bc513
github.com/operator-framework/operator-lib v0.2.0
github.com/pkg/errors v0.9.1
Expand All @@ -36,6 +35,7 @@ require (
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
open-cluster-management.io/api v0.0.0-20210519100007-dd8ab35c4e00
open-cluster-management.io/multicloud-operators-channel v0.0.0-20210629185506-adc9b0b5e7f2
sigs.k8s.io/controller-runtime v0.6.3
sigs.k8s.io/kustomize/api v0.8.5
)
Expand Down
15 changes: 5 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ github.com/go-openapi/spec v0.17.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsd
github.com/go-openapi/spec v0.18.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI=
github.com/go-openapi/spec v0.19.2/go.mod h1:sCxk3jxKgioEJikev4fgkNmwS+3kuYdJtcsZsD5zxMY=
github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo=
github.com/go-openapi/spec v0.19.4/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo=
github.com/go-openapi/spec v0.19.5 h1:Xm0Ao53uqnk9QE/LlYV5DEU09UAgpliA85QoT9LzqPw=
github.com/go-openapi/spec v0.19.5/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk=
github.com/go-openapi/strfmt v0.17.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU=
Expand Down Expand Up @@ -416,7 +415,6 @@ github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.4 h1:L8R9j+yAqZuZjsqh/z+F1NCffTKKLShY6zXTItVIZ8M=
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
Expand Down Expand Up @@ -656,12 +654,6 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk=
github.com/open-cluster-management/api v0.0.0-20201007180356-41d07eee4294 h1:Ek/KLp95G0ThcfUQ5vFj7VAySJvOXbXBD4vJzHrkgJg=
github.com/open-cluster-management/api v0.0.0-20201007180356-41d07eee4294/go.mod h1:F1hDJHtWuV7BAUtfL4XRS9GZjUpksleLgEcisNXvQEw=
github.com/open-cluster-management/multicloud-operators-channel v1.2.2-2-20201130-37b47 h1:5YV7E2NRAewLonc+PzpwTQGwVcRIT67UzW7LW+bMZ+U=
github.com/open-cluster-management/multicloud-operators-channel v1.2.2-2-20201130-37b47/go.mod h1:bmaHVogzHRkjECL9ppvNExHtbrn+H88t3MSnag0TKfE=
github.com/open-cluster-management/multicloud-operators-deployable v0.2.2-pre h1:ZrQ1ssZ6pXFrPY9ZEMb0ANs3UqTb6tMwCidcwDMEddc=
github.com/open-cluster-management/multicloud-operators-deployable v0.2.2-pre/go.mod h1:IgsJxFw2EyGpwxTNMz9MzAC3Ci6cry2DErgBl3cv+SI=
github.com/open-cluster-management/multicloud-operators-placementrule v1.0.1-2020-06-08-14-28-27.0.20201118195339-05a8c4c89c12 h1:iPQiiQSTOYvUXxOYZ4YjcuafOse2LnuY318yhDeJ+NU=
github.com/open-cluster-management/multicloud-operators-placementrule v1.0.1-2020-06-08-14-28-27.0.20201118195339-05a8c4c89c12/go.mod h1:qoFtdFcv8E5Ewuvw5MCSTfMp5/iVR0kPfdWg7/VTESM=
github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down Expand Up @@ -834,9 +826,8 @@ github.com/urfave/cli v1.22.2/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtX
github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw=
github.com/xanzy/ssh-agent v0.2.1 h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=
github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=
Expand Down Expand Up @@ -1252,6 +1243,7 @@ k8s.io/api v0.18.6/go.mod h1:eeyxr+cwCjMdLAmr2W3RyDI0VvTawSg/3RFFBEnmZGI=
k8s.io/api v0.19.0/go.mod h1:I1K45XlvTrDjmj5LoM5LuP/KYrhWbjUKT/SoPG0qTjw=
k8s.io/api v0.19.2/go.mod h1:IQpK0zFQ1xc5iNIQPqzgoOwuFugaYHK4iCknlAQP9nI=
k8s.io/api v0.19.3/go.mod h1:VF+5FT1B74Pw3KxMdKyinLo+zynBaMBiAfGMuldcNDs=
k8s.io/api v0.19.4/go.mod h1:SbtJ2aHCItirzdJ36YslycFNzWADYH3tgOhvBEFtZAk=
k8s.io/api v0.20.0/go.mod h1:HyLC5l5eoS/ygQYl1BXBgFzWNlkHiAuyNAbevIn+FKg=
k8s.io/api v0.20.1/go.mod h1:KqwcCVogGxQY3nBlRpwt+wpAMF/KjaCc7RpywacvqUo=
k8s.io/api v0.20.2 h1:y/HR22XDZY3pniu9hIFDLpUCPq2w5eQ6aV/VFQ7uJMw=
Expand All @@ -1265,6 +1257,7 @@ k8s.io/apimachinery v0.18.6/go.mod h1:OaXp26zu/5J7p0f92ASynJa1pZo06YlV9fG7BoWbCk
k8s.io/apimachinery v0.19.0/go.mod h1:DnPGDnARWFvYa3pMHgSxtbZb7gpzzAZ1pTfaUNDVlmA=
k8s.io/apimachinery v0.19.2/go.mod h1:DnPGDnARWFvYa3pMHgSxtbZb7gpzzAZ1pTfaUNDVlmA=
k8s.io/apimachinery v0.19.3/go.mod h1:DnPGDnARWFvYa3pMHgSxtbZb7gpzzAZ1pTfaUNDVlmA=
k8s.io/apimachinery v0.19.4/go.mod h1:DnPGDnARWFvYa3pMHgSxtbZb7gpzzAZ1pTfaUNDVlmA=
k8s.io/apimachinery v0.20.0/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
k8s.io/apimachinery v0.20.1/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
k8s.io/apimachinery v0.20.2 h1:hFx6Sbt1oG0n6DZ+g4bFt5f6BoMkOjKWsQFu077M3Vg=
Expand Down Expand Up @@ -1320,6 +1313,8 @@ k8s.io/utils v0.0.0-20201110183641-67b214c5f920 h1:CbnUZsM497iRC5QMVkHwyl8s2tB3g
k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
open-cluster-management.io/api v0.0.0-20210519100007-dd8ab35c4e00 h1:SpVOV7ECoUsxso4tq4yfy6FUdyV0yzguGtAjQ1wOp+s=
open-cluster-management.io/api v0.0.0-20210519100007-dd8ab35c4e00/go.mod h1:fupwdIl6ShCuMjL6X8MQg4MSTeeL6ar8kVc6PgBrKUo=
open-cluster-management.io/multicloud-operators-channel v0.0.0-20210629185506-adc9b0b5e7f2 h1:Ru1Scn/uxHkrVTJruYY/Cd2GkRwLIdKViCyLq9PzRYE=
open-cluster-management.io/multicloud-operators-channel v0.0.0-20210629185506-adc9b0b5e7f2/go.mod h1:j0f0z3nKiCkVpVVjiVz9ftM2HhnUwsR+ZsGrKPaV0RQ=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
10 changes: 5 additions & 5 deletions pkg/apis/addtoscheme_apps_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
package apis

import (
ansiblejob "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/ansible/v1alpha1"
deployable "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/deployable/v1"
helmrelease "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1"
placementrule "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/placementrule/v1"
v1 "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/v1"
spokeClusterV1 "open-cluster-management.io/api/cluster/v1"
ansiblejob "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/ansible/v1alpha1"
deployable "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/deployable/v1"
helmrelease "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1"
placementrule "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/placementrule/v1"
v1 "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/v1"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/klog"

chnapis "github.com/open-cluster-management/multicloud-operators-channel/pkg/apis"
chnapis "open-cluster-management.io/multicloud-operators-channel/pkg/apis"
)

// AddToSchemes may be used to add all resources defined in the project to a Scheme
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/apps/deployable/v1/deployable_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
package v1

import (
placementv1alpha1 "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/placementrule/v1"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
placementv1alpha1 "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/placementrule/v1"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/apps/deployable/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkg/apis/apps/deployable/v1/zz_generated.openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition {
return map[string]common.OpenAPIDefinition{
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.Deployable": schema_pkg_apis_apps_v1_Deployable(ref),
"open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.Deployable": schema_pkg_apis_apps_v1_Deployable(ref),
}
}

Expand Down Expand Up @@ -57,18 +57,18 @@ func schema_pkg_apis_apps_v1_Deployable(ref common.ReferenceCallback) common.Ope
},
"spec": {
SchemaProps: spec.SchemaProps{
Ref: ref("github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.DeployableSpec"),
Ref: ref("open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.DeployableSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Ref: ref("github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.DeployableStatus"),
Ref: ref("open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.DeployableStatus"),
},
},
},
},
},
Dependencies: []string{
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.DeployableSpec", "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.DeployableStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
"open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.DeployableSpec", "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/deployable/v1.DeployableStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
16 changes: 8 additions & 8 deletions pkg/apis/apps/helmrelease/v1/zz_generated.openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (

func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition {
return map[string]common.OpenAPIDefinition{
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmRelease": schema_pkg_apis_apps_v1_HelmRelease(ref),
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmReleaseRepo": schema_pkg_apis_apps_v1_HelmReleaseRepo(ref),
"open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmRelease": schema_pkg_apis_apps_v1_HelmRelease(ref),
"open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmReleaseRepo": schema_pkg_apis_apps_v1_HelmReleaseRepo(ref),
}
}

Expand Down Expand Up @@ -58,24 +58,24 @@ func schema_pkg_apis_apps_v1_HelmRelease(ref common.ReferenceCallback) common.Op
},
"repo": {
SchemaProps: spec.SchemaProps{
Ref: ref("github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmReleaseRepo"),
Ref: ref("open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmReleaseRepo"),
},
},
"spec": {
SchemaProps: spec.SchemaProps{
Ref: ref("github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmAppSpec"),
Ref: ref("open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmAppSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Ref: ref("github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmAppStatus"),
Ref: ref("open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmAppStatus"),
},
},
},
},
},
Dependencies: []string{
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmAppSpec", "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmAppStatus", "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmReleaseRepo", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
"open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmAppSpec", "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmAppStatus", "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.HelmReleaseRepo", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}

Expand All @@ -89,7 +89,7 @@ func schema_pkg_apis_apps_v1_HelmReleaseRepo(ref common.ReferenceCallback) commo
"source": {
SchemaProps: spec.SchemaProps{
Description: "INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run \"operator-sdk generate k8s\" to regenerate code after modifying this file Add custom validation using kubebuilder tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html Source holds the url toward the helm-chart",
Ref: ref("github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.Source"),
Ref: ref("open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.Source"),
},
},
"chartName": {
Expand Down Expand Up @@ -136,6 +136,6 @@ func schema_pkg_apis_apps_v1_HelmReleaseRepo(ref common.ReferenceCallback) commo
},
},
Dependencies: []string{
"github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.Source", "k8s.io/api/core/v1.ObjectReference"},
"open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/helmrelease/v1.Source", "k8s.io/api/core/v1.ObjectReference"},
}
}
6 changes: 3 additions & 3 deletions pkg/apis/apps/v1/subscription_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"

chnv1alpha1 "github.com/open-cluster-management/multicloud-operators-channel/pkg/apis/apps/v1"
dplv1alpha1 "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/deployable/v1"
plrv1alpha1 "github.com/open-cluster-management/multicloud-operators-subscription/pkg/apis/apps/placementrule/v1"
chnv1alpha1 "open-cluster-management.io/multicloud-operators-channel/pkg/apis/apps/v1"
dplv1alpha1 "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/deployable/v1"
plrv1alpha1 "open-cluster-management.io/multicloud-operators-subscription/pkg/apis/apps/placementrule/v1"
)

var (
Expand Down
6 changes: 3 additions & 3 deletions pkg/apis/apps/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a52d8b

Please sign in to comment.