Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sysr9 committed May 13, 2024
1 parent d8694fa commit 2905b46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/apis/eventsource/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,8 @@ type NATSEventsSource struct {
// Filter
// +optional
Filter *EventSourceFilter `json:"filter,omitempty" protobuf:"bytes,8,opt,name=filter"`
// Queue is the name of the queue group to subscribe if specified. Uses QueueSubscribe
// Queue is the name of the queue group to subscribe as if specified. Uses QueueSubscribe
// logic to subscribe as queue group. If the queue is empty, uses default Subscribe logic.
// +optional
Queue string `json:"queue" protobuf:"bytes,9,opt,name=queue"`
}
Expand Down

0 comments on commit 2905b46

Please sign in to comment.