Compare commits

..

No commits in common. "7a54da4c57313ec5fc273f75b58299257a0bce3e" and "eeb0d8f5228d1f3b840a6752727890740ae427bc" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ when:
steps:
test:
group: test
image: golang:1.22-alpine
commands:
- go test -v ./...

View File

@ -108,8 +108,8 @@ appProbe := func() error {
}
// Create manual probes
live := kubeprobes.NewManualProbe("liveness")
ready := kubeprobes.NewManualProbe("readiness")
live := kubeprobes.NewManualProbe()
ready := kubeprobes.NewManualProbe()
// Prepare handler
kp, err := kubeprobes.New(