Add skip-reconcile annotation support for controlled operator pause #458
Annotations
10 errors and 1 warning
golangci-lint:
operator/redisfailover/service/check_test.go#L1
: # github.com/spotahome/redis-operator/operator/redisfailover/service_test [github.com/spotahome/redis-operator/operator/redisfailover/service.test]
|
golangci-lint:
operator/redisfailover/service/check_test.go#L49
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
golangci-lint:
operator/redisfailover/service/check_test.go#L70
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
golangci-lint:
operator/redisfailover/service/check_test.go#L91
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
golangci-lint:
operator/redisfailover/service/check_test.go#L106
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
golangci-lint:
operator/redisfailover/service/check_test.go#L127
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
golangci-lint:
operator/redisfailover/service/check_test.go#L148
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
golangci-lint:
operator/redisfailover/service/check_test.go#L165
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
golangci-lint:
operator/redisfailover/service/check_test.go#L194
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
golangci-lint:
operator/redisfailover/service/check_test.go#L223
cannot use ms (variable of type *"github.com/spotahome/redis-operator/mocks/service/k8s".Services) as k8s.Services value in argument to rfservice.NewRedisFailoverChecker: *"github.com/spotahome/redis-operator/mocks/service/k8s".Services does not implement k8s.Services (missing method UpdatePodAnnotations)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading