serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Added support for configuring tls for ingress and additional ingress annotations. #157

Closed afinch7 closed 5 years ago

afinch7 commented 5 years ago

Very simple changes just adding in code to handle a few additional ingress config options.

afinch7 commented 5 years ago

I'm not sure what is the ideal way to handle eslint tripping on my destructuring assignment operator. I know that destructuring assignment is a somewhat new EMCA standard(EMCA 6/2015), but I'm pretty sure most environments where this code is running it should be valid. So I could:

  1. Change the eslint parser config.
  2. Change my code to comply with what ever EMCA version is the default for eslint.