Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 90 for isShutdown (0.47 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    		&v1core.EventSinkImpl{
    			Interface: v1core.New(nc.kubeClient.CoreV1().RESTClient()).Events(""),
    		})
    	defer nc.broadcaster.Shutdown()
    
    	// Close node update queue to cleanup go routine.
    	defer nc.nodeUpdateQueue.ShutDown()
    	defer nc.podUpdateQueue.ShutDown()
    
    	logger.Info("Starting node controller")
    	defer logger.Info("Shutting down node controller")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

     * ```
     *
     * ## Shutdown Isn't Necessary
     *
     * The threads and connections that are held will be released automatically if they remain idle. But
     * if you are writing a application that needs to aggressively release unused resources you may do
     * so.
     *
     * Shutdown the dispatcher's executor service with [shutdown()][ExecutorService.shutdown]. This will
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{73, "ECONNRESET", "connection reset by peer"},
    	{74, "ENOBUFS", "no buffer space available"},
    	{75, "EISCONN", "socket is already connected"},
    	{76, "ENOTCONN", "socket is not connected"},
    	{77, "ESHUTDOWN", "can't send after socket shutdown"},
    	{78, "ETIMEDOUT", "connection timed out"},
    	{79, "ECONNREFUSED", "connection refused"},
    	{80, "EHOSTDOWN", "host is down"},
    	{81, "EHOSTUNREACH", "no route to host"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{73, "ECONNRESET", "connection reset by peer"},
    	{74, "ENOBUFS", "no buffer space available"},
    	{75, "EISCONN", "socket is already connected"},
    	{76, "ENOTCONN", "socket is not connected"},
    	{77, "ESHUTDOWN", "can't send after socket shutdown"},
    	{78, "ETIMEDOUT", "connection timed out"},
    	{79, "ECONNREFUSED", "connection refused"},
    	{80, "EHOSTDOWN", "host is down"},
    	{81, "EHOSTUNREACH", "no route to host"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{132, "ENOBUFS", "no buffer space available"},
    	{133, "EISCONN", "transport endpoint is already connected"},
    	{134, "ENOTCONN", "transport endpoint is not connected"},
    	{143, "ESHUTDOWN", "cannot send after socket shutdown"},
    	{144, "ETOOMANYREFS", "too many references: cannot splice"},
    	{145, "ETIMEDOUT", "connection timed out"},
    	{146, "ECONNREFUSED", "connection refused"},
    	{147, "EHOSTDOWN", "host is down"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    	{56, "EISCONN", "socket is already connected"},
    	{57, "ENOTCONN", "socket is not connected"},
    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "operation timed out"},
    	{61, "ECONNREFUSED", "connection refused"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    	{56, "EISCONN", "socket is already connected"},
    	{57, "ENOTCONN", "socket is not connected"},
    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "operation timed out"},
    	{61, "ECONNREFUSED", "connection refused"},
    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

    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    	{56, "EISCONN", "socket is already connected"},
    	{57, "ENOTCONN", "socket is not connected"},
    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "operation timed out"},
    	{61, "ECONNREFUSED", "connection refused"},
    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

    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    	{56, "EISCONN", "socket is already connected"},
    	{57, "ENOTCONN", "socket is not connected"},
    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "connection timed out"},
    	{61, "ECONNREFUSED", "connection refused"},
    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. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go

    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    	{56, "EISCONN", "socket is already connected"},
    	{57, "ENOTCONN", "socket is not connected"},
    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "connection timed out"},
    	{61, "ECONNREFUSED", "connection refused"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
Back to top