This is an automated email from the ASF dual-hosted git repository.

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 692afff2 [operator] Migrating the manifest directory
692afff2 is described below

commit 692afff2a4d71235bdfd6d43bcf76ae85ecda97c
Author: mfordjody <[email protected]>
AuthorDate: Thu Dec 5 11:46:43 2024 +0800

    [operator] Migrating the manifest directory
---
 operator/pkg/installer/installer.go     | 2 +-
 operator/{ => pkg}/manifest/manifest.go | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/operator/pkg/installer/installer.go 
b/operator/pkg/installer/installer.go
index 3c85b2b8..2eee4d22 100644
--- a/operator/pkg/installer/installer.go
+++ b/operator/pkg/installer/installer.go
@@ -1,8 +1,8 @@
 package installer
 
 import (
-       "github.com/apache/dubbo-kubernetes/operator/manifest"
        "github.com/apache/dubbo-kubernetes/operator/pkg/component"
+       "github.com/apache/dubbo-kubernetes/operator/pkg/manifest"
        "github.com/apache/dubbo-kubernetes/operator/pkg/util/dmultierr"
        "github.com/apache/dubbo-kubernetes/operator/pkg/util/progress"
        "github.com/apache/dubbo-kubernetes/operator/pkg/values"
diff --git a/operator/manifest/manifest.go b/operator/pkg/manifest/manifest.go
similarity index 100%
rename from operator/manifest/manifest.go
rename to operator/pkg/manifest/manifest.go

Reply via email to