From 4050ca722c48733e9da96eb2001d12a1a1219c6e Mon Sep 17 00:00:00 2001 From: jiangpengcheng Date: Wed, 6 Nov 2024 17:14:32 +0800 Subject: [PATCH] generate crd --- .../crd/bases/resource.streamnative.io_pulsarnamespaces.yaml | 4 ++++ config/crd/bases/resource.streamnative.io_pulsartopics.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/config/crd/bases/resource.streamnative.io_pulsarnamespaces.yaml b/config/crd/bases/resource.streamnative.io_pulsarnamespaces.yaml index 9b23349..725177b 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarnamespaces.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarnamespaces.yaml @@ -123,6 +123,10 @@ spec: type: string type: object x-kubernetes-map-type: atomic + deduplication: + description: Deduplication controls whether to enable message deduplication + for the namespace. + type: boolean geoReplicationRefs: description: |- GeoReplicationRefs is a list of references to PulsarGeoReplication resources, diff --git a/config/crd/bases/resource.streamnative.io_pulsartopics.yaml b/config/crd/bases/resource.streamnative.io_pulsartopics.yaml index 14f2a93..f6a4bf1 100644 --- a/config/crd/bases/resource.streamnative.io_pulsartopics.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsartopics.yaml @@ -112,6 +112,10 @@ spec: type: string type: object x-kubernetes-map-type: atomic + deduplication: + description: Deduplication controls whether to enable message deduplication + for the topic. + type: boolean geoReplicationRefs: description: |- GeoReplicationRefs is a list of references to PulsarGeoReplication resources,