bundle is an implementation of credentials.Bundle which implements mTLS Credentials in xDS Bootstrap File.
| 42 | // bundle is an implementation of credentials.Bundle which implements mTLS |
| 43 | // Credentials in xDS Bootstrap File. |
| 44 | type bundle struct { |
| 45 | transportCredentials credentials.TransportCredentials |
| 46 | } |
| 47 | |
| 48 | // NewBundle returns a credentials.Bundle which implements mTLS Credentials in xDS |
| 49 | // Bootstrap File. It delegates certificate loading to a file_watcher provider |
nothing calls this directly
no outgoing calls
no test coverage detected