Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeSelector (0.08 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    				ActiveDeadlineSeconds:         &activeDeadlineSeconds,
    				NodeSelector:                  map[string]string{},
    				ServiceAccountName:            "demo-sa",
    			},
    		}
    		pod.Name = fmt.Sprintf("object-%d", index)
    		data := make([]byte, 1024*2, 1024*2) // 2k labels
    		rand.Read(data)
    		pod.Spec.NodeSelector["key"] = string(data)
    		return pod
    	}
    	testCases := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
Back to top