Updated doc.go files for k8s.io/sample-apiserver/pkg/apis/wardle

This commit is contained in:
Brandon Sam Soon 2019-04-11 23:38:09 -04:00
parent 3ef622d5b8
commit 3be2df204f
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"