package
0.28.4
Repository: https://github.com/solo-io/go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Contains indicates if a string slice 'a' contains the string s.
Contains indicates if a string slice 'a' contains a string that encompases the string s.
No description provided by the author
MarkFlagRequired returns an error if the call to MarkFlagRequired() fails.
MustMarkFlagRequired panics if the call to MarkFlagRequired() fails.
MustMarkHidden panics if the call to MarkHidden() fails.
MustMarkPersistentFlagRequired panics if the call to MarkPersistentFlagRequired() fails.
No description provided by the author
Call kubectl port-forward.
Call kubectl port-forward and make a GET request.
Print - prints the given proto.Message to io.Writer using the specified output format.
PrintJSON - prints the given proto.Message to io.Writer in JSON.
PrintJSONList - prints the given list to io.Writer in JSON.
PrintList - prints the given list of values to io.Writer using the specified output format.
PrintTemplate prints the give value using the provided Go template to io.Writer.
PrintYAML - prints the given proto.Message to io.Writer in YAML.
PrintYAMLList - prints the given list to io.Writer in YAML.
RandDNS1035 generates a random string of length n that meets the DNS-1035 standard used by Kubernetes names Typical kubernetes error message for invalid names: a DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g.
RandStringBytes produces a random string of length n using the characters present in the basis string.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
Printer represents a function that prints a value to io.Writer, usually using a table.