globalflag

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 4 Imported by: 146

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddGlobalFlags

func AddGlobalFlags(fs *pflag.FlagSet, name string, opts ...logs.Option)

AddGlobalFlags explicitly registers flags that libraries (klog, verflag, etc.) register against the global flagsets from "flag" and "k8s.io/klog/v2". We do this in order to prevent unwanted flags from leaking into the component's flagset.

k8s.io/component-base/logs.SkipLoggingConfigurationFlags must be used as option when the program also uses a LoggingConfiguration struct for configuring logging. Then only flags not covered by that get added.

func Register

func Register(local *pflag.FlagSet, globalName string)

Register adds a flag to local that targets the Value associated with the Flag named globalName in flag.CommandLine.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL