Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for firstCharsToLower (0.18 sec)

  1. operator/pkg/apis/istio/v1alpha1/validation/validation.go

    	return validationErrors, strings.Join(warningMessages, "\n")
    }
    
    // Converts from struct paths to helm paths
    // Global.Proxy.AccessLogFormat -> global.proxy.accessLogFormat
    func firstCharsToLower(s string) string {
    	// Use a closure here to remember state.
    	// Hackish but effective. Depends on Map scanning in order and calling
    	// the closure once per rune.
    	prev := '.'
    	return strings.Map(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top