Kubernetes Operator that creates Service Endpoints from Secrets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update go version

+1 -1
+1 -1
Dockerfile
··· 1 1 # Build the manager binary 2 - FROM golang:1.24 AS builder 2 + FROM golang:1.25 AS builder 3 3 ARG TARGETOS 4 4 ARG TARGETARCH 5 5