Compare commits
No commits in common. "7a54da4c57313ec5fc273f75b58299257a0bce3e" and "eeb0d8f5228d1f3b840a6752727890740ae427bc" have entirely different histories.
7a54da4c57
...
eeb0d8f522
@ -5,6 +5,7 @@ when:
|
||||
|
||||
steps:
|
||||
test:
|
||||
group: test
|
||||
image: golang:1.22-alpine
|
||||
commands:
|
||||
- go test -v ./...
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user