# Functions
CreateInjectionConfig builds the config for injecting the sidecar proxy.
GetIgnorePorts returns the ignored ports whether specified via arg or annotation.
GetIgnorePortsFromAnnotations returns the ignored ports that are set in the Pod annotations.
GetProbes builds and returns the redirected health probes for an application with a sidecar.
IntoFile takes a yaml or json resource file and adds the sidecar containers.
IsNamespaceInjectable determines if namespace is injectable.
No description provided by the author
ValidatePorts parses and formats ports returns an error if port protocol is not supported or if port is a duplicate.
# Constants
No description provided by the author
# Structs
IgnorePorts holds the list of ports to ignore for both incoming and outgoing traffic.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author