()
| 316 | } |
| 317 | |
| 318 | func init() { |
| 319 | certprovider.Register(errCertProviderBuilder{}) |
| 320 | } |
| 321 | |
| 322 | // Tests the case where the certprovider.Store returns an error when the cds LB |
| 323 | // policy attempts to build a certificate provider. Verifies that the cds LB |
nothing calls this directly
no test coverage detected