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