package statusz
import "k8s.io/component-base/zpages/statusz"
Index ¶
- Constants
- func Install(m mux, componentName string, reg statuszRegistry)
- func NewRegistry(effectiveVersion compatibility.EffectiveVersion, opts ...func(*registry)) statuszRegistry
- type ListedPathsOption
- type Option
Constants ¶
const DefaultStatuszPath = "/statusz"
Functions ¶
func Install ¶
func Install(m mux, componentName string, reg statuszRegistry)
func NewRegistry ¶
func NewRegistry(effectiveVersion compatibility.EffectiveVersion, opts ...func(*registry)) statuszRegistry
Types ¶
type ListedPathsOption ¶
type ListedPathsOption []string
type Option ¶
type Option func(reg *registry)
Option is a function to configure registry.
func WithListedPaths ¶
WithListedPaths returns an Option to configure the ListedPaths.
Source Files ¶
registry.go statusz.go
- Version
- v0.35.0-alpha.0
- Published
- Aug 6, 2025
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 1 hour ago –
Tools for package owners.