The linked line of code does not correctly pluralize resources that end in 's' such as 'ingress'. Given this input, it should call a function called 'get_ingresses' however instead it attempts to call 'get_ingresss' which does not exist. As a result, this module cannot be used to automate creation of ingress resources.
The linked line of code does not correctly pluralize resources that end in 's' such as 'ingress'. Given this input, it should call a function called 'get_ingresses' however instead it attempts to call 'get_ingresss' which does not exist. As a result, this module cannot be used to automate creation of ingress resources.
https://github.com/garethr/garethr-kubernetes/blob/2902cc347e5ac48d0921814e5084a015d31f2e58/lib/puppet_x/puppetlabs/kubernetes/provider.rb#L73