From 6e832e2fe8bdec4f1819533ed471f8f77de60437 Mon Sep 17 00:00:00 2001 From: huangjiuyuan Date: Tue, 29 Aug 2017 15:26:27 +0800 Subject: [PATCH] fixing package comment of v1 --- staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go index 54c43d9a72e..315980b8773 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package unversioned contains API types that are common to all versions. +// Package v1 contains API types that are common to all versions. // // The package contains two categories of types: // - external (serialized) types that lack their own version (e.g TypeMeta)