Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ShutdownInitiatedNotify (0.29 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/config.go

    	return c.lifecycleSignals.InFlightRequestsDrained.Signaled()
    }
    
    // ShutdownInitiated returns a lifecycle signal of apiserver shutdown having been initiated.
    func (c *Config) ShutdownInitiatedNotify() <-chan struct{} {
    	return c.lifecycleSignals.ShutdownInitiated.Signaled()
    }
    
    // Complete fills in any fields not set that are required to have valid data and can be derived
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top