Versions in this module Expand all Collapse all v0 v0.3.7 Jan 23, 2026 Changes in this version + const LockTimeout + func CleanupWorkspace() + func CreateShadowAndInbound(shadowPodName, portsToExpose string, labels, annotations map[string]string, ...) error + func GetDeploymentByResourceName(resourceName, namespace string) (*appV1.Deployment, error) + func GetOccupiedUser(labels map[string]string) string + func GetServiceByResourceName(resourceName, namespace string) (*coreV1.Service, error) + func GetTargetPorts(svc *coreV1.Service) map[int]string + func LockService(serviceName, namespace string, times int) (*coreV1.Service, error) + func ParseResourceName(resourceName string) (string, string, error) + func Prepare() error + func RecoverOriginalService(svcName, namespace string) + func SetupLogger() + func SetupProcess(componentName string) (chan os.Signal, error) + func SimpleSubCommand(name, usage string, action func(args []string) error, ...) *cobra.Command + func UnlockService(serviceName, namespace string) + func UpdateServiceSelector(svcName, namespace string, selector map[string]string) error + func UsageTemplate(showInheritedFlags bool) string