File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,17 +310,17 @@ func (c *Dcp) GetKubernetesLeaderElector() *KubernetesLeaderElector {
310310}
311311
312312type CouchbaseMetadata struct {
313- Hosts []string `yaml:"hosts"`
314313 Username string `yaml:"username"`
315314 Password string `yaml:"password"`
316315 Bucket string `yaml:"bucket"`
317316 Scope string `yaml:"scope"`
318317 Collection string `yaml:"collection"`
318+ RootCAPath string `yaml:"rootCAPath"`
319+ Hosts []string `yaml:"hosts"`
319320 MaxQueueSize int `yaml:"maxQueueSize"`
320321 ConnectionBufferSize uint `yaml:"connectionBufferSize"`
321322 ConnectionTimeout time.Duration `yaml:"connectionTimeout"`
322323 SecureConnection bool `yaml:"secureConnection"`
323- RootCAPath string `yaml:"rootCAPath"`
324324}
325325
326326func (c * Dcp ) GetCouchbaseMetadata () * CouchbaseMetadata {
You can’t perform that action at this time.
0 commit comments