Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 3,786 for labels0 (0.14 sec)

  1. pkg/kube/inject/webhook_test.go

    				Labels:      map[string]string{"foo": "", "foo2": "bar2"},
    			},
    			want: true,
    		},
    		{
    			config: &Config{
    				Policy: InjectionPolicyDisabled,
    			},
    			podSpec: podSpec,
    			meta: metav1.ObjectMeta{
    				Name:      "policy-disabled-label-enabled",
    				Namespace: "test-namespace",
    				Labels:    map[string]string{label.SidecarInject.Name: "true"},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
  2. src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp

                                        <div class="form-group row">
                                            <label for="name" class="col-sm-2 text-sm-right col-form-label"><la:message
                                                    key="labels.name"/></label>
                                            <div class="col-sm-10">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 31 05:47:05 UTC 2020
    - 9.3K bytes
    - Viewed (0)
  3. operator/pkg/helmreconciler/prune.go

    ) {
    	var usList []*unstructured.UnstructuredList
    	labels := make(map[string]string)
    	if revision != "" {
    		labels[label.IoIstioRev.Name] = revision
    	}
    	if componentName != "" {
    		labels[IstioComponentLabelStr] = componentName
    	}
    	if h.iop.GetName() != "" {
    		labels[OwningResourceName] = h.iop.GetName()
    	}
    	if h.iop.GetNamespace() != "" {
    		labels[OwningResourceNamespace] = h.iop.GetNamespace()
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/authz/authorizationpolicies.go

    // Build a map indexed by namespace with in-mesh Pod's labels
    func initPodLabelsMap(c analysis.Context) map[string][]klabels.Set {
    	podLabelsMap := make(map[string][]klabels.Set)
    
    	c.ForEach(gvk.Pod, func(r *resource.Instance) bool {
    		pLabels := klabels.Set(r.Metadata.Labels)
    
    		ns := r.Metadata.FullName.Namespace.String()
    		if podLabelsMap[ns] == nil {
    			podLabelsMap[ns] = make([]klabels.Set, 0)
    		}
    
    		if util.PodInMesh(r, c) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 20:57:29 UTC 2023
    - 6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/syntax/branches.go

    	name := s.Label.Value
    	labels := ls.labels
    	if labels == nil {
    		labels = make(map[string]*label)
    		ls.labels = labels
    	} else if alt := labels[name]; alt != nil {
    		ls.err(s.Label.Pos(), "label %s already defined at %s", name, alt.lstmt.Label.Pos().String())
    		return alt
    	}
    	l := &label{b, s, false}
    	labels[name] = l
    	return l
    }
    
    // gotoTarget returns the labeled statement matching the given name and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Jun 26 00:21:29 UTC 2022
    - 9.8K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/endpoint_builder.go

    	}
    
    	// in case pod is not found when init EndpointBuilder.
    	networkID := network.ID(b.labels[label.TopologyNetwork.Name])
    	if networkID == "" {
    		networkID = b.endpointNetwork(endpointAddress)
    		b.labels[label.TopologyNetwork.Name] = string(networkID)
    	}
    
    	return &model.IstioEndpoint{
    		Labels:                b.labels,
    		ServiceAccount:        b.serviceAccount,
    		Locality:              b.locality,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

                                                        <div class="form-group row">
                                                            <label for="name" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                                    key="labels.storage_folder_name"/></label>
                                                            <div class="form-inline col-sm-9">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 26 01:48:41 UTC 2022
    - 20.4K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/loong64/asm_test.go

    	fmt.Fprintln(buf, "BEQ R5, R6, label18")
    	fmt.Fprintln(buf, "BNE R5, R6, label18")
    	fmt.Fprintln(buf, "BGE R5, R6, label18")
    
    	fmt.Fprintln(buf, "BGEU R5, R6, label18")
    	fmt.Fprintln(buf, "BLTU R5, R6, label18")
    
    	fmt.Fprintln(buf, "BLEZ R5, label18")
    	fmt.Fprintln(buf, "BGEZ R5, label18")
    	fmt.Fprintln(buf, "BLTZ R5, label18")
    	fmt.Fprintln(buf, "BGTZ R5, label18")
    
    	fmt.Fprintln(buf, "BFPT label23")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:39:37 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc.jsp

                                        <div class="form-group row">
                                            <label for="urlExpr" class="col-sm-2 text-sm-right col-form-label"><la:message
                                                    key="labels.boost_document_rule_url_expr"/></label>
                                            <div class="col-sm-10">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 31 05:47:05 UTC 2020
    - 7.5K bytes
    - Viewed (0)
  10. releasenotes/notes/network-label.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
    - 25500
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 01 20:02:28 UTC 2020
    - 360 bytes
    - Viewed (0)
Back to top