garethr / garethr-kubernetes

Puppet types and provider for managing Pods, ReplicationControllers, Services and more in Kubernetes
http://garethr.github.io/garethr-kubernetes
Apache License 2.0
28 stars 28 forks source link

not compatible with kubeclient 3.0.0 #42

Open wellsmt opened 6 years ago

wellsmt commented 6 years ago

the latest kubeclient(3.0.0) contains some breaking changes. For example, the more generic Resource

Kubeclient::Resource

instead of

KubeClient::Service, KubeClient::ReplicationController, ...