Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shaParts (0.04 sec)

  1. 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)
Back to top