deis / steward-framework

Go SDK for the Service Catalog Controller API
MIT License
6 stars 3 forks source link

feat(k8s/data): add new data types based on SIG plans #1

Closed arschles closed 8 years ago

arschles commented 8 years ago

In the 11/2-11/3/2016 sig-service-catalog discussions in Boulder at the Deis offices, the group came to consensus on what Kubernetes resources to use (the nouns) and how they’ll be used (the API). Both concepts are captured briefly in https://github.com/kubernetes-incubator/service-catalog/pull/31.

This PR adds the nouns to the steward framework codebase. Future patches will depend on this one and begin incorporating these nouns into the state machine to address the API changes. This patch should not be merged until these other patches are in place.

Work has been done to add similar code to the kubernetes-incubator repository

krancour commented 8 years ago

After #3 this requires updated package URIs for the client-go library (remove major.minor version no.)

arschles commented 8 years ago

@krancour import paths changed in 39d6f86b56760293952d3b75e0e84e1777f51580