Exemplo n.º 1
0
def unset(env_vars, verbose):
    """Unset environment variables - each of {ENV_VARS} must be of the form 'KEY'"""
    set_verbosity(verbose)
    hokusai.unset_env(KUBE_CONTEXT, env_vars)
Exemplo n.º 2
0
def unset(app_name, env_vars, verbose):
    """Unset environment variables - each of {ENV_VARS} must be of the form 'KEY'"""
    set_verbosity(verbose)
    hokusai.unset_env(KUBE_CONTEXT, env_vars, namespace=clean_string(app_name))