kubernetesk8s.io/kubernetes/pkg/probe/grpc

Imports of package grpc

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
google.golang.org/grpc/health/grpc_health_v1
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
k8s.io/component-base/version
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kubernetes/pkg/probePackage probe contains utilities for health probing, as well as health status information.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
timePackage time provides functionality for measuring and displaying time.