mirror of https://github.com/k3s-io/k3s
Merge pull request #76481 from brsmsn/master
Updated doc.go files for k8s.io/sample-apiserver/pkg/apis/wardlek3s-v1.15.3
commit
46ba211b8e
|
@ -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