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

Support non-collection top-level attributes. #7

Closed modax closed 8 years ago

modax commented 8 years ago

For example: kubernetes_secret.type

metadata: name: mysecret type: Opaque data: password: dmFsdWUtMg0K username: dmFsdWUtMQ0K

garethr commented 8 years ago

I've merged the puppet-swagger-generator patch, but this PR not longer merged cleanly so I've just run the generator and pushed the changes. Thanks for your work on these.