package flagz
import "k8s.io/component-base/zpages/flagz"
Index ¶
- Constants
- func Install(m mux, componentName string, flagReader Reader)
- type NamedFlagSetsReader
- type Reader
Constants ¶
const (
DefaultFlagzPath = "/flagz"
)
Functions ¶
func Install ¶
Types ¶
type NamedFlagSetsReader ¶
type NamedFlagSetsReader struct { FlagSets cliflag.NamedFlagSets }
NamedFlagSetsReader implements Reader for cliflag.NamedFlagSets
func (NamedFlagSetsReader) GetFlagz ¶
func (n NamedFlagSetsReader) GetFlagz() map[string]string
type Reader ¶
Source Files ¶
flagreader.go flagz.go
- Version
- v0.34.0-alpha.0
- Published
- Apr 9, 2025
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 4 minutes ago –
Tools for package owners.