Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 100 for wealth (0.16 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

            $system_stats_monitors = @()
            $custom_plugin_monitors = @()
    
            # Custom Plugin Monitors
            $custom_plugin_monitors += @("${npd_dir}\config\windows-health-checker-kubelet.json")
            $custom_plugin_monitors += @("${npd_dir}\config\windows-health-checker-kubeproxy.json")
            $custom_plugin_monitors += @("${npd_dir}\config\windows-defender-monitor.json")
    
            # System Stats Monitors
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	waitForDetachCallCount(t, 0 /* expectedDetachCallCount */, fakePlugin)
    }
    
    // Populates desiredStateOfWorld cache with one node/volume/pod tuple.
    // The node starts as healthy.
    //
    // Calls Run()
    // Verifies there is one attach call and no detach calls.
    // Deletes the pod from desiredStateOfWorld cache without first marking the node/volume as unmounted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  3. tests/integration/security/authz_test.go

    								},
    								{
    									ports:   []echo.Port{ports.HTTP, ports.HTTP2},
    									path:    "/health",
    									headers: extAuthzHeaders(authz.XExtAuthzAllow),
    									allow:   true,
    									skip:    !fromAllowed,
    								},
    								{
    									ports:   []echo.Port{ports.HTTP, ports.HTTP2},
    									path:    "/health",
    									headers: extAuthzHeaders("deny"),
    									allow:   true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      // Adds a test part result to the list.
      void AddTestPartResult(const TestPartResult& test_part_result);
    
      // Returns the death test count.
      int death_test_count() const { return death_test_count_; }
    
      // Increments the death test count, returning the new count.
      int increment_death_test_count() { return ++death_test_count_; }
    
      // Clears the test part results.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier.go

    	{utiliptables.TableFilter, utiliptables.ChainForward, kubeForwardChain, "kubernetes forwarding rules"},
    	{utiliptables.TableFilter, utiliptables.ChainInput, kubeNodePortChain, "kubernetes health check rules"},
    	{utiliptables.TableFilter, utiliptables.ChainInput, kubeProxyFirewallChain, "kube-proxy firewall rules"},
    	{utiliptables.TableFilter, utiliptables.ChainForward, kubeProxyFirewallChain, "kube-proxy firewall rules"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      // Adds a test part result to the list.
      void AddTestPartResult(const TestPartResult& test_part_result);
    
      // Returns the death test count.
      int death_test_count() const { return death_test_count_; }
    
      // Increments the death test count, returning the new count.
      int increment_death_test_count() { return ++death_test_count_; }
    
      // Clears the test part results.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	EADDRINUSE      = syscall.Errno(0x30)
    	EADDRNOTAVAIL   = syscall.Errno(0x31)
    	EAFNOSUPPORT    = syscall.Errno(0x2f)
    	EAGAIN          = syscall.Errno(0x23)
    	EALREADY        = syscall.Errno(0x25)
    	EAUTH           = syscall.Errno(0x50)
    	EBADARCH        = syscall.Errno(0x56)
    	EBADEXEC        = syscall.Errno(0x55)
    	EBADF           = syscall.Errno(0x9)
    	EBADMACHO       = syscall.Errno(0x58)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	EADDRINUSE      = syscall.Errno(0x30)
    	EADDRNOTAVAIL   = syscall.Errno(0x31)
    	EAFNOSUPPORT    = syscall.Errno(0x2f)
    	EAGAIN          = syscall.Errno(0x23)
    	EALREADY        = syscall.Errno(0x25)
    	EAUTH           = syscall.Errno(0x50)
    	EBADF           = syscall.Errno(0x9)
    	EBADMSG         = syscall.Errno(0x5c)
    	EBADRPC         = syscall.Errno(0x48)
    	EBUSY           = syscall.Errno(0x10)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	EADDRINUSE      = syscall.Errno(0x30)
    	EADDRNOTAVAIL   = syscall.Errno(0x31)
    	EAFNOSUPPORT    = syscall.Errno(0x2f)
    	EAGAIN          = syscall.Errno(0x23)
    	EALREADY        = syscall.Errno(0x25)
    	EAUTH           = syscall.Errno(0x50)
    	EBADF           = syscall.Errno(0x9)
    	EBADMSG         = syscall.Errno(0x58)
    	EBADRPC         = syscall.Errno(0x48)
    	EBUSY           = syscall.Errno(0x10)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # else
    #  define GTEST_HAS_STREAM_REDIRECTION 1
    # endif  // !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_SYMBIAN
    #endif  // GTEST_HAS_STREAM_REDIRECTION
    
    // Determines whether to support death tests.
    // Google Test does not support death tests for VC 7.1 and earlier as
    // abort() in a VC 7.1 application compiled as GUI in debug config
    // pops up a dialog window that cannot be suppressed programmatically.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
Back to top