Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(NSC): handle endpoint slice ready nil
In some cases it is possible for Endpoint.Conditions.Ready to be nil during the early stages of initialization. When this happens it causes kube-router to segfault. This fix tests for nil before testing for Ready.
- Loading branch information