getAuthInfoFileReferences is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.ClientConfigLoadingRules.GetAuthInfoFileReferences.
(authInfo *clientcmdAuthInfo)
| 692 | |
| 693 | // getAuthInfoFileReferences is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.ClientConfigLoadingRules.GetAuthInfoFileReferences. |
| 694 | func getAuthInfoFileReferences(authInfo *clientcmdAuthInfo) []*string { |
| 695 | return []*string{&authInfo.ClientCertificate, &authInfo.ClientKey} |
| 696 | } |
| 697 | |
| 698 | // resolvePaths is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.ClientConfigLoadingRules.resolvePaths. |
| 699 | // ResolvePaths updates the given refs to be absolute paths, relative to the given base directory |
no outgoing calls
no test coverage detected
searching dependent graphs…