ParseConfig parses the JSON load balancer config provided into an internal form or returns an error if the config is invalid. For future compatibility reasons, unknown fields in the config should be ignored.
(LoadBalancingConfigJSON json.RawMessage)
| 233 | // internal form or returns an error if the config is invalid. For future |
| 234 | // compatibility reasons, unknown fields in the config should be ignored. |
| 235 | ParseConfig(LoadBalancingConfigJSON json.RawMessage) (serviceconfig.LoadBalancingConfig, error) |
| 236 | } |
| 237 | |
| 238 | // PickInfo contains additional information for the Pick operation. |
no outgoing calls