Commit eedae12b authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #731 from ericchiang/remove-unused-method

storage/kubernetes: remove unused method
parents 9e6d8689 879e018f
......@@ -442,7 +442,3 @@ func currentContext(config *k8sapi.Config) (cluster k8sapi.Cluster, user k8sapi.
}
return cluster, user, context.Namespace, nil
}
func newInClusterClient() (*client, error) {
return nil, nil
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment