package statusz
import "k8s.io/apiserver/pkg/server/statusz"
Index ¶
- Constants
- func Install(m mux, componentName string, reg statuszRegistry)
- func NewRegistry(effectiveVersion compatibility.EffectiveVersion, opts ...Option) 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 ...Option) 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 textserializer.go
Directories ¶
| Path | Synopsis |
|---|---|
| pkg/server/statusz/api | |
| pkg/server/statusz/api/v1alpha1 | Package v1alpha1 contains API Schema definitions for the statusz v1alpha1 API group |
| pkg/server/statusz/api/v1beta1 | Package v1beta1 contains API Schema definitions for the statusz v1beta1 API group |
| pkg/server/statusz/negotiate | |
| pkg/server/statusz/testing |
- Version
- v0.36.0 (latest)
- Published
- Apr 22, 2026
- Platform
- linux/amd64
- Imports
- 29 packages
- Last checked
- 5 days ago –
Tools for package owners.