Skip to content

Commit

Permalink
Comment regarding package fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Sep 6, 2023
1 parent 2be98fc commit fb6a4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controller-gen/args/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
)

type CustomArgs struct {
// Package is the directory path where generated code output will be located
Package string
ImportPackage string
TypesByGroup map[schema.GroupVersion][]*types.Name
Expand All @@ -15,6 +16,7 @@ type CustomArgs struct {

type Options struct {
ImportPackage string
// OutputPackage is the directory path where generated code output will be located
OutputPackage string
Groups map[string]Group
Boilerplate string
Expand Down

0 comments on commit fb6a4de

Please sign in to comment.