MCPcopy Create free account
hub / github.com/containers/image / getAuthInfoFileReferences

Function getAuthInfoFileReferences

openshift/openshift-copies.go:694–696  ·  view source on GitHub ↗

getAuthInfoFileReferences is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.ClientConfigLoadingRules.GetAuthInfoFileReferences.

(authInfo *clientcmdAuthInfo)

Source from the content-addressed store, hash-verified

692
693// getAuthInfoFileReferences is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.ClientConfigLoadingRules.GetAuthInfoFileReferences.
694func 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

Callers 1

resolveLocalPathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…