forked from mystiq/dex
storage/kubernetes: remove unused method
This commit is contained in:
parent
9e6d8689c3
commit
879e018f74
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue