Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusWriter ¶
StatusWriter enables printing of sync status using multiple []byte Pilot responses
func (*StatusWriter) PrintAll ¶
func (s *StatusWriter) PrintAll(statuses map[string][]byte) error
PrintAll takes a slice of Pilot syncz responses and outputs them using a tabwriter
func (*StatusWriter) PrintSingle ¶
func (s *StatusWriter) PrintSingle(statuses map[string][]byte, proxyName string) error
PrintSingle takes a slice of Pilot syncz responses and outputs them using a tabwriter filtering for a specific pod
type TLSCheckWriter ¶
TLSCheckWriter enables printing of tls-check using a single Pilot response
func (*TLSCheckWriter) PrintAll ¶
func (t *TLSCheckWriter) PrintAll(authDebug []byte) error
PrintAll takes a Pilot authenticationz response and outputs them using a tabwriter
func (*TLSCheckWriter) PrintSingle ¶
func (t *TLSCheckWriter) PrintSingle(authDebug []byte, service string) error
PrintSingle takes a Pilot authenticationz response and outputs them using a tabwriter filtering for a specific service
Click to show internal directories.
Click to hide internal directories.