Cleanup unused configuration fields #1217
operator-verify.yaml
on: pull_request
operator-lint
1m 10s
operator-unit-tests
1m 2s
operator-integration-test
1m 54s
operator-upgrade-test
0s
gardener-integration-test
0s
Annotations
14 errors and 1 warning
operator-unit-tests
s.instance.Spec.FunctionTimeoutSec undefined (type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec has no field or method FunctionTimeoutSec)
|
operator-unit-tests
s.instance.Spec.FunctionRequestBodyLimitMb undefined (type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec has no field or method FunctionRequestBodyLimitMb)
|
operator-unit-tests
s.instance.Spec.FunctionTimeoutSec undefined (type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec has no field or method FunctionTimeoutSec)
|
operator-unit-tests
Process completed with exit code 2.
|
operator-lint:
components/operator/controllers/serverless_controller.go#L25
could not import github.com/kyma-project/serverless/components/operator/internal/state (-: # github.com/kyma-project/serverless/components/operator/internal/state
|
operator-lint
s.instance.Spec.FunctionTimeoutSec undefined (type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec has no field or method FunctionTimeoutSec)
|
operator-lint
s.instance.Spec.FunctionRequestBodyLimitMb undefined (type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec has no field or method FunctionRequestBodyLimitMb)) (typecheck)
|
operator-lint:
components/operator/internal/state/add_finalizer.go#L1
: # github.com/kyma-project/serverless/components/operator/internal/state [github.com/kyma-project/serverless/components/operator/internal/state.test]
|
operator-lint
s.instance.Spec.FunctionTimeoutSec undefined (type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec has no field or method FunctionTimeoutSec)
|
operator-lint
s.instance.Spec.FunctionRequestBodyLimitMb undefined (type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec has no field or method FunctionRequestBodyLimitMb)
|
operator-lint
unknown field FunctionRequestBodyLimitMb in struct literal of type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec
|
operator-lint
undefined: requestBodyLimitMbTest
|
operator-lint
unknown field FunctionTimeoutSec in struct literal of type "github.com/kyma-project/serverless/components/operator/api/v1alpha1".ServerlessSpec
|
operator-lint
undefined: timeoutSecTest (typecheck)
|
operator-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|