Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandGroupAnnotationKey = "commandGroup" HelperCommand = "helper" ComponentCommand = "component" InstallCommand = "install" OperationCommand = "operation" )
View Source
const (
Nbsp rune = '\u00A0'
)
Variables ¶
View Source
var ( SidecarPodLabels = map[string]string{ "istio": "sidecar-injector", } IstiodSidecarPodLabels = map[string]string{ "istio": "pilot", } )
Functions ¶
func IsValidK8sResourceName ¶
func ParseK8sResourceID ¶
func ParseK8sResourceID(id string) (types.NamespacedName, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.