Skip to content

Commit

Permalink
dev: api naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Jan 27, 2025
1 parent 63b80a1 commit c7e1315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/chop/chop.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
kube "k8s.io/client-go/kubernetes"

log "github.com/altinity/clickhouse-operator/pkg/announcer"
"github.com/altinity/clickhouse-operator/pkg/apis/clickhouse.altinity.com/v1"
api "github.com/altinity/clickhouse-operator/pkg/apis/clickhouse.altinity.com/v1"
chopclientset "github.com/altinity/clickhouse-operator/pkg/client/clientset/versioned"
)

Expand Down Expand Up @@ -63,7 +63,7 @@ func (c *CHOp) Init() error {
}

// Config returns operator config
func (c *CHOp) Config() *v1.OperatorConfig {
func (c *CHOp) Config() *api.OperatorConfig {
if c == nil {
return nil
}
Expand Down

0 comments on commit c7e1315

Please sign in to comment.