Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for qint (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

    - github.com/spf13/cobra: [v1.5.0 → v1.6.0](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0)
    - golang.org/x/crypto: 7b82a4e → v0.1.0
    - golang.org/x/lint: 1621716 → 6edffad
    - golang.org/x/mod: 86c51ed → v0.6.0
    - golang.org/x/net: a158d28 → c630100
    - golang.org/x/sys: 8c9f86f → v0.1.0
    - golang.org/x/term: 03fcf44 → v0.1.0
    - golang.org/x/text: v0.3.7 → v0.4.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // The IP protocol for this port.
      // Must be UDP, TCP, or SCTP.
      // Default is TCP.
      // +optional
      optional string protocol = 3;
    
      // The application protocol for this port.
      // This is used as a hint for implementations to offer richer behavior for protocols that they understand.
      // This field follows standard Kubernetes label syntax.
      // Valid values are either:
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    		} else {
    			for _, msg := range validation.IsValidPortNum(int(port.ContainerPort)) {
    				allErrs = append(allErrs, field.Invalid(idxPath.Child("containerPort"), port.ContainerPort, msg))
    			}
    		}
    		if port.HostPort != 0 {
    			for _, msg := range validation.IsValidPortNum(int(port.HostPort)) {
    				allErrs = append(allErrs, field.Invalid(idxPath.Child("hostPort"), port.HostPort, msg))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

    - github.com/stretchr/testify: [v1.7.0 → v1.8.0](https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0)
    - go.uber.org/goleak: v1.1.10 → v1.2.0
    - golang.org/x/lint: 6edffad → 1621716
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.25.2
    
    
    ## Downloads for v1.25.2
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top