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 be69ebe8 fix check (#860)
be69ebe8 is described below

commit be69ebe8c40f553f2d0eddf5b0f20f5b5c41b105
Author: mfordjody <[email protected]>
AuthorDate: Tue Feb 3 17:30:24 2026 +0800

    fix check (#860)
---
 operator/pkg/uninstall/prune.go                     |  1 -
 pkg/config/schema/ast/ast.go                        | 16 ++++++++++++++++
 pkg/config/schema/codegen/collections.go            | 16 ++++++++++++++++
 pkg/config/schema/codegen/common.go                 | 16 ++++++++++++++++
 pkg/config/schema/codegen/tools/collections.main.go | 16 ++++++++++++++++
 pkg/config/schema/collection/schema.go              | 16 ++++++++++++++++
 pkg/config/schema/kind/kind.go                      | 16 ++++++++++++++++
 pkg/env/dubbo.go                                    | 16 ++++++++++++++++
 pkg/env/variable.go                                 | 16 ++++++++++++++++
 pkg/util/strcase/camelcase.go                       | 16 ++++++++++++++++
 10 files changed, 144 insertions(+), 1 deletion(-)

diff --git a/operator/pkg/uninstall/prune.go b/operator/pkg/uninstall/prune.go
index 609c7fad..ac61ab41 100644
--- a/operator/pkg/uninstall/prune.go
+++ b/operator/pkg/uninstall/prune.go
@@ -125,7 +125,6 @@ func NamespacedResources() []schema.GroupVersionKind {
                gvk.ConfigMap.Kubernetes(),
                gvk.Secret.Kubernetes(),
                gvk.ServiceAccount.Kubernetes(),
-               gvk.Job.Kubernetes(),
                {Group: "rbac.authorization.k8s.io", Version: "v1", Kind: 
"RoleBinding"},
                {Group: "rbac.authorization.k8s.io", Version: "v1", Kind: 
"Role"},
                {Group: "policy", Version: "v1", Kind: "PodDisruptionBudget"},
diff --git a/pkg/config/schema/ast/ast.go b/pkg/config/schema/ast/ast.go
index 7b920793..691cf93c 100644
--- a/pkg/config/schema/ast/ast.go
+++ b/pkg/config/schema/ast/ast.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ast
 
 import (
diff --git a/pkg/config/schema/codegen/collections.go 
b/pkg/config/schema/codegen/collections.go
index b85ecdf4..f2340fcd 100644
--- a/pkg/config/schema/codegen/collections.go
+++ b/pkg/config/schema/codegen/collections.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package codegen
 
 import (
diff --git a/pkg/config/schema/codegen/common.go 
b/pkg/config/schema/codegen/common.go
index 48bf44f6..47a7295f 100644
--- a/pkg/config/schema/codegen/common.go
+++ b/pkg/config/schema/codegen/common.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package codegen
 
 import (
diff --git a/pkg/config/schema/codegen/tools/collections.main.go 
b/pkg/config/schema/codegen/tools/collections.main.go
index 64595cdf..e7e598dc 100644
--- a/pkg/config/schema/codegen/tools/collections.main.go
+++ b/pkg/config/schema/codegen/tools/collections.main.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package main
 
 import (
diff --git a/pkg/config/schema/collection/schema.go 
b/pkg/config/schema/collection/schema.go
index 2768823c..c6e1d86e 100644
--- a/pkg/config/schema/collection/schema.go
+++ b/pkg/config/schema/collection/schema.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package collection
 
 import (
diff --git a/pkg/config/schema/kind/kind.go b/pkg/config/schema/kind/kind.go
index 6c29e6ef..c10afddf 100644
--- a/pkg/config/schema/kind/kind.go
+++ b/pkg/config/schema/kind/kind.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package kind
 
 type Kind uint8
diff --git a/pkg/env/dubbo.go b/pkg/env/dubbo.go
index 8f554f68..27846521 100644
--- a/pkg/env/dubbo.go
+++ b/pkg/env/dubbo.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package env
 
 import (
diff --git a/pkg/env/variable.go b/pkg/env/variable.go
index 2bb43606..518903bb 100644
--- a/pkg/env/variable.go
+++ b/pkg/env/variable.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package env
 
 import "os"
diff --git a/pkg/util/strcase/camelcase.go b/pkg/util/strcase/camelcase.go
index 095dbe76..dc8bd894 100644
--- a/pkg/util/strcase/camelcase.go
+++ b/pkg/util/strcase/camelcase.go
@@ -1,3 +1,19 @@
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package strcase
 
 import (

Reply via email to