Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 222 for recordDef (0.21 sec)

  1. pkg/kubelet/images/image_gc_manager.go

    	// The image garbage collection policy in use.
    	policy ImageGCPolicy
    
    	// statsProvider provides stats used during image garbage collection.
    	statsProvider StatsProvider
    
    	// Recorder for Kubernetes events.
    	recorder record.EventRecorder
    
    	// Reference to this node.
    	nodeRef *v1.ObjectReference
    
    	// imageCache is the cache of latest image list.
    	imageCache imageCache
    
    	// tracer for recording spans
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go

    			logger := ktesting.NewLogger(t,
    				ktesting.NewConfig(
    					ktesting.BufferLogs(true),
    				),
    			)
    			m := &managerImpl{
    				logger:                           logger,
    				recorder:                         tt.fields.recorder,
    				nodeRef:                          tt.fields.nodeRef,
    				probeManager:                     tt.fields.probeManager,
    				shutdownGracePeriodByPodPriority: tt.fields.shutdownGracePeriodByPodPriority,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    			// so after granting a new lease, the recorded count is set to 1
    			expectAttachedCount: 1,
    		},
    	}
    
    	for _, tc := range testCases {
    		err := store.Create(ctx, tc.key, obj, out, 120)
    		if err != nil {
    			t.Fatalf("Set failed: %v", err)
    		}
    		if store.leaseManager.leaseAttachedObjectCount != tc.expectAttachedCount {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  4. pkg/controller/nodeipam/ipam/range_allocator.go

    		clusterCIDRs: allocatorParams.ClusterCIDRs,
    		cidrSets:     cidrSets,
    		nodeLister:   nodeInformer.Lister(),
    		nodesSynced:  nodeInformer.Informer().HasSynced,
    		broadcaster:  eventBroadcaster,
    		recorder:     recorder,
    		queue:        workqueue.NewNamedRateLimitingQueue(workqueue.DefaultControllerRateLimiter(), "cidrallocator_node"),
    	}
    
    	if allocatorParams.ServiceCIDR != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 10:06:15 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  5. pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux.go

    	if conf.Clock == nil {
    		conf.Clock = clock.RealClock{}
    	}
    	manager := &managerImpl{
    		logger:                           conf.Logger,
    		probeManager:                     conf.ProbeManager,
    		recorder:                         conf.Recorder,
    		nodeRef:                          conf.NodeRef,
    		getPods:                          conf.GetPodsFunc,
    		killPodFunc:                      conf.KillPodFunc,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 08:02:40 UTC 2022
    - 15.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/resource_device_inference.cc

    class PerFunctionResult {
     public:
      explicit PerFunctionResult(
          func::FuncOp func_op,
          const TF::ResourceAliasAnalysis::Info& alias_analysis)
          : alias_analysis_(alias_analysis) {}
    
      // Returns the recorded device assignment for a resource, if any.
      std::optional<StringRef> DeviceForResource(Value resource) const {
        std::optional<StringRef> result;
        if (alias_analysis_.IsUnknownResource(resource)) return std::nullopt;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 03:47:00 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  7. pkg/controller/volume/attachdetach/reconciler/reconciler.go

    		attacherDetacher:            attacherDetacher,
    		nodeStatusUpdater:           nodeStatusUpdater,
    		nodeLister:                  nodeLister,
    		timeOfLastSync:              time.Now(),
    		recorder:                    recorder,
    	}
    }
    
    type reconciler struct {
    	loopPeriod                  time.Duration
    	maxWaitForUnmountDuration   time.Duration
    	syncDuration                time.Duration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 21:02:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  8. pkg/kubelet/server/stats/testing/mock_stats_provider.go

    type MockProvider struct {
    	ctrl     *gomock.Controller
    	recorder *MockProviderMockRecorder
    }
    
    // MockProviderMockRecorder is the mock recorder for MockProvider.
    type MockProviderMockRecorder struct {
    	mock *MockProvider
    }
    
    // NewMockProvider creates a new mock instance.
    func NewMockProvider(ctrl *gomock.Controller) *MockProvider {
    	mock := &MockProvider{ctrl: ctrl}
    	mock.recorder = &MockProviderMockRecorder{mock}
    	return mock
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Status responseStatus = 10;
    
      // API object from the request, in JSON format. The RequestObject is recorded as-is in the request
      // (possibly re-encoded as JSON), prior to version conversion, defaulting, admission or
      // merging. It is an external versioned object type, and may not be a valid object on its own.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/types.go

    	// +optional
    	ResponseStatus *metav1.Status `json:"responseStatus,omitempty" protobuf:"bytes,10,opt,name=responseStatus"`
    
    	// API object from the request, in JSON format. The RequestObject is recorded as-is in the request
    	// (possibly re-encoded as JSON), prior to version conversion, defaulting, admission or
    	// merging. It is an external versioned object type, and may not be a valid object on its own.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:24:10 UTC 2023
    - 14.5K bytes
    - Viewed (0)
Back to top