Merge pull request #38453 from liggitt/apps-group

Automatic merge from submit-queue

remove incorrect groupName comment for apps.k8s.io

The group name is "apps", not "apps.k8s.io"

The comment didn't actually affect client generation because there was an extra space between it and the package declaration, but removing it to avoid confusion
This commit is contained in:
Kubernetes Submit Queue
2016-12-12 11:31:15 -08:00
committed by GitHub
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"