feat(ingress): Watch ingresses and create monitor when annotations match #28
Annotations
4 errors
Lint
golangci-lint exit with code 3
|
Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux\n case \"$TARGETPLATFORM\" in\n 'linux/amd64') export GOARCH=amd64 ;;\n 'linux/arm/v6') export GOARCH=arm GOARM=6 ;;\n 'linux/arm/v7') export GOARCH=arm GOARM=7 ;;\n 'linux/arm64') export GOARCH=arm64 ;;\n *) echo \"Unsupported target: $TARGETPLATFORM\" && exit 1 ;;\n esac\n go build -ldflags='-w -s' -trimpath -o manager cmd/main.go\n" did not complete successfully: exit code: 1
|
Test:
internal/controller/ingress_controller.go#L25
no required module provides package github.com/clevyr/uptime-robot-operator/internal/util; to add it:
|
Test
Process completed with exit code 2.
|