Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ISTIO_METAJSON_LABELS (0.07 sec)

  1. istioctl/pkg/workload/workload.go

    	lbls[label.ServiceCanonicalName.Name] = md["CANONICAL_SERVICE"]
    	lbls[label.ServiceCanonicalRevision.Name] = md["CANONICAL_REVISION"]
    	if labelsJSON, err := json.Marshal(lbls); err == nil {
    		md["ISTIO_METAJSON_LABELS"] = string(labelsJSON)
    	}
    
    	// TODO the defaults should be controlled by meshConfig/proxyConfig; if flags not given to the command proxyCOnfig takes precedence
    	if dnsCapture {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 25.3K bytes
    - Viewed (0)
Back to top