mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Updated doc.go files for k8s.io/sample-apiserver/pkg/apis/wardle
This commit is contained in:
parent
3ef622d5b8
commit
3be2df204f
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user