Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildFieldPathMap (0.16 sec)

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

    			OwnerReferences:   m.GetOwnerReferences(),
    			Generation:        m.GetGeneration(),
    			Domain:            domainSuffix,
    		},
    		Spec: mv2,
    	}
    }
    
    // BuildFieldPathMap builds the flat map for each field of the YAML resource
    func BuildFieldPathMap(yamlNode *yamlv3.Node, startLineNum int, curPath string, fieldPathMap map[string]int) {
    	// If no content in the node, terminate the DFS search
    	if len(yamlNode.Content) == 0 {
    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