Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for Upper (0.06 sec)

  1. CHANGELOG/CHANGELOG-1.24.md

    - New feature gate, ServiceIPStaticSubrange, to enable the new strategy in the Service IP allocators, so the IP range is subdivided and dynamic allocated ClusterIP addresses for Services are allocated preferently from the upper range. ([#106792](https://github.com/kubernetes/kubernetes/pull/106792), [@aojea](https://github.com/aojea))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	Address string
    }
    
    // ResourceName is the name identifying various resources in a ResourceList.
    type ResourceName string
    
    // Resource names must be not more than 63 characters, consisting of upper- or lower-case alphanumeric characters,
    // with the -, _, and . characters allowed anywhere, except the first or last character.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"maxReplicas": {
    						SchemaProps: spec.SchemaProps{
    							Description: "maxReplicas is the upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.",
    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    // maxGMSACredentialSpecLength is the max length, in bytes, for the actual contents
    // of a GMSA cred spec. In general, those shouldn't be more than a few hundred bytes,
    // so we want to give plenty of room here while still providing an upper bound.
    // The runAsUserName field will be used to execute the given container's entrypoint, and
    // it can be formatted as "DOMAIN/USER", where the DOMAIN is optional, maxRunAsUserNameDomainLength
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    	case ir.OUNSAFEADD:
    		n := n.(*ir.BinaryExpr)
    		ptr := s.expr(n.X)
    		len := s.expr(n.Y)
    
    		// Force len to uintptr to prevent misuse of garbage bits in the
    		// upper part of the register (#48536).
    		len = s.conv(n, len, len.Type, types.Types[types.TUINTPTR])
    
    		return s.newValue2(ssa.OpAddPtr, n.Type(), ptr, len)
    
    	default:
    		s.Fatalf("unhandled expr %v", n.Op())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // ResourceName is the name identifying various resources in a ResourceList.
    type ResourceName string
    
    // Resource names must be not more than 63 characters, consisting of upper- or lower-case alphanumeric characters,
    // with the -, _, and . characters allowed anywhere, except the first or last character.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    ### Upgrades
    
    * ⬆️ Update ujson ranges for CVE-2021-45958. PR [#4804](https://github.com/tiangolo/fastapi/pull/4804) by [@tiangolo](https://github.com/tiangolo).
    * ⬆️ Upgrade dependencies upper range for extras "all". PR [#4803](https://github.com/tiangolo/fastapi/pull/4803) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top