Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 171 for wads (0.09 sec)

  1. pkg/kubelet/server/server_test.go

    	assertHealthFails(t, fw.testHTTPServer.URL+"/healthz", http.StatusInternalServerError)
    
    	if !calledAuthenticate {
    		t.Fatalf("Authenticate was not called")
    	}
    	if !calledAttributes {
    		t.Fatalf("Attributes was not called")
    	}
    	if !calledAuthorize {
    		t.Fatalf("Authorize was not called")
    	}
    }
    
    func TestAuthenticationFailure(t *testing.T) {
    	var (
    		expectedUser       = &user.DefaultInfo{Name: "test"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  2. cmd/erasure-healing_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Remove the object - to simulate the case where the disk was down when the object
    	// was created.
    	err = removeAll(pathJoin(disk.String(), bucket, object))
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Checking abandoned parts should do nothing
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/horizontal.go

    		if err := a.updateStatusIfNeeded(ctx, hpaStatusOriginal, hpa); err != nil {
    			utilruntime.HandleError(err)
    		}
    		return fmt.Errorf("failed to query scale subresource for %s: %v", reference, err)
    	}
    	setCondition(hpa, autoscalingv2.AbleToScale, v1.ConditionTrue, "SucceededGetScale", "the HPA controller was able to get the target's current scale")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    // finalizers (finalization); it returns:
    //
    //  1. an error
    //  2. a boolean indicating that the object was not found, but it should be
    //     ignored
    //  3. a boolean indicating that the object's grace period is exhausted and it
    //     should be deleted immediately
    //  4. a new output object with the state that was updated
    //  5. a copy of the last existing state of the object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  5. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.sun.xml.math",
    				"application/vnd.sun.xml.writer",
    				"application/vnd.sun.xml.writer.global",
    				"application/vnd.sun.xml.writer.template",
    				"application/vnd.sun.wadl+xml",
    				"application/vnd.sus-calendar",
    				"application/vnd.svd",
    				"application/vnd.swiftview-ics",
    				"application/vnd.symbian.install",
    				"application/vnd.syncml+xml",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  6. pkg/kubelet/status/status_manager_test.go

    			switch c.ContainerID {
    			case cID1.String():
    				if c.Ready != c1Ready {
    					t.Errorf("[%s] Expected readiness of c1 to be %v but was %v", step, c1Ready, c.Ready)
    				}
    			case cID2.String():
    				if c.Ready != c2Ready {
    					t.Errorf("[%s] Expected readiness of c2 to be %v but was %v", step, c2Ready, c.Ready)
    				}
    			default:
    				t.Fatalf("[%s] Unexpected container: %+v", step, c)
    			}
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 68.1K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_server_test.go

    	}
    	if err != context.Canceled {
    		t.Errorf("Unexpected server handshake error: %v", err)
    	}
    	if runtime.GOARCH == "wasm" {
    		t.Skip("conn.Close does not error as expected when called multiple times on WASM")
    	}
    	err = conn.Close()
    	if err == nil {
    		t.Error("Server connection was not closed when the context was canceled")
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  8. src/index/suffixarray/sais2.go

    		if j == 0 {
    			// Skip empty entry.
    			continue
    		}
    		if j < 0 {
    			// Leave discovered type-S index for caller.
    			sa[i] = int64(-j)
    			continue
    		}
    		sa[i] = 0
    
    		// Index j was on work queue, meaning k := j-1 is L-type,
    		// so we can now place k correctly into sa.
    		// If k-1 is L-type, queue k for processing later in this loop.
    		// If k-1 is S-type (text[k-1] < text[k]), queue -k to save for the caller.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            // Virtual platforms require their constraints to be recomputed each time as each module addition can cause a shift in versions
            if (!isVirtualPlatformNeedsRefresh()) {
                // Check if node was previously traversed with the same net exclusion when not a virtual platform
                if (excludesSameDependenciesAsPreviousTraversal(resolutionFilter)) {
                    boolean newConstraints = handleNewConstraints(discoveredEdges);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  10. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	computeZoneStateFunc       func(nodeConditions []*v1.NodeCondition) (int, ZoneState)
    
    	knownNodeSet map[string]*v1.Node
    	// per Node map storing last observed health together with a local time when it was observed.
    	nodeHealthMap *nodeHealthMap
    
    	// evictorLock protects zonePodEvictor and zoneNoExecuteTainter.
    	evictorLock sync.Mutex
    	// workers that are responsible for tainting nodes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top