mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
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:
commit
5b89e8ab01
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user