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