kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

Replace Hash deep merge refinement with a method #128

Closed kke closed 5 years ago

kke commented 5 years ago

Refinements are weird.

Refactored K8s::Util::HashDeepMerge into K8s::Util.deep_merge.

Also removed a debug puts / warn from K8s::Config which for some reason now manifested itself.