예제 #1
0
def delete(verbose):
    """Delete the Kubernetes configmap object `{project_name}-environment`"""
    set_verbosity(verbose)
    hokusai.delete_env(KUBE_CONTEXT)
예제 #2
0
def delete(app_name, verbose):
    """Delete the Kubernetes configmap object `{project_name}-environment`"""
    set_verbosity(verbose)
    hokusai.delete_env(KUBE_CONTEXT, namespace=clean_string(app_name))