Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetCounterMetricValue (0.23 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	// Now force a partial resync error and ensure that it recovers correctly
    	if fp.needFullSync {
    		t.Fatalf("Proxier unexpectedly already needs a full sync?")
    	}
    	partialRestoreFailures, err := testutil.GetCounterMetricValue(metrics.IPTablesPartialRestoreFailuresTotal)
    	if err != nil {
    		t.Fatalf("Could not get partial restore failures metric: %v", err)
    	}
    	if partialRestoreFailures != 0.0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top