Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogFormat = "log" JSONFormat = "json" YAMLFormat = "yaml" )
Formatting options for Messages
Variables ¶
View Source
var ( MsgOutputFormatKeys = []string{LogFormat, JSONFormat, YAMLFormat} MsgOutputFormats = make(map[string]bool) )
Functions ¶
func IstioctlColorDefault ¶
Types ¶
type MessageThreshold ¶
MessageThreshold is a wrapper around Level to be used as a cobra command line argument. It should satisfy the pflag.Value interface.
func (*MessageThreshold) Set ¶
func (m *MessageThreshold) Set(s string) error
Set is a function declared in the pflag.Value interface
func (*MessageThreshold) String ¶
func (m *MessageThreshold) String() string
String is a function declared in the pflag.Value interface
func (*MessageThreshold) Type ¶
func (m *MessageThreshold) Type() string
Type is a function declared in the pflag.Value interface
Click to show internal directories.
Click to hide internal directories.