apiserverk8s.io/apiserver/pkg/server/statusz Index | Files | Directories

package statusz

import "k8s.io/apiserver/pkg/server/statusz"

Index

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

func WithListedPaths(listedPaths []string) Option

WithListedPaths returns an Option to configure the ListedPaths.

Source Files

registry.go statusz.go textserializer.go

Directories

PathSynopsis
pkg/server/statusz/api
pkg/server/statusz/api/v1alpha1Package v1alpha1 contains API Schema definitions for the statusz v1alpha1 API group
pkg/server/statusz/api/v1beta1Package 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.