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

Function getClusterFileReferences

openshift/openshift-copies.go:689–691  ·  view source on GitHub ↗

getClusterFileReferences is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.ClientConfigLoadingRules.GetClusterFileReferences.

(cluster *clientcmdCluster)

Source from the content-addressed store, hash-verified

687
688// getClusterFileReferences is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.ClientConfigLoadingRules.GetClusterFileReferences.
689func getClusterFileReferences(cluster *clientcmdCluster) []*string {
690 return []*string{&cluster.CertificateAuthority}
691}
692
693// getAuthInfoFileReferences is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.ClientConfigLoadingRules.GetAuthInfoFileReferences.
694func getAuthInfoFileReferences(authInfo *clientcmdAuthInfo) []*string {

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…