Skip to content

Commit

Permalink
Clarify doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jjamroga committed Aug 7, 2024
1 parent 3346dc5 commit 9c8ba40
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 kube markers that should be ignored while generating an open api schema
// A list of kube markers that should be ignored while generating an open api schema. If empty, no kube markers will be ignored.
IgnoredKubeMarkers []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 kube markers that should be ignored while generating an open api schema
// A list of kube markers that should be ignored while generating an open api schema. If empty, no kube markers will be ignored.
IgnoredKubeMarkers []string
}

Expand Down

0 comments on commit 9c8ba40

Please sign in to comment.