Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for customPointer2 (0.2 sec)

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

    	J []byte            `json:"fj"`
    }
    
    type G struct {
    	CustomValue1   CustomValue    `json:"customValue1"`
    	CustomValue2   *CustomValue   `json:"customValue2"`
    	CustomPointer1 CustomPointer  `json:"customPointer1"`
    	CustomPointer2 *CustomPointer `json:"customPointer2"`
    }
    
    type H struct {
    	A A `json:"ha"`
    	C `json:",inline"`
    }
    
    type I struct {
    	A A `json:"ia"`
    	H `json:",inline"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 22.9K bytes
    - Viewed (0)
Back to top