We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51159d3 commit 1da2595Copy full SHA for 1da2595
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