sebagomez / dotnet-operator-sdk

.NET SDK for building Kubernetes Operators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve error handling

sebagomez opened this issue · comments

There are a few places where exception are eaten up and must be thrown.
Also, more messages are needed on some of them. For instance when the ConfigMap or Secret don't exist.