Added manage and unmanaged commands #919
Annotations
10 errors and 1 warning
golangci-lint:
internal/modules/disable_test.go#L47
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/disable_test.go#L74
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/disable_test.go#L108
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/disable_test.go#L131
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/disable_test.go#L150
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/disable_test.go#L175
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/disable_test.go#L214
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/disable_test.go#L254
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/disable_test.go#L294
cannot use &fakeKymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
golangci-lint:
internal/modules/enable_test.go#L36
cannot use &kymaClient (value of type *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient) as kyma.Interface value in struct literal: *"github.com/kyma-project/cli.v3/internal/kube/fake".KymaClient does not implement kyma.Interface (missing method ManageModule)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading