Skip to content

Commit c7e1315

Browse files
committed
dev: api naming
1 parent 63b80a1 commit c7e1315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/chop/chop.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
kube "k8s.io/client-go/kubernetes"
2222

2323
log "github.com/altinity/clickhouse-operator/pkg/announcer"
24-
"github.com/altinity/clickhouse-operator/pkg/apis/clickhouse.altinity.com/v1"
24+
api "github.com/altinity/clickhouse-operator/pkg/apis/clickhouse.altinity.com/v1"
2525
chopclientset "github.com/altinity/clickhouse-operator/pkg/client/clientset/versioned"
2626
)
2727

@@ -63,7 +63,7 @@ func (c *CHOp) Init() error {
6363
}
6464

6565
// Config returns operator config
66-
func (c *CHOp) Config() *v1.OperatorConfig {
66+
func (c *CHOp) Config() *api.OperatorConfig {
6767
if c == nil {
6868
return nil
6969
}

0 commit comments

Comments
 (0)