Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,088 for label23 (0.13 sec)

  1. pkg/util/node/node_test.go

    			Addresses: []v1.NodeAddress{
    				{Type: v1.NodeExternalIP, Address: "1.2.3.5"},
    			},
    			Preferences:   []v1.NodeAddressType{v1.NodeHostName, v1.NodeExternalIP},
    			ExpectAddress: "1.2.3.5",
    		},
    	}
    
    	for k, tc := range testcases {
    		node := &v1.Node{
    			ObjectMeta: metav1.ObjectMeta{Labels: tc.Labels},
    			Status:     v1.NodeStatus{Addresses: tc.Addresses},
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 27 23:24:38 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. pkg/registry/core/replicationcontroller/strategy.go

    // watch events from etcd to clients of the apiserver only interested in specific
    // labels/fields.
    func MatchController(label labels.Selector, field fields.Selector) apistorage.SelectionPredicate {
    	return apistorage.SelectionPredicate{
    		Label:    label,
    		Field:    field,
    		GetAttrs: GetAttrs,
    	}
    }
    
    type rcStatusStrategy struct {
    	rcStrategy
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 16 21:06:10 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  3. pkg/kube/krt/internal.go

    	if ack != nil {
    		return *ack, true
    	}
    	return "", false
    }
    
    // getLabels returns the labels for an object, if possible.
    // Warning: this will panic if the labels is not available.
    func getLabels(a any) map[string]string {
    	al, ok := a.(Labeler)
    	if ok {
    		return al.GetLabels()
    	}
    	pal, ok := any(&a).(Labeler)
    	if ok {
    		return pal.GetLabels()
    	}
    	ak, ok := a.(metav1.Object)
    	if ok {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  4. hack/testdata/pod.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: test-pod
      labels:
        name: test-pod-label
    spec:
      containers:
      - name: kubernetes-pause
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 172 bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml

        hostname: "*.scope-route.example"
        port: 80
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: All
          kinds:
          - kind: TCPRoute
      - name: slctr-labels
        hostname: "*.slctr-labels.example"
        port: 80
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: Selector
            selector:
              matchLabels:
                istio.io/test-name-part: group
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig_details.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %><!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message
                key="labels.data_crawling_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 7.7K bytes
    - Viewed (0)
  7. plugin/pkg/admission/noderestriction/admission.go

    			forbiddenLabels.Insert(label)
    		}
    		// forbid kubelets from setting unknown kubernetes.io and k8s.io labels on update
    		if isKubernetesLabel(label) && !kubeletapis.IsKubeletLabel(label) {
    			// TODO: defer to label policy once available
    			forbiddenLabels.Insert(label)
    		}
    	}
    	return forbiddenLabels
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  8. tools/bug-report/pkg/bugreport/bugreport.go

    	revMap := sets.New[string]()
    	for _, podLabels := range resources.Labels {
    		for label, value := range podLabels {
    			if label == label2.IoIstioRev.Name {
    				revMap.Insert(value)
    			}
    		}
    	}
    	for _, podAnnotations := range resources.Annotations {
    		for annotation, value := range podAnnotations {
    			if annotation == label2.IoIstioRev.Name {
    				revMap.Insert(value)
    			}
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/util/find_errorline_utils.go

    	// Required parameters: http index, allowOrigins index.
    	AllowOriginsRegexMatch = "{.spec.http[%d].corsPolicy.allowOrigins[%d].regex}"
    
    	// Path for workload selector.
    	// Required parameters: selector label.
    	WorkloadSelector = "{.spec.workloadSelector.labels.%s}"
    
    	// Path for port from ports collections.
    	// Required parameters: port index.
    	PortInPorts = "{.spec.ports[%d].port}"
    
    	// Path for fromRegistry in the mesh networks.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:05 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  10. test/fixedbugs/issue26411.go

    foo:
    foo:
    }
    `,
    			errors: []string{
    				"^.+:5:1: label foo defined and not used\n",
    				".+:6:1: label foo already defined at .+:5:1\n$",
    			},
    		},
    		{
    			code: `
    package main
    
    func main() {
    
                bar:
       bar:
    bar:
    bar            :
    }
    `,
    
    			errors: []string{
    				"^.+:6:13: label bar defined and not used\n",
    				".+:7:4: label bar already defined at .+:6:13\n",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top