BootstrapConfig returns the bootstrap config.
()
| 116 | |
| 117 | // BootstrapConfig returns the bootstrap config. |
| 118 | func (xdsC *Client) BootstrapConfig() *bootstrap.Config { |
| 119 | return xdsC.bootstrapCfg |
| 120 | } |
| 121 | |
| 122 | // SetBootstrapConfig updates the bootstrap config. |
| 123 | func (xdsC *Client) SetBootstrapConfig(cfg *bootstrap.Config) { |