kubernetes/vendor/go.etcd.io/etcd/pkg/v3/flags/ignored.go

type IgnoredFlag

// IsBoolFlag is defined to allow the flag to be defined without an argument
func (f *IgnoredFlag) IsBoolFlag() bool {}

func (f *IgnoredFlag) Set(s string) error {}

func (f *IgnoredFlag) String() string {}