Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for podname (0.06 sec)

  1. pilot/pkg/serviceregistry/kube/controller/network_test.go

    				return fmt.Errorf("no network system notify")
    			}
    			podNames := sets.New[string]("pod1", "pod2")
    			svcNames := sets.New[string]("svc1")
    			addresses := c.ambientIndex.All()
    			for _, addr := range addresses {
    				wl := addr.GetWorkload()
    				if wl != nil {
    					if !podNames.Contains(wl.Name) {
    						continue
    					}
    					if addr.GetWorkload().Network != network {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. pkg/bootstrap/config.go

    		name, val := parseEnvVar(varStr)
    		switch name {
    		case "ISTIO_METAJSON_LABELS":
    			m := jsonStringToMap(val)
    			if len(m) > 0 {
    				meta.Labels = m
    				meta.StaticLabels = m
    			}
    		case "POD_NAME":
    			meta.InstanceName = val
    		case "POD_NAMESPACE":
    			meta.Namespace = val
    		case "SERVICE_ACCOUNT":
    			meta.ServiceAccount = val
    		}
    	}
    	if plat != nil && len(plat.Metadata()) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top