- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for clusterEnv (0.07 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) -
RELEASE.md
* `tf.lite` * Added 16-bit and 64-bit float type support for built-in op `cast`. * The Python TF Lite Interpreter bindings now have an option `experimental_disable_delegate_clustering` to turn-off delegate clustering. * Added int16x8 support for the built-in op `exp` * Added int16x8 support for the built-in op `mirror_pad` * Added int16x8 support for the built-in ops `space_to_batch_nd` and `batch_to_space_nd`
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)