Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 150 for fileSystem (0.25 sec)

  1. pkg/kubelet/eviction/helpers_test.go

    		expectedContainerFsINodesSoft evictionapi.Threshold
    		expectErr                     bool
    		thresholdList                 []evictionapi.Threshold
    	}{
    		{
    			description: "single filesystem",
    			imageFs:     false,
    			containerFs: false,
    			expectedContainerFsHard: evictionapi.Threshold{
    				Signal:   evictionapi.SignalContainerFsAvailable,
    				Operator: evictionapi.OpLessThan,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/service_injection.adoc

    5. <<workerexecutor,`WorkerExecutor`>> - Allows a task to run work in parallel.
    6. <<filesystemoperations,`FileSystemOperations`>> - Allows a task to run operations on the filesystem such as deleting files, copying files or syncing directories.
    7. <<archiveoperations,`ArchiveOperations`>> - Allows a task to run operations on archive files such as ZIP or TAR files.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. operator/cmd/mesh/install.go

    	// value to set the node at that path to.
    	Set []string
    	// ManifestsPath is a path to a ManifestsPath and profiles directory in the local filesystem with a release tgz.
    	ManifestsPath string
    	// Revision is the Istio control plane revision the command targets.
    	Revision string
    }
    
    func (a *InstallArgs) String() string {
    	var b strings.Builder
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. src/os/file_unix.go

    		// the oldname error because that's what we did historically.
    		// However, if the old name and new name are not the same, yet
    		// they refer to the same file, it implies a case-only
    		// rename on a case-insensitive filesystem, which is ok.
    		if ofi, err := Lstat(oldname); err != nil {
    			if pe, ok := err.(*PathError); ok {
    				err = pe.Err
    			}
    			return &LinkError{"rename", oldname, newname, err}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  5. pkg/volume/util/fsquota/quota_linux_test.go

    		"Root": {
    			"/",
    			dummyMountData,
    			"/dev/mapper/fedora-root",
    			false,
    		},
    		"tmpfs": {
    			"/tmp",
    			dummyMountData,
    			"tmpfs",
    			false,
    		},
    		"user filesystem": {
    			"/virt",
    			dummyMountData,
    			"/dev/sdb1",
    			false,
    		},
    		"empty mountpoint": {
    			"",
    			dummyMountData,
    			"",
    			true,
    		},
    		"bad mountpoint": {
    			"/kiusf",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  6. cni/pkg/nodeagent/net_test.go

    	fixture := getTestFixure(ctx)
    	netServer := fixture.netServer
    	ztunnelServer := fixture.ztunnelServer
    	podMeta := metav1.ObjectMeta{
    		Name:      "foo",
    		Namespace: "bar",
    		// this uid exists in the fake filesystem.
    		UID: "863b91d4-4b68-4efa-917f-4b560e3e86aa",
    	}
    	podIP := netip.MustParseAddr("99.9.9.9")
    	podIPs := []netip.Addr{podIP}
    	expectPodAddedToIPSet(fixture.ipsetDeps, podMeta)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  7. src/os/file_plan9.go

    // Chtimes changes the access and modification times of the named
    // file, similar to the Unix utime() or utimes() functions.
    // A zero time.Time value will leave the corresponding file time unchanged.
    //
    // The underlying filesystem may truncate or round the values to a
    // less precise time unit.
    // If there is an error, it will be of type *PathError.
    func Chtimes(name string, atime time.Time, mtime time.Time) error {
    	var d syscall.Dir
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 30 15:35:30 UTC 2024
    - 16K bytes
    - Viewed (0)
  8. src/path/filepath/path.go

    // Clean(path) will always produce an unrooted path with no ".." path elements.
    //
    // IsLocal is a purely lexical operation.
    // In particular, it does not account for the effect of any symbolic links
    // that may exist in the filesystem.
    func IsLocal(path string) bool {
    	return filepathlite.IsLocal(path)
    }
    
    // Localize converts a slash-separated path into an operating system path.
    // The input path must be a valid path as reported by [io/fs.ValidPath].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  9. cluster/gce/windows/k8s-node-setup.psm1

        # storage.metrics on
    
        # storage.path
        # ------------
        # absolute file system path to store filesystem data buffers (chunks).
        #
        # storage.path /tmp/storage
    
        # storage.sync
        # ------------
        # configure the synchronization mode used to store the data into the
        # filesystem. It can take the values normal or full.
        #
        # storage.sync normal
    
        # storage.checksum
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  10. operator/cmd/mesh/manifest-generate_test.go

    		{
    			// Use some arbitrary small test input (pilot only) since we are testing the local filesystem code here, not
    			// manifest generation.
    			desc:       "install_package_path",
    			diffSelect: "Deployment:*:istiod",
    			flags:      "--set installPackagePath=" + string(liveCharts),
    		},
    		{
    			// Specify both charts and profile from local filesystem.
    			desc:       "install_package_path",
    			diffSelect: "Deployment:*:istiod",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top