Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for collision (0.14 sec)

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

    			restartAlways = *ctr.RestartPolicy == core.ContainerRestartPolicyAlways
    		}
    
    		// Names must be unique within regular and init containers. Collisions with ephemeral containers
    		// will be detected by validateEphemeralContainers().
    		if allNames.Has(ctr.Name) {
    			allErrs = append(allErrs, field.Duplicate(idxPath.Child("name"), ctr.Name))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. ChangeLog.md

    - [`KT-65863`](https://youtrack.jetbrains.com/issue/KT-65863) Native: implement a flag to emit compiler errors on ObjCExport name collisions
    - [`KT-63153`](https://youtrack.jetbrains.com/issue/KT-63153) Native: implement a flag to emit compiler warnings on ObjCExport name collisions
    - [`KT-62091`](https://youtrack.jetbrains.com/issue/KT-62091) KMP for iOS framework with private api : __NSCFBoolean
    
    ### Native. Runtime
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

    - The API server now re-uses data encryption keys while the kms v2 plugin key ID is stable.  Data encryption keys are still randomly generated on server start but an atomic counter is used to prevent nonce collisions. ([#116155](https://github.com/kubernetes/kubernetes/pull/116155), [@enj](https://github.com/enj))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), type IfData struct
    pkg syscall (darwin-arm64), type IfData struct, Addrlen uint8
    pkg syscall (darwin-arm64), type IfData struct, Baudrate uint32
    pkg syscall (darwin-arm64), type IfData struct, Collisions uint32
    pkg syscall (darwin-arm64), type IfData struct, Hdrlen uint8
    pkg syscall (darwin-arm64), type IfData struct, Hwassist uint32
    pkg syscall (darwin-arm64), type IfData struct, Ibytes uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top