Browse code

Added godoc for multimapper constant

Michal Fojtik authored on 2014/12/03 21:42:06
Showing 1 changed files
... ...
@@ -6,7 +6,9 @@ import kmeta "github.com/GoogleCloudPlatform/kubernetes/pkg/api/meta"
6 6
 type MultiRESTMapper []kmeta.RESTMapper
7 7
 
8 8
 const (
9
-	OriginAPI     = "origin"
9
+	// OriginAPI is a name for the OpenShift Origin REST API
10
+	OriginAPI = "origin"
11
+	// KubernetesAPI is a name for the Kubernetes REST API
10 12
 	KubernetesAPI = "kubernetes"
11 13
 )
12 14