Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/cel/common/schemas.go

    			} else {
    				byteWithMaxLength.MaxElements = estimateMaxStringLengthPerRequest(s)
    			}
    			return byteWithMaxLength
    		case "duration":
    			durationWithMaxLength := apiservercel.NewSimpleTypeWithMinSize("duration", cel.DurationType, types.Duration{Duration: time.Duration(0)}, int64(apiservercel.MinDurationSizeJSON))
    			durationWithMaxLength.MaxElements = estimateMaxStringLengthPerRequest(s)
    			return durationWithMaxLength
    		case "date":
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 18:00:45 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top