import "istio.io/istio/tools/bug-report/pkg/common"
Package common contains resource names, which may vary from version to version.
const ( ProxyContainerName = "istio-proxy" DiscoveryContainerName = "discovery" OperatorContainerName = "istio-operator" )
IsDiscoveryContainer reports whether the given container is an Istio discovery container for the given version. Labels are the labels for the given pod.
IsOperatorContainer reports whether the container is an istio-operator container.
IsProxyContainer reports whether container is an istio proxy container.
IstiodDebugURLs returns a list of Istiod debug URLs for the given version.
ProxyDebugURLs returns a list of proxy debug URLs for the given version.
Package common imports 2 packages (graph) and is imported by 4 packages. Updated 2020-12-19. Refresh now. Tools for package owners.