kontena / k8s-client

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

Allow timestamps in kubeconfig YAML #103

Closed kke closed 5 years ago

kke commented 5 years ago

Fixes #102 Ref: https://github.com/kontena/mortar/issues/93 (will fix when k8s-client upgraded to a version including this PR)

Allows Time, DateTime, and Date in YAMLs when loading kubeconfigs, which previously would have caused a Psych::DisallowedClass exception.