Skip to content

Commit

Permalink
[DOCS API] Revise API comments
Browse files Browse the repository at this point in the history
Signed-off-by: dzhigzhitzhapov <[email protected]>
  • Loading branch information
dzhigzhitzhapov committed Apr 15, 2024
1 parent f90687b commit ae51bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/bootstrap/v1beta1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ import (
)

var (
// GroupVersion is group version used to register these objects
// defines the version of the API resources
GroupVersion = schema.GroupVersion{Group: "bootstrap.cluster.x-k8s.io", Version: "v1beta1"}

// SchemeBuilder is used to add go types to the GroupVersionKind scheme
// adds the Go types to the GroupVersionKind scheme
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

// AddToScheme adds the types in this group-version to the given scheme.
// adds the types of the GroupVersion to the given scheme
AddToScheme = SchemeBuilder.AddToScheme
)

0 comments on commit ae51bd3

Please sign in to comment.