We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd37ef2 commit 1bc22fcCopy full SHA for 1bc22fc
pkg/monitor/podipcontroller/pod_ip_controller.go
@@ -79,11 +79,11 @@ func (c *SimultaneousPodIPController) Enqueue(obj interface{}) {
79
func (c *SimultaneousPodIPController) Run(ctx context.Context) {
80
defer utilruntime.HandleCrash()
81
82
- fmt.Printf("Starting SimultaneousPodIPController")
+ fmt.Printf("Starting SimultaneousPodIPController\n")
83
defer func() {
84
- fmt.Printf("Shutting down SimultaneousPodIPController")
+ fmt.Printf("Shutting down SimultaneousPodIPController\n")
85
c.queue.ShutDown()
86
- fmt.Printf("SimultaneousPodIPController shut down")
+ fmt.Printf("SimultaneousPodIPController shut down\n")
87
}()
88
89
if !cache.WaitForNamedCacheSync("SimultaneousPodIPController", ctx.Done(), c.cachesToSync...) {
0 commit comments