Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LabelSelectorParam (0.13 sec)

  1. staging/src/k8s.io/cli-runtime/pkg/resource/builder.go

    	}
    	return b
    }
    
    // LabelSelectorParam defines a selector that should be applied to the object types to load.
    // This will not affect files loaded from disk or URL. If the parameter is empty it is
    // a no-op - to select all resources invoke `b.LabelSelector(labels.Everything.String)`.
    func (b *Builder) LabelSelectorParam(s string) *Builder {
    	selector := strings.TrimSpace(s)
    	if len(selector) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 10:17:56 UTC 2023
    - 37.2K bytes
    - Viewed (0)
Back to top