Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 73 for actors (0.28 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/ci-systems/github-actions-workflows.png

    github-actions-workflows.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 19:03:12 UTC 2024
    - 137.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/ci-systems/github-actions-cache-details.png

    github-actions-cache-details.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 19:03:12 UTC 2024
    - 226.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/ci-systems/github-actions-dependency-alerts.png

    github-actions-dependency-alerts.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 20:06:09 UTC 2024
    - 188.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_node_status_test.go

    	clock.Step(time.Minute)
    	assert.NoError(t, kubelet.updateNodeStatus(ctx))
    
    	// 2 more action (There were 2 actions before).
    	actions = kubeClient.Actions()
    	assert.Len(t, actions, 4)
    	assert.IsType(t, core.GetActionImpl{}, actions[2])
    	assert.IsType(t, core.PatchActionImpl{}, actions[3])
    	patchAction = actions[3].(core.PatchActionImpl)
    
    	updatedNode, err = applyNodeStatusPatch(updatedNode, patchAction.GetPatch())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    				base.Fatalf("go: failed to trim cache: %v", err)
    			}
    		}()
    	}
    
    	// Build list of all actions, assigning depth-first post-order priority.
    	// The original implementation here was a true queue
    	// (using a channel) but it had the effect of getting
    	// distracted by low-level leaf actions to the detriment
    	// of completing higher-level actions. The order of
    	// work does not matter much to overall execution time,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. pkg/controller/garbagecollector/garbagecollector_test.go

    	response map[string]FakeResponse
    
    	lock    sync.Mutex
    	actions []fakeAction
    }
    
    // ServeHTTP logs the action that occurred and always returns the associated status code
    func (f *fakeActionHandler) ServeHTTP(response http.ResponseWriter, request *http.Request) {
    	func() {
    		f.lock.Lock()
    		defer f.lock.Unlock()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				"node-x": framework.UnschedulableAndUnresolvable,
    				"node-y": framework.Unschedulable,
    			},
    		},
    		{
    			// 1. to fulfil "zone" constraint, pods spread across zones as 2/~0~
    			// 2. to fulfil "node" constraint, pods spread across zones as 1/1/0/~1~
    			// intersection of (1) and (2) returns node-x
    			name: "two node inclusion Constraints, zone: honor/ignore, node: ignore/ignore",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  9. cmd/site-replication.go

    	MaxUsers          int                             // maximum users seen across sites
    	MaxGroups         int                             // maximum groups seen across sites
    	MaxPolicies       int                             // maximum policies across sites
    	MaxILMExpiryRules int                             // maximum ILM expiry rules across sites
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

    deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order.  Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
Back to top