2015-04-28 19:23:13 +00:00
|
|
|
/*
|
2016-06-03 00:25:58 +00:00
|
|
|
Copyright 2015 The Kubernetes Authors.
|
2015-04-28 19:23:13 +00:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
2016-06-07 06:42:16 +00:00
|
|
|
// +k8s:conversion-gen=k8s.io/kubernetes/pkg/api
|
2017-04-28 00:09:59 +00:00
|
|
|
// +k8s:conversion-gen-external-types=../../../vendor/k8s.io/api/core/v1
|
2016-09-24 21:25:43 +00:00
|
|
|
// +k8s:defaulter-gen=TypeMeta
|
2017-04-28 00:09:59 +00:00
|
|
|
// +k8s:defaulter-gen-input=../../../vendor/k8s.io/api/core/v1
|
2016-06-07 05:46:24 +00:00
|
|
|
|
2015-04-28 19:23:13 +00:00
|
|
|
// Package v1 is the v1 version of the API.
|
2016-07-16 00:21:31 +00:00
|
|
|
package v1 // import "k8s.io/kubernetes/pkg/api/v1"
|