Now that we have an initial prototype built, there are a few areas on the API that can be improved.
Mentioned in #15, the ThirdPartyResource may be a better approach to integrating the API. We get the benefits of Kube API Auth along with the use of etcd - https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/extending-api.md
(Currently a stub... updates to come)
Now that we have an initial prototype built, there are a few areas on the API that can be improved.
Mentioned in #15, the
ThirdPartyResourcemay be a better approach to integrating the API. We get the benefits of Kube API Auth along with the use of etcd - https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/extending-api.md(Currently a stub... updates to come)