StackStorm-Exchange / stackstorm-kubernetes

st2 content pack containing Kubernetes sensors
https://exchange.stackstorm.org/
Apache License 2.0
19 stars 17 forks source link

Stop generating kubernetes client dynamically in actions #17

Closed AndyMoore111 closed 6 years ago

AndyMoore111 commented 7 years ago

This update changes the way actions are generated

Previously actions dynamically created the client from a local copy of swagger.json - now actions use the python requests library to connect to the api directly

xamox commented 6 years ago

:cry:

AndyMoore commented 6 years ago

@xamox this was included in the certs branch which has been merged

xamox commented 6 years ago

@AndyMoore111 Ohh, awesome! I didn't see it was merged so assumed it was just dropped. Thanks!