MCPcopy
hub / github.com/kubernetes/client-go / GetClusterFileReferences

Function GetClusterFileReferences

tools/clientcmd/loader.go:557–559  ·  view source on GitHub ↗
(cluster *clientcmdapi.Cluster)

Source from the content-addressed store, hash-verified

555}
556
557func GetClusterFileReferences(cluster *clientcmdapi.Cluster) []*string {
558 return []*string{&cluster.CertificateAuthority}
559}
560
561func GetAuthInfoFileReferences(authInfo *clientcmdapi.AuthInfo) []*string {
562 s := []*string{&authInfo.ClientCertificate, &authInfo.ClientKey, &authInfo.TokenFile}

Callers 3

ResolveLocalPathsFunction · 0.85
GetConfigFileReferencesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected