Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertedProxyMetadata (0.27 sec)

  1. operator/pkg/manifest/shared.go

    						if reflect.TypeOf(value).Kind() == reflect.Int {
    							convertedProxyMetadata[key] = strconv.FormatInt(value.(int64), 10)
    						}
    						if reflect.TypeOf(value).Kind() == reflect.Bool {
    							convertedProxyMetadata[key] = strconv.FormatBool(value.(bool))
    						}
    						if reflect.TypeOf(value).Kind() == reflect.Float64 {
    							convertedProxyMetadata[key] = fmt.Sprint(value)
    						}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 06:27:07 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top