Attach additional volume for postgres #2650
Annotations
5 errors
|
golangci-lint
issues found
|
|
golangci-lint:
pkg/apis/postgres-operator.crunchydata.com/v1beta1/zz_generated.deepcopy.go#L2544
cannot use *out (variable of struct type AdditionalVolume) as *AdditionalVolume value in argument to (*in).DeepCopyInto (typecheck)
|
|
golangci-lint:
pkg/apis/postgres-operator.crunchydata.com/v1beta1/zz_generated.deepcopy.go#L2543
cannot use new(AdditionalVolume) (value of type *AdditionalVolume) as AdditionalVolume value in assignment
|
|
golangci-lint:
pkg/apis/postgres-operator.crunchydata.com/v1beta1/zz_generated.deepcopy.go#L2541
invalid operation: (*in)[i] != nil (mismatched types AdditionalVolume and untyped nil)
|
|
golangci-lint:
pkg/apis/postgres-operator.crunchydata.com/v1beta1/zz_generated.deepcopy.go#L2539
cannot use make([]*AdditionalVolume, len(*in)) (value of type []*AdditionalVolume) as []AdditionalVolume value in assignment
|