diff --git a/storage-operator/pkg/apis/storage/group.go b/storage-operator/pkg/apis/storage/group.go new file mode 100644 index 0000000000..027c3d7c68 --- /dev/null +++ b/storage-operator/pkg/apis/storage/group.go @@ -0,0 +1,6 @@ +// Package storage contains storage API versions. +// +// This file ensures Go source parsers acknowledge the storage package +// and any child packages. It can be removed if any other Go source files are +// added to this package. +package storage