From a928be56ba229e4a0456b9d4a0aeb1d4f73a5494 Mon Sep 17 00:00:00 2001 From: derekwaynecarr Date: Fri, 30 Jan 2015 16:52:11 -0500 Subject: [PATCH] Code review comments --- pkg/api/meta/interfaces.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/api/meta/interfaces.go b/pkg/api/meta/interfaces.go index 2d039cb66f5..64d17ffd7d7 100644 --- a/pkg/api/meta/interfaces.go +++ b/pkg/api/meta/interfaces.go @@ -102,6 +102,8 @@ const ( ) // RESTScope contains the information needed to deal with REST resources that are in a resource hierarchy +// TODO After we deprecate v1beta1 and v1beta2, we can look a supporting removing the flexibility of supporting +// either a query or path param, and instead just support path param type RESTScope interface { // Name of the scope Name() RESTScopeName