- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for shaParts (0.07 sec)
-
istioctl/pkg/writer/envoy/configdump/configdump.go
if versionPB, ok := md[istioVersionKey]; ok { version = versionPB.GetStringValue() } if shaPB, ok := md[istioProxyShaKey]; ok { sha = shaPB.GetStringValue() if shaParts := strings.Split(sha, ":"); len(shaParts) > 1 { sha = shaParts[1] } } return } func (c *ConfigWriter) getUserAgentVersionInfo(bootstrapDump *adminv3.BootstrapConfigDump) string { const ( buildLabelKey = "build.label"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Feb 29 20:46:41 UTC 2024 - 7.4K bytes - Viewed (0)