Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	G []int             `json:"fg"`
    	H []bool            `json:"fh"`
    	I []float32         `json:"fi"`
    	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"`
    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