Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsValidPathElement (0.42 sec)

  1. operator/pkg/util/path.go

    func ToYAMLPathString(path string) string {
    	return ToYAMLPath(path).String()
    }
    
    // IsValidPathElement reports whether pe is a valid path element.
    func IsValidPathElement(pe string) bool {
    	return ValidKeyRegex.MatchString(pe)
    }
    
    // IsKVPathElement report whether pe is a key/value path element.
    func IsKVPathElement(pe string) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 12 17:12:54 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top