Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestReadinessCheck (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/etcd_test.go

    			healthChecksAreEqual(t, tc.wantReadyzChecks, serverConfig.ReadyzChecks, "readyz")
    			healthChecksAreEqual(t, tc.wantLivezChecks, serverConfig.LivezChecks, "livez")
    		})
    	}
    }
    
    func TestReadinessCheck(t *testing.T) {
    	testCases := []struct {
    		name              string
    		wantReadyzChecks  []string
    		wantHealthzChecks []string
    		wantLivezChecks   []string
    		skipHealth        bool
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top