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 cd5e75e9 [charts] Operator adds zookeeper configuration data directory 
option (#680)
cd5e75e9 is described below

commit cd5e75e9118a383ffaf592b408a4ef34419d69f8
Author: Jian Zhong <[email protected]>
AuthorDate: Tue Apr 15 08:14:01 2025 +0800

    [charts] Operator adds zookeeper configuration data directory option (#680)
---
 operator/pkg/apis/proto/values_types.proto |   2 +
 operator/pkg/apis/values_types.pb.go       | 172 ++++++++++++++++-------------
 2 files changed, 95 insertions(+), 79 deletions(-)

diff --git a/operator/pkg/apis/proto/values_types.proto 
b/operator/pkg/apis/proto/values_types.proto
index be7cacbd..0372a984 100644
--- a/operator/pkg/apis/proto/values_types.proto
+++ b/operator/pkg/apis/proto/values_types.proto
@@ -32,6 +32,8 @@ message BaseConfig {}
 message ZookeeperConfig {
   // Controls whether Zookeeper is installed.
   google.protobuf.BoolValue enabled = 1;
+  // Zookeeper the directory where the snapshot is stored.
+  google.protobuf.StringValue dataLogDir = 2;
 }
 
 message NacosConfig {
diff --git a/operator/pkg/apis/values_types.pb.go 
b/operator/pkg/apis/values_types.pb.go
index fa6e520a..a4336601 100644
--- a/operator/pkg/apis/values_types.pb.go
+++ b/operator/pkg/apis/values_types.pb.go
@@ -121,6 +121,8 @@ type ZookeeperConfig struct {
 
        // Controls whether Zookeeper is installed.
        Enabled *wrapperspb.BoolValue 
`protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
+       // Zookeeper the directory where the snapshot is stored.
+       DataLogDir *wrapperspb.StringValue 
`protobuf:"bytes,2,opt,name=dataLogDir,proto3" json:"dataLogDir,omitempty"`
 }
 
 func (x *ZookeeperConfig) Reset() {
@@ -162,6 +164,13 @@ func (x *ZookeeperConfig) GetEnabled() 
*wrapperspb.BoolValue {
        return nil
 }
 
+func (x *ZookeeperConfig) GetDataLogDir() *wrapperspb.StringValue {
+       if x != nil {
+               return x.DataLogDir
+       }
+       return nil
+}
+
 type NacosConfig struct {
        state         protoimpl.MessageState
        sizeCache     protoimpl.SizeCache
@@ -543,70 +552,74 @@ var file_values_types_proto_rawDesc = []byte{
        0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 
0x75, 0x66, 0x2f, 0x77,
        0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 
0x6f, 0x22, 0x0e, 0x0a,
        0x0c, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 
0x67, 0x22, 0x0c, 0x0a,
-       0x0a, 0x42, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 
0x47, 0x0a, 0x0f, 0x5a,
-       0x6f, 0x6f, 0x6b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 
0x69, 0x67, 0x12, 0x34,
-       0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 
0x01, 0x28, 0x0b, 0x32,
-       0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 
0x74, 0x6f, 0x62, 0x75,
-       0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 
0x07, 0x65, 0x6e, 0x61,
-       0x62, 0x6c, 0x65, 0x64, 0x22, 0xb6, 0x01, 0x0a, 0x0b, 0x4e, 0x61, 0x63, 
0x6f, 0x73, 0x43, 0x6f,
-       0x6e, 0x66, 0x69, 0x67, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 
0x6c, 0x65, 0x64, 0x18,
-       0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 
0x6c, 0x65, 0x2e, 0x70,
-       0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 
0x56, 0x61, 0x6c, 0x75,
-       0x65, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x30, 
0x0a, 0x04, 0x6d, 0x6f,
-       0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 
0x6f, 0x6f, 0x67, 0x6c,
-       0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 
0x74, 0x72, 0x69, 0x6e,
-       0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 
0x12, 0x3f, 0x0a, 0x07,
-       0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 
0x0b, 0x32, 0x25, 0x2e,
-       0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 
0x6f, 0x72, 0x2e, 0x76,
-       0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4e, 0x61, 0x63, 0x6f, 
0x73, 0x53, 0x74, 0x6f,
-       0x72, 0x61, 0x67, 0x65, 0x52, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 
0x65, 0x22, 0x69, 0x0a,
-       0x0c, 0x4e, 0x61, 0x63, 0x6f, 0x73, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 
0x65, 0x12, 0x12, 0x0a,
-       0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 
0x04, 0x74, 0x79, 0x70,
-       0x65, 0x12, 0x45, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 
0x65, 0x18, 0x02, 0x20,
-       0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 
0x6f, 0x70, 0x65, 0x72,
-       0x61, 0x74, 0x6f, 0x72, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 
0x31, 0x2e, 0x4e, 0x61,
-       0x63, 0x6f, 0x73, 0x4d, 0x59, 0x53, 0x51, 0x4c, 0x43, 0x6f, 0x6e, 0x66, 
0x69, 0x67, 0x52, 0x08,
-       0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x22, 0x9c, 0x01, 0x0a, 
0x10, 0x4e, 0x61, 0x63,
-       0x6f, 0x73, 0x4d, 0x59, 0x53, 0x51, 0x4c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 
0x67, 0x12, 0x12, 0x0a,
-       0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 
0x04, 0x68, 0x6f, 0x73,
-       0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 
0x01, 0x28, 0x09, 0x52,
-       0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 
0x74, 0x18, 0x03, 0x20,
-       0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 
0x08, 0x75, 0x73, 0x65,
-       0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 
0x08, 0x75, 0x73, 0x65,
-       0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 
0x73, 0x77, 0x6f, 0x72,
-       0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 
0x73, 0x77, 0x6f, 0x72,
-       0x64, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x06, 
0x20, 0x01, 0x28, 0x09,
-       0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x9e, 0x02, 0x0a, 0x06, 
0x56, 0x61, 0x6c, 0x75,
-       0x65, 0x73, 0x12, 0x3d, 0x0a, 0x06, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 
0x18, 0x01, 0x20, 0x01,
-       0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6f, 
0x70, 0x65, 0x72, 0x61,
-       0x74, 0x6f, 0x72, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 
0x2e, 0x47, 0x6c, 0x6f,
-       0x62, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x06, 0x67, 
0x6c, 0x6f, 0x62, 0x61,
-       0x6c, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x61, 0x73, 0x65, 0x18, 0x02, 0x20, 
0x01, 0x28, 0x0b, 0x32,
-       0x23, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x72, 
0x61, 0x74, 0x6f, 0x72,
-       0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x42, 0x61, 
0x73, 0x65, 0x43, 0x6f,
-       0x6e, 0x66, 0x69, 0x67, 0x52, 0x04, 0x62, 0x61, 0x73, 0x65, 0x12, 0x18, 
0x0a, 0x07, 0x70, 0x72,
-       0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 
0x07, 0x70, 0x72, 0x6f,
-       0x66, 0x69, 0x6c, 0x65, 0x12, 0x46, 0x0a, 0x09, 0x7a, 0x6f, 0x6f, 0x6b, 
0x65, 0x65, 0x70, 0x65,
-       0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x64, 0x75, 
0x62, 0x62, 0x6f, 0x2e,
-       0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x76, 0x31, 0x61, 
0x6c, 0x70, 0x68, 0x61,
-       0x31, 0x2e, 0x5a, 0x6f, 0x6f, 0x6b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x43, 
0x6f, 0x6e, 0x66, 0x69,
-       0x67, 0x52, 0x09, 0x7a, 0x6f, 0x6f, 0x6b, 0x65, 0x65, 0x70, 0x65, 0x72, 
0x12, 0x3a, 0x0a, 0x05,
-       0x6e, 0x61, 0x63, 0x6f, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 
0x24, 0x2e, 0x64, 0x75,
-       0x62, 0x62, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 
0x2e, 0x76, 0x31, 0x61,
-       0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4e, 0x61, 0x63, 0x6f, 0x73, 0x43, 
0x6f, 0x6e, 0x66, 0x69,
-       0x67, 0x52, 0x05, 0x6e, 0x61, 0x63, 0x6f, 0x73, 0x22, 0x8c, 0x01, 0x0a, 
0x0b, 0x49, 0x6e, 0x74,
-       0x4f, 0x72, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x12, 0x0a, 0x04, 
0x74, 0x79, 0x70, 0x65,
-       0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 
0x12, 0x33, 0x0a, 0x06,
-       0x69, 0x6e, 0x74, 0x56, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 
0x32, 0x1b, 0x2e, 0x67,
-       0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 
0x75, 0x66, 0x2e, 0x49,
-       0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x69, 
0x6e, 0x74, 0x56, 0x61,
-       0x6c, 0x12, 0x34, 0x0a, 0x06, 0x73, 0x74, 0x72, 0x56, 0x61, 0x6c, 0x18, 
0x03, 0x20, 0x01, 0x28,
-       0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 
0x72, 0x6f, 0x74, 0x6f,
-       0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 
0x6c, 0x75, 0x65, 0x52,
-       0x06, 0x73, 0x74, 0x72, 0x56, 0x61, 0x6c, 0x42, 0x22, 0x5a, 0x20, 0x64, 
0x75, 0x62, 0x62, 0x6f,
-       0x2e, 0x69, 0x6f, 0x2f, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2f, 0x6f, 0x70, 
0x65, 0x72, 0x61, 0x74,
-       0x6f, 0x72, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x62, 
0x06, 0x70, 0x72, 0x6f,
-       0x74, 0x6f, 0x33,
+       0x0a, 0x42, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 
0x85, 0x01, 0x0a, 0x0f,
+       0x5a, 0x6f, 0x6f, 0x6b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x43, 0x6f, 0x6e, 
0x66, 0x69, 0x67, 0x12,
+       0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 
0x20, 0x01, 0x28, 0x0b,
+       0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 
0x6f, 0x74, 0x6f, 0x62,
+       0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 
0x52, 0x07, 0x65, 0x6e,
+       0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x3c, 0x0a, 0x0a, 0x64, 0x61, 0x74, 
0x61, 0x4c, 0x6f, 0x67,
+       0x44, 0x69, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 
0x67, 0x6f, 0x6f, 0x67,
+       0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 
0x53, 0x74, 0x72, 0x69,
+       0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0a, 0x64, 0x61, 0x74, 
0x61, 0x4c, 0x6f, 0x67,
+       0x44, 0x69, 0x72, 0x22, 0xb6, 0x01, 0x0a, 0x0b, 0x4e, 0x61, 0x63, 0x6f, 
0x73, 0x43, 0x6f, 0x6e,
+       0x66, 0x69, 0x67, 0x12, 0x34, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 
0x65, 0x64, 0x18, 0x01,
+       0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 
0x65, 0x2e, 0x70, 0x72,
+       0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 
0x61, 0x6c, 0x75, 0x65,
+       0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x30, 0x0a, 
0x04, 0x6d, 0x6f, 0x64,
+       0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 
0x6f, 0x67, 0x6c, 0x65,
+       0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 
0x72, 0x69, 0x6e, 0x67,
+       0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 
0x3f, 0x0a, 0x07, 0x73,
+       0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 
0x32, 0x25, 0x2e, 0x64,
+       0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 
0x72, 0x2e, 0x76, 0x31,
+       0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4e, 0x61, 0x63, 0x6f, 0x73, 
0x53, 0x74, 0x6f, 0x72,
+       0x61, 0x67, 0x65, 0x52, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 
0x22, 0x69, 0x0a, 0x0c,
+       0x4e, 0x61, 0x63, 0x6f, 0x73, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 
0x12, 0x12, 0x0a, 0x04,
+       0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 
0x74, 0x79, 0x70, 0x65,
+       0x12, 0x45, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 
0x18, 0x02, 0x20, 0x01,
+       0x28, 0x0b, 0x32, 0x29, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6f, 
0x70, 0x65, 0x72, 0x61,
+       0x74, 0x6f, 0x72, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 
0x2e, 0x4e, 0x61, 0x63,
+       0x6f, 0x73, 0x4d, 0x59, 0x53, 0x51, 0x4c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 
0x67, 0x52, 0x08, 0x64,
+       0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x22, 0x9c, 0x01, 0x0a, 0x10, 
0x4e, 0x61, 0x63, 0x6f,
+       0x73, 0x4d, 0x59, 0x53, 0x51, 0x4c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 
0x12, 0x12, 0x0a, 0x04,
+       0x68, 0x6f, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 
0x68, 0x6f, 0x73, 0x74,
+       0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 
0x28, 0x09, 0x52, 0x04,
+       0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 
0x18, 0x03, 0x20, 0x01,
+       0x28, 0x03, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 
0x75, 0x73, 0x65, 0x72,
+       0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 
0x75, 0x73, 0x65, 0x72,
+       0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 
0x77, 0x6f, 0x72, 0x64,
+       0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 
0x77, 0x6f, 0x72, 0x64,
+       0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x06, 0x20, 
0x01, 0x28, 0x09, 0x52,
+       0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x9e, 0x02, 0x0a, 0x06, 0x56, 
0x61, 0x6c, 0x75, 0x65,
+       0x73, 0x12, 0x3d, 0x0a, 0x06, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x18, 
0x01, 0x20, 0x01, 0x28,
+       0x0b, 0x32, 0x25, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6f, 0x70, 
0x65, 0x72, 0x61, 0x74,
+       0x6f, 0x72, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 
0x47, 0x6c, 0x6f, 0x62,
+       0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x06, 0x67, 0x6c, 
0x6f, 0x62, 0x61, 0x6c,
+       0x12, 0x37, 0x0a, 0x04, 0x62, 0x61, 0x73, 0x65, 0x18, 0x02, 0x20, 0x01, 
0x28, 0x0b, 0x32, 0x23,
+       0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 
0x74, 0x6f, 0x72, 0x2e,
+       0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x42, 0x61, 0x73, 
0x65, 0x43, 0x6f, 0x6e,
+       0x66, 0x69, 0x67, 0x52, 0x04, 0x62, 0x61, 0x73, 0x65, 0x12, 0x18, 0x0a, 
0x07, 0x70, 0x72, 0x6f,
+       0x66, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 
0x70, 0x72, 0x6f, 0x66,
+       0x69, 0x6c, 0x65, 0x12, 0x46, 0x0a, 0x09, 0x7a, 0x6f, 0x6f, 0x6b, 0x65, 
0x65, 0x70, 0x65, 0x72,
+       0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x64, 0x75, 0x62, 
0x62, 0x6f, 0x2e, 0x6f,
+       0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x76, 0x31, 0x61, 0x6c, 
0x70, 0x68, 0x61, 0x31,
+       0x2e, 0x5a, 0x6f, 0x6f, 0x6b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x43, 0x6f, 
0x6e, 0x66, 0x69, 0x67,
+       0x52, 0x09, 0x7a, 0x6f, 0x6f, 0x6b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x12, 
0x3a, 0x0a, 0x05, 0x6e,
+       0x61, 0x63, 0x6f, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 
0x2e, 0x64, 0x75, 0x62,
+       0x62, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 
0x76, 0x31, 0x61, 0x6c,
+       0x70, 0x68, 0x61, 0x31, 0x2e, 0x4e, 0x61, 0x63, 0x6f, 0x73, 0x43, 0x6f, 
0x6e, 0x66, 0x69, 0x67,
+       0x52, 0x05, 0x6e, 0x61, 0x63, 0x6f, 0x73, 0x22, 0x8c, 0x01, 0x0a, 0x0b, 
0x49, 0x6e, 0x74, 0x4f,
+       0x72, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x74, 
0x79, 0x70, 0x65, 0x18,
+       0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 
0x33, 0x0a, 0x06, 0x69,
+       0x6e, 0x74, 0x56, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 
0x1b, 0x2e, 0x67, 0x6f,
+       0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 
0x66, 0x2e, 0x49, 0x6e,
+       0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x69, 0x6e, 
0x74, 0x56, 0x61, 0x6c,
+       0x12, 0x34, 0x0a, 0x06, 0x73, 0x74, 0x72, 0x56, 0x61, 0x6c, 0x18, 0x03, 
0x20, 0x01, 0x28, 0x0b,
+       0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 
0x6f, 0x74, 0x6f, 0x62,
+       0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 
0x75, 0x65, 0x52, 0x06,
+       0x73, 0x74, 0x72, 0x56, 0x61, 0x6c, 0x42, 0x22, 0x5a, 0x20, 0x64, 0x75, 
0x62, 0x62, 0x6f, 0x2e,
+       0x69, 0x6f, 0x2f, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2f, 0x6f, 0x70, 0x65, 
0x72, 0x61, 0x74, 0x6f,
+       0x72, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x62, 0x06, 
0x70, 0x72, 0x6f, 0x74,
+       0x6f, 0x33,
 }
 
 var (
@@ -637,21 +650,22 @@ var file_values_types_proto_goTypes = []interface{}{
 }
 var file_values_types_proto_depIdxs = []int32{
        8,  // 0: dubbo.operator.v1alpha1.ZookeeperConfig.enabled:type_name -> 
google.protobuf.BoolValue
-       8,  // 1: dubbo.operator.v1alpha1.NacosConfig.enabled:type_name -> 
google.protobuf.BoolValue
-       9,  // 2: dubbo.operator.v1alpha1.NacosConfig.mode:type_name -> 
google.protobuf.StringValue
-       4,  // 3: dubbo.operator.v1alpha1.NacosConfig.storage:type_name -> 
dubbo.operator.v1alpha1.NacosStorage
-       5,  // 4: dubbo.operator.v1alpha1.NacosStorage.database:type_name -> 
dubbo.operator.v1alpha1.NacosMYSQLConfig
-       0,  // 5: dubbo.operator.v1alpha1.Values.global:type_name -> 
dubbo.operator.v1alpha1.GlobalConfig
-       1,  // 6: dubbo.operator.v1alpha1.Values.base:type_name -> 
dubbo.operator.v1alpha1.BaseConfig
-       2,  // 7: dubbo.operator.v1alpha1.Values.zookeeper:type_name -> 
dubbo.operator.v1alpha1.ZookeeperConfig
-       3,  // 8: dubbo.operator.v1alpha1.Values.nacos:type_name -> 
dubbo.operator.v1alpha1.NacosConfig
-       10, // 9: dubbo.operator.v1alpha1.IntOrString.intVal:type_name -> 
google.protobuf.Int32Value
-       9,  // 10: dubbo.operator.v1alpha1.IntOrString.strVal:type_name -> 
google.protobuf.StringValue
-       11, // [11:11] is the sub-list for method output_type
-       11, // [11:11] is the sub-list for method input_type
-       11, // [11:11] is the sub-list for extension type_name
-       11, // [11:11] is the sub-list for extension extendee
-       0,  // [0:11] is the sub-list for field type_name
+       9,  // 1: dubbo.operator.v1alpha1.ZookeeperConfig.dataLogDir:type_name 
-> google.protobuf.StringValue
+       8,  // 2: dubbo.operator.v1alpha1.NacosConfig.enabled:type_name -> 
google.protobuf.BoolValue
+       9,  // 3: dubbo.operator.v1alpha1.NacosConfig.mode:type_name -> 
google.protobuf.StringValue
+       4,  // 4: dubbo.operator.v1alpha1.NacosConfig.storage:type_name -> 
dubbo.operator.v1alpha1.NacosStorage
+       5,  // 5: dubbo.operator.v1alpha1.NacosStorage.database:type_name -> 
dubbo.operator.v1alpha1.NacosMYSQLConfig
+       0,  // 6: dubbo.operator.v1alpha1.Values.global:type_name -> 
dubbo.operator.v1alpha1.GlobalConfig
+       1,  // 7: dubbo.operator.v1alpha1.Values.base:type_name -> 
dubbo.operator.v1alpha1.BaseConfig
+       2,  // 8: dubbo.operator.v1alpha1.Values.zookeeper:type_name -> 
dubbo.operator.v1alpha1.ZookeeperConfig
+       3,  // 9: dubbo.operator.v1alpha1.Values.nacos:type_name -> 
dubbo.operator.v1alpha1.NacosConfig
+       10, // 10: dubbo.operator.v1alpha1.IntOrString.intVal:type_name -> 
google.protobuf.Int32Value
+       9,  // 11: dubbo.operator.v1alpha1.IntOrString.strVal:type_name -> 
google.protobuf.StringValue
+       12, // [12:12] is the sub-list for method output_type
+       12, // [12:12] is the sub-list for method input_type
+       12, // [12:12] is the sub-list for extension type_name
+       12, // [12:12] is the sub-list for extension extendee
+       0,  // [0:12] is the sub-list for field type_name
 }
 
 func init() { file_values_types_proto_init() }

Reply via email to