Merge pull request #76481 from brsmsn/master

Updated doc.go files for k8s.io/sample-apiserver/pkg/apis/wardle
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-13 08:26:01 -07:00 committed by GitHub
commit 46ba211b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,4 +18,4 @@ limitations under the License.
// +groupName=wardle.k8s.io
// Package api is the internal version of the API.
package wardle
package wardle // import "k8s.io/sample-apiserver/pkg/apis/wardle"

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=wardle.k8s.io
// Package v1alpha1 is the v1alpha1 version of the API.
package v1alpha1
package v1alpha1 // import "k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha1"

View File

@ -20,4 +20,4 @@ limitations under the License.
// +groupName=wardle.k8s.io
// Package v1beta1 is the v1beta1 version of the API.
package v1beta1
package v1beta1 // import "k8s.io/sample-apiserver/pkg/apis/wardle/v1beta1"