package kubeletconfig
import "k8s.io/kubernetes/test/e2e_node/kubeletconfig"
Index ¶
- func GetCurrentKubeletConfigFromFile() (*kubeletconfig.KubeletConfiguration, error)
- func WriteKubeletConfigFile(kubeletConfig *kubeletconfig.KubeletConfiguration) error
Functions ¶
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
Source Files ¶
kubeletconfig.go
- Version
- v1.23.0-rc.0
- Published
- Nov 24, 2021
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 30 seconds ago –
Tools for package owners.