Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CheckIfActive (0.11 sec)

  1. cmd/kubeadm/app/preflight/checks.go

    // detect a supported init system however, all checks are skipped and a warning is
    // returned.
    type ServiceCheck struct {
    	Service       string
    	CheckIfActive bool
    	Label         string
    }
    
    // Name returns label for ServiceCheck. If not provided, will return based on the service parameter
    func (sc ServiceCheck) Name() string {
    	if sc.Label != "" {
    		return sc.Label
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
Back to top