package grpc
import "k8s.io/kubernetes/pkg/probe/grpc"
Index ¶
Types ¶
type Prober ¶
type Prober interface { Probe(host, service string, port int, timeout time.Duration) (probe.Result, string, error) }
Prober is an interface that defines the Probe function for doing GRPC readiness/liveness/startup checks.
func New ¶
func New() Prober
New Prober for execute grpc probe
Source Files ¶
grpc.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 3 hours ago –
Tools for package owners.