kubernetes/pkg/apis/rbac
k8s-merge-robot 9d8e79be09 Merge pull request #27168 from smarterclayton/flatten_types
Automatic merge from submit-queue

ObjectMeta, ListMeta, and TypeMeta should implement their interfaces

Make unversioned.ListMeta implement List. Update all the *List types so they implement GetListMeta.
This helps avoid using reflection to get list information.

Remove all unnecessary boilerplate, move the interfaces to the right
places, and add a test that verifies that objects implement one, the
other, but never both.

@ncdc @lavalamp this supercedes #26964 with the boilerplate removed.  Added tests
2016-06-18 20:23:50 -07:00
..
install add validation to rbac group and apply small cleanups 2016-05-25 14:19:04 -07:00
v1alpha1 Merge pull request #27168 from smarterclayton/flatten_types 2016-06-18 20:23:50 -07:00
validation pkg/apis/rbac: make apiversion optional for subjects and fix validation 2016-06-13 15:02:48 -07:00
deep_copy_generated.go pkg/apis: rbac types added 2016-05-11 12:01:06 +02:00
doc.go add validation to rbac group and apply small cleanups 2016-05-25 14:19:04 -07:00
register.go ObjectMeta, ListMeta, and TypeMeta should implement their interfaces 2016-06-10 13:28:54 -04:00
types.go add validation to rbac group and apply small cleanups 2016-05-25 14:19:04 -07:00