Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertUrlValuesToSimpleGetOptions (2.35 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/testing/conversion.go

    limitations under the License.
    */
    
    package testing
    
    import (
    	"net/url"
    
    	"k8s.io/apimachinery/pkg/conversion"
    	"k8s.io/apimachinery/pkg/runtime"
    )
    
    func convertUrlValuesToSimpleGetOptions(in *url.Values, out *SimpleGetOptions, s conversion.Scope) error {
    	// Skip TypeMeta field.
    
    	if values, ok := map[string][]string(*in)["param1"]; ok && len(values) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 02 06:16:59 UTC 2020
    - 1.8K bytes
    - Viewed (0)
Back to top