kontena / k8s-client

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

Pass options from K8s::Client.in_cluster_config to Transport #88

Closed kke closed 5 years ago

kke commented 5 years ago

Enables K8s::Client.in_cluster_config(ssl_ca_file: '/tmp/xxx', auth_token: "abcd") or adding other transport options.