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 954cfe26 [chore] update addons and base charts (#701)
954cfe26 is described below

commit 954cfe266569fd486a451ebed694124304b43975
Author: Jian Zhong <[email protected]>
AuthorDate: Sat May 3 01:23:46 2025 +0800

    [chore] update addons and base charts (#701)
---
 manifests/addons/gen.sh                            | 39 ------------
 manifests/addons/values-prometheus.yaml            | 38 -----------
 .../base/files/dubbo.io_dataplaneinsights.yaml     | 64 -------------------
 .../charts/base/files/dubbo.io_dataplanes.yaml     | 64 -------------------
 .../charts/base/files/dubbo.io_datasources.yaml    | 64 -------------------
 manifests/charts/base/files/dubbo.io_mappings.yaml | 64 -------------------
 manifests/charts/base/files/dubbo.io_meshes.yaml   | 64 -------------------
 .../charts/base/files/dubbo.io_meshinsights.yaml   | 64 -------------------
 manifests/charts/base/files/dubbo.io_metadata.yaml | 64 -------------------
 manifests/charts/base/files/dubbo.io_secrets.yaml  | 64 -------------------
 .../base/files/dubbo.io_servicenamemappings.yaml   | 73 ----------------------
 .../charts/base/files/dubbo.io_zoneegresses.yaml   | 64 -------------------
 .../base/files/dubbo.io_zoneegressinsights.yaml    | 65 -------------------
 .../charts/base/files/dubbo.io_zoneingresses.yaml  | 64 -------------------
 .../base/files/dubbo.io_zoneingressinsights.yaml   | 65 -------------------
 .../charts/base/files/dubbo.io_zoneinsights.yaml   | 64 -------------------
 manifests/charts/base/files/dubbo.io_zones.yaml    | 64 -------------------
 17 files changed, 1048 deletions(-)

diff --git a/manifests/addons/gen.sh b/manifests/addons/gen.sh
deleted file mode 100644
index 037a1ab4..00000000
--- a/manifests/addons/gen.sh
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/env bash
-
-# 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.
-
-
-WORKDIR=$(dirname "$0")
-WORKDIR=$(cd "$WORKDIR"; pwd)
-
-set -eux
-
-# script set up the plain text rendered
-
-KUBERNETES=${WORKDIR}/../kubernetes
-mkdir -p "${KUBERNETES}"
-kubectl create ns dubbo-system
-if [ $? -ne 0 ];then
-  kubectl delete ns dubbo-system ; kubectl create ns dubbo-system
-fi
-
-# Set up prometheus
-helm template prometheus prometheus \
-  --namespace dubbo-system \
-  --version 27.5.1 \
-  --repo https://prometheus-community.github.io/helm-charts \
-  -f "${WD}/values-prometheus.yaml" \
-  > "${ADDONS}/prometheus.yaml"
\ No newline at end of file
diff --git a/manifests/addons/values-prometheus.yaml 
b/manifests/addons/values-prometheus.yaml
deleted file mode 100644
index f39f3f00..00000000
--- a/manifests/addons/values-prometheus.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.
-
-alertmanager:
-  enabled: false
-prometheus-pushgateway:
-  enabled: false
-kube-state-metrics:
-  enabled: false
-prometheus-node-exporter:
-  enabled: false
-server:
-  persistentVolume:
-    enabled: false
-  service:
-    servicePort: 9090
-  readinessProbeInitialDelay: 0
-  global:
-    scrape_interval: 15s
-  image:
-    repository: prom/prometheus
-  securityContext: null
-configmapReload:
-  prometheus:
-    image:
-      repository: ghcr.io/prometheus-operator/prometheus-config-reloader
diff --git a/manifests/charts/base/files/dubbo.io_dataplaneinsights.yaml 
b/manifests/charts/base/files/dubbo.io_dataplaneinsights.yaml
deleted file mode 100644
index 2f418611..00000000
--- a/manifests/charts/base/files/dubbo.io_dataplaneinsights.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: dataplaneinsights.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: DataplaneInsight
-    listKind: DataplaneInsightList
-    plural: dataplaneinsights
-    singular: dataplaneinsight
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          status:
-            description: Status is the status the dubbo resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_dataplanes.yaml 
b/manifests/charts/base/files/dubbo.io_dataplanes.yaml
deleted file mode 100644
index f03c6a9a..00000000
--- a/manifests/charts/base/files/dubbo.io_dataplanes.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: dataplanes.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: Dataplane
-    listKind: DataplaneList
-    plural: dataplanes
-    singular: dataplane
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo Dataplane 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_datasources.yaml 
b/manifests/charts/base/files/dubbo.io_datasources.yaml
deleted file mode 100644
index 25506519..00000000
--- a/manifests/charts/base/files/dubbo.io_datasources.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: datasources.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: DataSource
-    listKind: DataSourceList
-    plural: datasources
-    singular: datasource
-  scope: Cluster
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo DataSource 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_mappings.yaml 
b/manifests/charts/base/files/dubbo.io_mappings.yaml
deleted file mode 100644
index d60ed752..00000000
--- a/manifests/charts/base/files/dubbo.io_mappings.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: mappings.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: Mapping
-    listKind: MappingList
-    plural: mappings
-    singular: mapping
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo Mapping 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_meshes.yaml 
b/manifests/charts/base/files/dubbo.io_meshes.yaml
deleted file mode 100644
index c0785421..00000000
--- a/manifests/charts/base/files/dubbo.io_meshes.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: meshes.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: Mesh
-    listKind: MeshList
-    plural: meshes
-    singular: mesh
-  scope: Cluster
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo Mesh resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_meshinsights.yaml 
b/manifests/charts/base/files/dubbo.io_meshinsights.yaml
deleted file mode 100644
index 7e5bc5b9..00000000
--- a/manifests/charts/base/files/dubbo.io_meshinsights.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: meshinsights.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: MeshInsight
-    listKind: MeshInsightList
-    plural: meshinsights
-    singular: meshinsight
-  scope: Cluster
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo MeshInsight 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_metadata.yaml 
b/manifests/charts/base/files/dubbo.io_metadata.yaml
deleted file mode 100644
index 0f492d2a..00000000
--- a/manifests/charts/base/files/dubbo.io_metadata.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: metadata.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: MetaData
-    listKind: MetaDataList
-    plural: metadata
-    singular: metadata
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo MetaData 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_secrets.yaml 
b/manifests/charts/base/files/dubbo.io_secrets.yaml
deleted file mode 100644
index 3dbef477..00000000
--- a/manifests/charts/base/files/dubbo.io_secrets.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: secrets.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: Secret
-    listKind: SecretList
-    plural: secrets
-    singular: secret
-  scope: Cluster
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo Secret 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_servicenamemappings.yaml 
b/manifests/charts/base/files/dubbo.io_servicenamemappings.yaml
deleted file mode 100644
index 696364ff..00000000
--- a/manifests/charts/base/files/dubbo.io_servicenamemappings.yaml
+++ /dev/null
@@ -1,73 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: servicenamemappings.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: ServiceNameMapping
-    listKind: ServiceNameMappingList
-    plural: servicenamemappings
-    singular: servicenamemapping
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo 
ServiceNameMapping
-              resource.
-            properties:
-              applicationNames:
-                items:
-                  type: string
-                type: array
-              interfaceName:
-                type: string
-              namespace:
-                type: string
-            required:
-            - applicationNames
-            - interfaceName
-            - namespace
-            type: object
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_zoneegresses.yaml 
b/manifests/charts/base/files/dubbo.io_zoneegresses.yaml
deleted file mode 100644
index 3906faa9..00000000
--- a/manifests/charts/base/files/dubbo.io_zoneegresses.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: zoneegresses.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: ZoneEgress
-    listKind: ZoneEgressList
-    plural: zoneegresses
-    singular: zoneegress
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo ZoneEgress 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_zoneegressinsights.yaml 
b/manifests/charts/base/files/dubbo.io_zoneegressinsights.yaml
deleted file mode 100644
index 362d3ade..00000000
--- a/manifests/charts/base/files/dubbo.io_zoneegressinsights.yaml
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: zoneegressinsights.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: ZoneEgressInsight
-    listKind: ZoneEgressInsightList
-    plural: zoneegressinsights
-    singular: zoneegressinsight
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo 
ZoneEgressInsight
-              resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_zoneingresses.yaml 
b/manifests/charts/base/files/dubbo.io_zoneingresses.yaml
deleted file mode 100644
index 2ab0d2ec..00000000
--- a/manifests/charts/base/files/dubbo.io_zoneingresses.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: zoneingresses.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: ZoneIngress
-    listKind: ZoneIngressList
-    plural: zoneingresses
-    singular: zoneingress
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo ZoneIngress 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_zoneingressinsights.yaml 
b/manifests/charts/base/files/dubbo.io_zoneingressinsights.yaml
deleted file mode 100644
index 6ff6a80a..00000000
--- a/manifests/charts/base/files/dubbo.io_zoneingressinsights.yaml
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: zoneingressinsights.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: ZoneIngressInsight
-    listKind: ZoneIngressInsightList
-    plural: zoneingressinsights
-    singular: zoneingressinsight
-  scope: Namespaced
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo 
ZoneIngressInsight
-              resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_zoneinsights.yaml 
b/manifests/charts/base/files/dubbo.io_zoneinsights.yaml
deleted file mode 100644
index d32a123c..00000000
--- a/manifests/charts/base/files/dubbo.io_zoneinsights.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: zoneinsights.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: ZoneInsight
-    listKind: ZoneInsightList
-    plural: zoneinsights
-    singular: zoneinsight
-  scope: Cluster
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo ZoneInsight 
resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true
diff --git a/manifests/charts/base/files/dubbo.io_zones.yaml 
b/manifests/charts/base/files/dubbo.io_zones.yaml
deleted file mode 100644
index ff7e68c8..00000000
--- a/manifests/charts/base/files/dubbo.io_zones.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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.
----
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  annotations:
-    controller-gen.kubebuilder.io/version: v0.14.0
-  name: zones.dubbo.io
-spec:
-  group: dubbo.io
-  names:
-    categories:
-    - dubbo
-    kind: Zone
-    listKind: ZoneList
-    plural: zones
-    singular: zone
-  scope: Cluster
-  versions:
-  - name: v1alpha1
-    schema:
-      openAPIV3Schema:
-        properties:
-          apiVersion:
-            description: |-
-              APIVersion defines the versioned schema of this representation 
of an object.
-              Servers should convert recognized schemas to the latest internal 
value, and
-              may reject unrecognized values.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-            type: string
-          kind:
-            description: |-
-              Kind is a string value representing the REST resource this 
object represents.
-              Servers may infer this from the endpoint the client submits 
requests to.
-              Cannot be updated.
-              In CamelCase.
-              More info: 
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-            type: string
-          mesh:
-            description: |-
-              Mesh is the name of the dubbo mesh this resource belongs to.
-              It may be omitted for cluster-scoped resources.
-            type: string
-          metadata:
-            type: object
-          spec:
-            description: Spec is the specification of the Dubbo Zone resource.
-            x-kubernetes-preserve-unknown-fields: true
-        type: object
-    served: true
-    storage: true


Reply via email to