Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 61 for label23 (0.13 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    				ObjectMeta: metav1.ObjectMeta{Name: "addedPod", Labels: selector1},
    				Spec: v1.PodSpec{
    					NodeName: "nodeB",
    					Affinity: &v1.Affinity{
    						PodAntiAffinity: antiAffinityFooBar,
    					},
    				},
    			},
    			nodes: []*v1.Node{
    				{ObjectMeta: metav1.ObjectMeta{Name: "nodeA", Labels: label1}},
    				{ObjectMeta: metav1.ObjectMeta{Name: "nodeB", Labels: label2}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    		Spec:   gatewaySpec,
    		Status: k8sbeta.GatewayStatus{},
    	}
    	labels := make(map[string]string, 2)
    	if trafficType != "" && validTrafficTypes.Contains(trafficType) {
    		labels[constants.AmbientWaypointForTrafficTypeLabel] = trafficType
    	} else {
    		labels[constants.AmbientWaypointForTrafficTypeLabel] = constants.ServiceTraffic
    	}
    	gateway.Labels = labels
    
    	if ready {
    		addrType := k8sbeta.IPAddressType
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  3. src/runtime/pprof/pprof_test.go

    	// Check debug profile
    	goroutineProf.WriteTo(&w, 1)
    	prof := w.String()
    
    	labels := labelMap{"label": "value"}
    	labelStr := "\n# labels: " + labels.String()
    	selfLabel := labelMap{"self-label": "self-value"}
    	selfLabelStr := "\n# labels: " + selfLabel.String()
    	fingLabel := labelMap{"fing-label": "fing-value"}
    	fingLabelStr := "\n# labels: " + fingLabel.String()
    	orderedPrefix := []string{
    		"\n50 @ ",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Labels that are added to Pilot deployment.
      //
      // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
      google.protobuf.Struct deploymentLabels = 14;
    
      // Labels that are added to Pilot pods.
      //
      // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
      google.protobuf.Struct podLabels = 36;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    			{nil, true, watch.Deleted},
    		},
    		pred: storage.SelectionPredicate{
    			Label: labels.SelectorFromSet(labels.Set{"select": "true"}),
    			Field: fields.Everything(),
    			GetAttrs: func(obj runtime.Object) (labels.Set, fields.Set, error) {
    				pod := obj.(*example.Pod)
    				return labels.Set(pod.Labels), nil, nil
    			},
    		},
    	}}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // for more examples of label selectors.
      //
      // Default to the empty LabelSelector, which matches everything.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 1;
    
      // ObjectSelector decides whether to run the validation based on if the
      // object has matching labels. objectSelector is evaluated against both
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  7. src/go/printer/testdata/parser.go

    	}
    
    	switch p.tok {
    	case token.COLON:
    		// labeled statement
    		colon := p.pos
    		p.next()
    		if label, isIdent := x[0].(*ast.Ident); labelOk && isIdent {
    			// Go spec: The scope of a label is the body of the function
    			// in which it is declared and excludes the body of any nested
    			// function.
    			stmt := &ast.LabeledStmt{label, colon, p.parseStmt()}
    			p.declare(stmt, p.labelScope, ast.Lbl, label)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 20:19:51 UTC 2023
    - 50.5K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/status_params.yaml.8.template.gen.yaml

            service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels `version`) | default "latest"  | quote...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks.yaml.15.template.gen.yaml

            service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels `version`) | default "latest"  | quote...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello-openshift.yaml.47.template.gen.yaml

            service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels `version`) | default "latest"  | quote...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top