fixing package comment of v1

This commit is contained in:
huangjiuyuan 2017-08-29 15:26:27 +08:00
parent c071a77156
commit 6e832e2fe8

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. 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: // The package contains two categories of types:
// - external (serialized) types that lack their own version (e.g TypeMeta) // - external (serialized) types that lack their own version (e.g TypeMeta)