aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/apis/k8s/group.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/apis/k8s/group.go')
-rw-r--r--pkg/apis/k8s/group.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/apis/k8s/group.go b/pkg/apis/k8s/group.go
new file mode 100644
index 0000000..8168e37
--- /dev/null
+++ b/pkg/apis/k8s/group.go
@@ -0,0 +1,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