const cniVersion …
const cniDirectory …
const cniConfDirectory …
const ecrCredentialProviderVersion …
const cniConfig …
const credentialGCPProviderConfig …
const credentialAWSProviderConfig …
func getCNIURL() string { … }
func setupCNI(host, workspace string) error { … }
func getECRCredentialProviderURL() string { … }
func setupECRCredentialProvider(host, workspace string) error { … }
func configureCredentialProvider(host, workspace string) error { … }
func configureFirewall(host string) error { … }
func cleanupNodeProcesses(host string) { … }
func quote(s string) string { … }