Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for popAndVerifyMatchedKeys (0.28 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/converter.go

    	// matchedKeys is a stack of the set of all fields that exist in the
    	// concrete go type of the object being converted into.
    	// This should only be manipulated via `pushMatchedKeyTracker`,
    	// `recordMatchedKey`, or `popAndVerifyMatchedKeys`
    	matchedKeys []map[string]struct{}
    	// parentPath collects the path that the conversion
    	// takes as it traverses the unstructured json map.
    	// It is used to report the full path to any unknown
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 24.9K bytes
    - Viewed (0)
Back to top