Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addresses issue kubeflow#2253. Passing `nil` as an argument to the varargs `...DeleteOption` parameter of `client.Delete()` will panic since client-go will iterate over the DeleteOption array and invoke each (since DeleteOption is defined as `type DeleteOptionFunc func(*DeleteOptions)`.
- Loading branch information