Update is invoked when a new, validated xDS configuration is available. Implementations must treat the received config as read-only and should not modify it.
(*xdsresource.XDSConfig)
| 51 | // Implementations must treat the received config as read-only and should |
| 52 | // not modify it. |
| 53 | Update(*xdsresource.XDSConfig) |
| 54 | |
| 55 | // Error is invoked when an error is received from the listener or route |
| 56 | // resource watcher. This includes cases where: |
no outgoing calls