Skip to content

Commit

Permalink
Fix comment on ListOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed May 9, 2022
1 parent 51159d3 commit 1da2595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func (p PropagationPolicy) ApplyToDeleteAllOf(opts *DeleteAllOfOptions) {
// pre-parsed selectors (since generally, selectors will be executed
// against the cache).
type ListOptions struct {
// LabelSelector filters results by label. Use SetLabelSelector to
// LabelSelector filters results by label. Use labels.Parse() to
// set from raw string form.
LabelSelector labels.Selector
// FieldSelector filters results by a particular field. In order
Expand Down

0 comments on commit 1da2595

Please sign in to comment.