Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Tvalue (0.14 sec)

  1. pkg/apis/core/validation/validation_test.go

    }
    
    func TestRelaxedValidateEnv(t *testing.T) {
    	successCase := []core.EnvVar{
    		{Name: "!\"#$%&'()", Value: "value"},
    		{Name: "* +,-./0123456789", Value: "value"},
    		{Name: ":;<>?@", Value: "value"},
    		{Name: "ABCDEFG", Value: "value"},
    		{Name: "abcdefghijklmn", Value: "value"},
    		{Name: "[\\]^_`{}|~", Value: "value"},
    		{
    			Name: "!\"#$%&'()",
    			ValueFrom: &core.EnvVarSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

      - `spec.backend` -> `spec.defaultBackend`
      - `serviceName` -> `service.name`
      - `servicePort` -> `service.port.name` (for string values)
      - `servicePort` -> `service.port.number` (for numeric values)
      - `pathType` no longer has a default value in v1; "Exact", "Prefix", or "ImplementationSpecific" must be specified
    
      Other Ingress API updates:
      - backends can now be resource or service backends
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg path/filepath, func IsLocal(string) bool #56219
    pkg path/filepath, var SkipAll error #47209
    pkg reflect, method (Value) Comparable() bool #46746
    pkg reflect, method (Value) Equal(Value) bool #46746
    pkg reflect, method (Value) Grow(int) #48000
    pkg reflect, method (Value) SetZero() #52376
    pkg regexp/syntax, const ErrLarge ErrorCode #56041
    pkg regexp/syntax, const ErrLarge = "expression too large" #56041
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top