Fix comment dot

This commit is contained in:
katexochen 2022-09-12 13:45:31 +02:00 committed by Paul Meyer
parent eb213878a2
commit fb7ceb5586
14 changed files with 39 additions and 39 deletions

View file

@ -15,10 +15,10 @@ import (
)
var (
// GroupVersion is group version used to register these objects
// GroupVersion is group version used to register these objects.
GroupVersion = schema.GroupVersion{Group: "update.edgeless.systems", Version: "v1alpha1"}
// SchemeBuilder is used to add go types to the GroupVersionKind scheme
// SchemeBuilder is used to add go types to the GroupVersionKind scheme.
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}
// AddToScheme adds the types in this group-version to the given scheme.