kontena / k8s-client

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

Rename Transport to Transport::Excon #120

Closed kke closed 5 years ago

kke commented 5 years ago

The philosophy of Transport was to abstract the transport layer, but it's very Excon specific.

A bunch of the generic methods should probably go into K8s::Transport

kke commented 5 years ago

Outdated