Versions in this module Expand all Collapse all v0 v0.19.5 Nov 6, 2024 v0.19.4 Nov 6, 2024 Changes in this version + func ConfigureGrpcKlog() + func DelayedDumper(obj interface{}) fmt.Stringer + func Dump(obj interface{}) string + func GetKubeconfig(path string) (*restclient.Config, error) + func GetKubernetesNamespace() string + func NodeName() string + type DurationVal struct + func (d *DurationVal) Set(val string) error + func (d *DurationVal) UnmarshalJSON(data []byte) error + type FsWatcher struct + Events chan struct{} + func CreateFsWatcher(ratelimit time.Duration, names ...string) (*FsWatcher, error) + type JsonPatch struct + Op string + Path string + Value string + func NewJsonPatch(verb string, jsonpath string, key string, value string) JsonPatch + type KlogFlagVal struct + func NewKlogFlagVal(f *flag.Flag) *KlogFlagVal + func (k *KlogFlagVal) DefValue() string + func (k *KlogFlagVal) IsBoolFlag() bool + func (k *KlogFlagVal) IsSetFromCmdline() bool + func (k *KlogFlagVal) Set(value string) error + func (k *KlogFlagVal) SetFromConfig(value string) error + func (k *KlogFlagVal) String() string + type MemoryResourceInfo map[corev1.ResourceName]int64 + type MetricsServer struct + func CreateMetricsServer(port int, cs ...prometheus.Collector) *MetricsServer + func (s *MetricsServer) Run() + func (s *MetricsServer) Stop() + type NumaMemoryResources map[int]MemoryResourceInfo + func GetNumaMemoryResources() (NumaMemoryResources, error) + type RegexpVal struct + func (a *RegexpVal) Set(val string) error + type StringSetVal map[string]struct + func (a *StringSetVal) Set(val string) error + func (a *StringSetVal) String() string + func (a *StringSetVal) UnmarshalJSON(data []byte) error + type StringSliceVal []string + func (a *StringSliceVal) Set(val string) error + func (a *StringSliceVal) String() string