Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for nw (0.08 sec)

  1. pilot/pkg/autoregistration/controller_test.go

    		}
    	} else if _, ok := cfg.Annotations[annotation.IoIstioDisconnectedAt.Name]; !ok {
    		t.Fatalf("expected disconnection timestamp to be set")
    	}
    }
    
    func fakeProxy(ip string, wg config.Config, nw network.ID, sa string) *model.Proxy {
    	var id *spiffe.Identity
    	if wg.Namespace != "" && sa != "" {
    		id = &spiffe.Identity{Namespace: wg.Namespace, ServiceAccount: sa}
    	}
    	return &model.Proxy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  2. pkg/kube/inject/webhook.go

    		return err
    	}
    
    	return nil
    }
    
    func applyMetadata(pod *corev1.Pod, injectedPodData corev1.Pod, req InjectionParameters) {
    	if nw, ok := req.proxyEnvs["ISTIO_META_NETWORK"]; ok {
    		pod.Labels[label.TopologyNetwork.Name] = nw
    	}
    	// Add all additional injected annotations. These are overridden if needed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
Back to top