Documentation
¶
Overview ¶
Package healthcontext provides a lightweight, dependency-free context marker for identifying health check requests. Keeping this in a separate package allows packages like pkg/vmcp/client and pkg/vmcp/auth/strategies to use the marker without pulling in the heavyweight pkg/vmcp/health dependencies (e.g. k8s.io/apimachinery).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsHealthCheck ¶
IsHealthCheck returns true if the context is marked as a health check. Authentication strategies use this to bypass authentication for health checks, since health checks verify backend availability and should not require user credentials. Returns false for nil contexts.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.