We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b80a1 commit c7e1315Copy full SHA for c7e1315
pkg/chop/chop.go
@@ -21,7 +21,7 @@ import (
21
kube "k8s.io/client-go/kubernetes"
22
23
log "github.com/altinity/clickhouse-operator/pkg/announcer"
24
- "github.com/altinity/clickhouse-operator/pkg/apis/clickhouse.altinity.com/v1"
+ api "github.com/altinity/clickhouse-operator/pkg/apis/clickhouse.altinity.com/v1"
25
chopclientset "github.com/altinity/clickhouse-operator/pkg/client/clientset/versioned"
26
)
27
@@ -63,7 +63,7 @@ func (c *CHOp) Init() error {
63
}
64
65
// Config returns operator config
66
-func (c *CHOp) Config() *v1.OperatorConfig {
+func (c *CHOp) Config() *api.OperatorConfig {
67
if c == nil {
68
return nil
69
0 commit comments