We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51159d3 + 1da2595 commit 5d08242Copy full SHA for 5d08242
pkg/client/options.go
@@ -318,7 +318,7 @@ func (p PropagationPolicy) ApplyToDeleteAllOf(opts *DeleteAllOfOptions) {
318
// pre-parsed selectors (since generally, selectors will be executed
319
// against the cache).
320
type ListOptions struct {
321
- // LabelSelector filters results by label. Use SetLabelSelector to
+ // LabelSelector filters results by label. Use labels.Parse() to
322
// set from raw string form.
323
LabelSelector labels.Selector
324
// FieldSelector filters results by a particular field. In order
0 commit comments