Skip to content

Commit

Permalink
Merge pull request #1892 from xrstf/fix-comment
Browse files Browse the repository at this point in the history
📖 Fix comment on ListOptions
  • Loading branch information
k8s-ci-robot authored May 9, 2022
2 parents 51159d3 + 1da2595 commit 5d08242
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 5d08242

Please sign in to comment.