- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for clusterEnv (0.13 sec)
-
istioctl/pkg/workload/workload.go
} // clusterEnv will use proxyMetadata from the proxyConfig + overrides specific to the WorkloadGroup and cmd args // this is similar to the way the injector sets all values proxyConfig.proxyMetadata to the Pod's env clusterEnv := map[string]string{} for _, metaMap := range []map[string]string{config.ProxyMetadata, overrides} { for k, v := range metaMap { clusterEnv[k] = v } }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 25.3K bytes - Viewed (0)