Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for structFromUnstructured (0.14 sec)

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

    // called from `structFromUnstructured`.
    func (c *fromUnstructuredContext) pushMatchedKeyTracker() {
    	if !c.returnUnknownFields {
    		return
    	}
    
    	c.matchedKeys = append(c.matchedKeys, nil)
    }
    
    // recordMatchedKey initializes the last element of matchedKeys
    // (if needed) and sets 'key'. This should only be called from
    // `structFromUnstructured`.
    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