openfaas-incubator / vcenter-connector

Extend vCenter with OpenFaaS
MIT License
28 stars 8 forks source link

Add ManagedObjectReference and more events supported #11

Closed embano1 closed 5 years ago

embano1 commented 5 years ago

Signed-off-by: Michael Gasch embano1@live.com

ivanayov commented 5 years ago

Hi @embano1 Can you please add a "How has this been tested" section? Looks good

embano1 commented 5 years ago

Thx @ivanayov

Actually, I found some more issues, e.g. the "insecure" flag actually was never used. I've done several changes and need to do more testing.

How would you like me to update this PR in terms of commit? Squash them all into one commit and force push?

ivanayov commented 5 years ago

@embano1 if they are fixes and refactoring of the same change, then should better go in a single commit

alexellis commented 5 years ago

Is this still WIP?

embano1 commented 5 years ago

PR updated with changes outlined in the commit message.

embano1 commented 5 years ago

@alexellis thx for your thorough review! What I changed based on your feedback:

alexellis commented 5 years ago

Next step - let's see the password read from a Kubernetes secret file?

Alex