Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 218 for endPod (0.12 sec)

  1. src/cmd/fix/fix.go

    	if insertAt > 0 {
    		// Assign same position as the previous import,
    		// so that the sorter sees it as being in the same block.
    		prev := impDecl.Specs[insertAt-1]
    		newImport.Path.ValuePos = prev.Pos()
    		newImport.EndPos = prev.Pos()
    	}
    
    	f.Imports = append(f.Imports, newImport)
    	return true
    }
    
    // deleteImport deletes the import path from the file f, if present.
    func deleteImport(f *ast.File, path string) (deleted bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  2. settings.gradle.kts

                    throw IllegalArgumentException("Could not locate the generated diagram in $markdownFile")
                }
                val endPos = content.subList(markerPos, content.size).indexOfFirst { it.contains(endDiagram) && !it.contains(startDiagram) }
                if (endPos < 0) {
                    throw IllegalArgumentException("Could not locate the end of the generated diagram in $markdownFile")
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/devicemanager/topology_hints.go

    func (m *ManagerImpl) GetTopologyHints(pod *v1.Pod, container *v1.Container) map[string][]topologymanager.TopologyHint {
    	// The pod is during the admission phase. We need to save the pod to avoid it
    	// being cleaned before the admission ended
    	m.setPodPendingAdmission(pod)
    
    	// Garbage collect any stranded device resources before providing TopologyHints
    	m.UpdateAllocatedDevices()
    
    	// Loop through all device resources and generate TopologyHints for them.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 27 02:10:25 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/wait/error.go

    		return true
    	default:
    		return false
    	}
    }
    
    // errInterrupted
    type errInterrupted struct {
    	cause error
    }
    
    // ErrorInterrupted returns an error that indicates the wait was ended
    // early for a given reason. If no cause is provided a generic error
    // will be used but callers are encouraged to provide a real cause for
    // clarity in debugging.
    func ErrorInterrupted(cause error) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 19:14:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/PluginVariantResolveIntegrationTest.groovy

                   // because this is this variant which causes the problem: because there's
                   // a mismatch on the Java version for the other variants, this one ended up
                   // being selected!
                   withSourcesJar()
                }
    
                $publishConfig
            """
    
            file('my-plugin/src/main/java/com/acme/MyPlugin.java') << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 12:51:28 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/cpumanager/cpu_manager.go

    	return nil
    }
    
    func (m *manager) Allocate(p *v1.Pod, c *v1.Container) error {
    	// The pod is during the admission phase. We need to save the pod to avoid it
    	// being cleaned before the admission ended
    	m.setPodPendingAdmission(p)
    
    	// Garbage collect any stranded resources before allocating CPUs.
    	m.removeStaleState()
    
    	m.Lock()
    	defer m.Unlock()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 19.9K bytes
    - Viewed (2)
  7. src/cmd/go/internal/modindex/build.go

    			// Note that ended==false here means that inSlashStar==false,
    			// since seeing a /* would have set ended==true.
    			end = len(content) - len(p)
    			continue Lines
    		}
    		if !bytes.HasPrefix(line, slashSlash) { // Not comment line
    			ended = true
    		}
    
    		if !inSlashStar && isGoBuildComment(line) {
    			if goBuild != nil {
    				return nil, nil, false, errMultipleGoBuild
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 17:39:23 UTC 2023
    - 26.8K bytes
    - Viewed (0)
  8. pilot/pkg/config/file/util/kubeyaml/kubeyaml.go

    			}
    			return nil, startLine, err
    		}
    		buffer.Write(line)
    	}
    }
    
    type LineReader struct {
    	reader *bufio.Reader
    }
    
    // Read returns a single line (with '\n' ended) from the underlying reader.
    // An error is returned iff there is an error with the underlying reader.
    func (r *LineReader) Read() ([]byte, error) {
    	var (
    		isPrefix = true
    		err      error
    		line     []byte
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 12 02:41:40 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/DosError.java

            "The parameter is incorrect.", "Too many Uids active on this session.", "The Uid is not known as a valid user identifier on this session.",
            "The pipe has been ended.", "The filename, directory name, or volume label syntax is incorrect.", "The directory is not empty.",
            "Cannot create a file when that file already exists.", "All pipe instances are busy.", "The pipe is being closed.",
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 10:52:42 UTC 2020
    - 4.8K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/smb1/DosError.java

            "The file exists.",
            "The parameter is incorrect.",
            "Too many Uids active on this session.",
            "The Uid is not known as a valid user identifier on this session.",
            "The pipe has been ended.",
            "The filename, directory name, or volume label syntax is incorrect.",
            "The directory is not empty.",
            "Cannot create a file when that file already exists.",
            "All pipe instances are busy.",
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 4.5K bytes
    - Viewed (0)
Back to top