Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 387 for Usages (0.34 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    [registry.k8s.io/kube-apiserver:v1.27.11](https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/us/kube-apiserver) | [amd64](...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  2. src/runtime/mgcsweep.go

    		if s, ok := sl.tryAcquire(s); ok {
    			// Sweep the span we found.
    			npages = s.npages
    			if s.sweep(false) {
    				// Whole span was freed. Count it toward the
    				// page reclaimer credit since these pages can
    				// now be used for span allocation.
    				mheap_.reclaimCredit.Add(npages)
    			} else {
    				// Span is still in-use, so this returned no
    				// pages to the heap and the span needs to
    				// move to the swept in-use list.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:52:18 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  3. pkg/kubelet/images/image_gc_manager.go

    	ctx, otelSpan := im.tracer.Start(ctx, "Images/GarbageCollect")
    	defer otelSpan.End()
    
    	freeTime := time.Now()
    	images, err := im.imagesInEvictionOrder(ctx, freeTime)
    	if err != nil {
    		return err
    	}
    
    	images, err = im.freeOldImages(ctx, images, freeTime, beganGC)
    	if err != nil {
    		return err
    	}
    
    	// Get disk usage on disk holding images.
    	fsStats, _, err := im.statsProvider.ImageFsStats(ctx)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. cmd/data-usage-cache.go

    // dataUsageCacheV2 contains a cache of data usage entries version 2.
    type dataUsageCacheV2 struct {
    	Info  dataUsageCacheInfo
    	Cache map[string]dataUsageEntryV2
    }
    
    // dataUsageCacheV3 contains a cache of data usage entries version 3.
    type dataUsageCacheV3 struct {
    	Info  dataUsageCacheInfo
    	Cache map[string]dataUsageEntryV3
    }
    
    // dataUsageCacheV4 contains a cache of data usage entries version 4.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 10 14:49:50 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  5. src/runtime/mgcscavenge.go

    	}
    	sc.inUse += uint16(npages)
    	if sc.inUse == pallocChunkPages {
    		// There's nothing for the scavenger to take from here.
    		sc.setEmpty()
    	}
    }
    
    // free updates sc given that npages was freed in the corresponding chunk.
    func (sc *scavChunkData) free(npages uint, newGen uint32) {
    	if uint(sc.inUse) < npages {
    		print("runtime: inUse=", sc.inUse, " npages=", npages, "\n")
    		throw("allocated pages below zero?")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

    // New uses of this type are discouraged because of difficulty describing its usage when embedded in APIs.
    //  1. Ignored fields.  It includes many fields which are not generally honored.  For instance, ResourceVersion and FieldPath are both very rarely valid in actual usage.
    //  2. Invalid usage help.  It is impossible to add specific help for individual usage.  In most embedded usages, there are particular
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.29.md

    [registry.k8s.io/kube-apiserver:v1.29.2](https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/us/kube-apiserver) | [amd64](ht...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  8. hack/make-rules/test-e2e-node.sh

               fi
               echo "Reusing host ${instance_prefix}-${i}"
               hosts="${hosts}${instance_prefix}-${i}"
             else
               if [[ "${images}" != "" ]]; then
                 images="${images},"
               fi
               images="${images}${i}"
             fi
           done
      fi
    
      # Use cluster.local as default dns-domain
      test_args='--dns-domain="'${KUBE_DNS_DOMAIN:-cluster.local}'" '${test_args}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.28.md

    [registry.k8s.io/kube-apiserver:v1.28.7](https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/us/kube-apiserver) | [amd64](ht...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

              "type": "string"
            },
            "usages": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top