Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/kubelet.go

    	kl.oneTimeInitializer.Do(kl.initializeRuntimeDependentModules)
    	kl.runtimeState.setRuntimeSync(kl.clock.Now())
    }
    
    // GetConfiguration returns the KubeletConfiguration used to configure the kubelet.
    func (kl *Kubelet) GetConfiguration() kubeletconfiginternal.KubeletConfiguration {
    	return kl.kubeletConfiguration
    }
    
    // BirthCry sends an event that the kubelet has started up.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top