# Functions
GetSecretsWithKeys returns a list of secrets in the given namespace that contain all the specified keys.
GetSecretsWithRegexKeys returns a list of secrets in the given namespace that contain keys matching the specified regex.
ReadHaulerProps prompts the user to configure hauler settings.
ReadKubeconfig returns a Kubernetes client for the kubeconfig path provided by the user.
ReadProxyProps prompts the user to configure proxy settings.
ReadRegistryProps prompts the user to configure custom private registry settings.
ReadSecret prompts the user to select a secret from the given namespace that contains the specified keys.
ReadServiceAccount prompts the user to select a service account from the given namespace.