blob: 9696c626f072e5f93994f320c78465391afb09ac (
plain)
1
2
3
4
5
6
|
// Package k8splugin contains k8splugin API versions.
//
// This file ensures Go source parsers acknowledge the k8splugin package
// and any child packages. It can be removed if any other Go source files are
// added to this package.
package k8splugin
|