Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for nodeName (0.15 sec)

  1. api/go1.txt

    pkg syscall (linux-386), type Utsname struct
    pkg syscall (linux-386), type Utsname struct, Domainname [65]int8
    pkg syscall (linux-386), type Utsname struct, Machine [65]int8
    pkg syscall (linux-386), type Utsname struct, Nodename [65]int8
    pkg syscall (linux-386), type Utsname struct, Release [65]int8
    pkg syscall (linux-386), type Utsname struct, Sysname [65]int8
    pkg syscall (linux-386), type Utsname struct, Version [65]int8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.22.md

    - Scheduler's assumed pods have 2min instead of 30s to receive nodeName pod updates ([#106633](https://github.com/kubernetes/kubernetes/pull/106633), [@ahg-g](https://github.com/ahg-g)) [SIG Scheduling]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.26.md

    - Do not add DisruptionTarget condition by PodGC for pods which are in terminal phase ([#115104](https://github.com/kubernetes/kubernetes/pull/115104), [@mimowo](https://github.com/mimowo)) [SIG Apps and Testing]
    - Enforce nodeName cannot be set along with non-empty schedulingGates ([#115636](https://github.com/kubernetes/kubernetes/pull/115636), [@Huang-Wei](https://github.com/Huang-Wei)) [SIG Apps and Scheduling]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.cc

        TF_EXCLUSIVE_LOCKS_REQUIRED(desc->graph->mu) {
      Node* ret = nullptr;
    
      if (desc->graph->name_map.count(desc->node_builder.node_name())) {
        status->status = InvalidArgument("Duplicate node name in graph: '",
                                         desc->node_builder.node_name(), "'");
      } else {
        if (!desc->colocation_constraints.empty()) {
          desc->node_builder.Attr(
              tensorflow::kColocationAttrName,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Utsname struct, Domainname [65]uint8
    pkg syscall (linux-arm-cgo), type Utsname struct, Machine [65]uint8
    pkg syscall (linux-arm-cgo), type Utsname struct, Nodename [65]uint8
    pkg syscall (linux-arm-cgo), type Utsname struct, Release [65]uint8
    pkg syscall (linux-arm-cgo), type Utsname struct, Sysname [65]uint8
    pkg syscall (linux-arm-cgo), type Utsname struct, Version [65]uint8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top