Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fieldPathMap (0.1 sec)

  1. pilot/pkg/config/file/store.go

    			// minus one because startLineNum starts at line 1, and yamlv3.Node.line also starts at line 1
    			fieldPathMap[fmt.Sprintf("{%s}", pathKeyForMap)] = valueNode.Line + startLineNum - 1
    
    		case valueNode.Kind == yamlv3.MappingNode:
    			BuildFieldPathMap(valueNode, startLineNum, pathKeyForMap, fieldPathMap)
    
    		case valueNode.Kind == yamlv3.SequenceNode:
    			for j, node := range valueNode.Content {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top