Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLinux (0.1 sec)

  1. cmd/kubelet/app/server.go

    			return nil
    		}
    	}
    	if err != nil {
    		return err
    	}
    
    	// Calling GetLinux().GetCgroupDriver() won't segfault, but it will always default to systemd
    	// which is not intended by the fields not being populated
    	linuxConfig := runtimeConfig.GetLinux()
    	if linuxConfig == nil {
    		return nil
    	}
    
    	switch d := linuxConfig.GetCgroupDriver(); d {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top