Remove inert incorrect groupName comment for apps API group

This commit is contained in:
Jordan Liggitt 2016-12-09 22:19:55 -05:00
parent f7e3668867
commit d8b2799f88
No known key found for this signature in database
GPG Key ID: 24E7ADF9A3B42012
2 changed files with 0 additions and 2 deletions

View File

@ -15,6 +15,5 @@ limitations under the License.
*/
// +k8s:deepcopy-gen=package,register
// +groupName=apps.k8s.io
package apps // import "k8s.io/kubernetes/pkg/apis/apps"

View File

@ -18,6 +18,5 @@ limitations under the License.
// +k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/apps
// +k8s:openapi-gen=true
// +k8s:defaulter-gen=TypeMeta
// +groupName=apps.k8s.io
package v1beta1 // import "k8s.io/kubernetes/pkg/apis/apps/v1beta1"