Skip to content

Commit 46ba211

Browse files
authored
Merge pull request kubernetes#76481 from brsmsn/master
Updated doc.go files for k8s.io/sample-apiserver/pkg/apis/wardle
2 parents 1b9206a + 3be2df2 commit 46ba211

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818
// +groupName=wardle.k8s.io
1919

2020
// Package api is the internal version of the API.
21-
package wardle
21+
package wardle // import "k8s.io/sample-apiserver/pkg/apis/wardle"

staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha1/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ limitations under the License.
2020
// +groupName=wardle.k8s.io
2121

2222
// Package v1alpha1 is the v1alpha1 version of the API.
23-
package v1alpha1
23+
package v1alpha1 // import "k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha1"

staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/v1beta1/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ limitations under the License.
2020
// +groupName=wardle.k8s.io
2121

2222
// Package v1beta1 is the v1beta1 version of the API.
23-
package v1beta1
23+
package v1beta1 // import "k8s.io/sample-apiserver/pkg/apis/wardle/v1beta1"

0 commit comments

Comments
 (0)