Skip to content

Commit

Permalink
Change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jjamroga committed Aug 7, 2024
1 parent b1c44d0 commit 8d5ca63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/collector/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type OpenApiProtocExecutor struct {
// Type and Required markers will be included regardless
DisableKubeMarkers bool

// A list of substrings will be used to identify kubebuilder markers to ignore. When multiple are
// when set, this list of substrings will be used to identify kubebuilder markers to ignore. When multiple are
// supplied, this will function as a logical OR i.e. any rule which contains a provided substring will be ignored
IgnoredKubeMarkerSubstrings []string
}
Expand Down
2 changes: 1 addition & 1 deletion codegen/proto/schemagen/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type ValidationSchemaOptions struct {
// Default: false
DisableKubeMarkers bool

// A list of substrings will be used to identify kubebuilder markers to ignore. When multiple are
// when set, this list of substrings will be used to identify kubebuilder markers to ignore. When multiple are
// supplied, this will function as a logical OR i.e. any rule which contains a provided substring will be ignored
IgnoredKubeMarkerSubstrings []string
}
Expand Down

0 comments on commit 8d5ca63

Please sign in to comment.