Documentation ¶
Index ¶
- func GetCurrentKubeletConfig(ctx context.Context, nodeName, namespace string, useProxy bool, ...) (*kubeletconfig.KubeletConfiguration, error)
- func GetCurrentKubeletConfigFromFile() (*kubeletconfig.KubeletConfiguration, error)
- func WriteKubeletConfigFile(kubeletConfig *kubeletconfig.KubeletConfiguration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentKubeletConfig ¶ added in v1.28.0
func GetCurrentKubeletConfig(ctx context.Context, nodeName, namespace string, useProxy bool, standaloneMode bool) (*kubeletconfig.KubeletConfiguration, error)
GetCurrentKubeletConfig fetches the current Kubelet Config for the given node
func GetCurrentKubeletConfigFromFile ¶
func GetCurrentKubeletConfigFromFile() (*kubeletconfig.KubeletConfiguration, error)
GetCurrentKubeletConfigFromFile returns the current kubelet configuration under the filesystem. This method should only run together with e2e node tests, meaning the test executor and the cluster nodes is the same machine
func WriteKubeletConfigFile ¶
func WriteKubeletConfigFile(kubeletConfig *kubeletconfig.KubeletConfiguration) error
WriteKubeletConfigFile updates the kubelet configuration under the filesystem This method should only run together with e2e node tests, meaning the test executor and the cluster nodes is the same machine
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.