import "istio.io/istio/cni/pkg/install-cni/pkg/config"
type Config struct { CNINetDir string MountedCNINetDir string CNIConfName string ChainedCNIPlugin bool CNINetworkConfigFile string CNINetworkConfig string LogLevel string KubeconfigFilename string KubeconfigMode int KubeCAFile string SkipTLSVerify bool K8sServiceProtocol string K8sServiceHost string K8sServicePort string K8sNodeName string UpdateCNIBinaries bool SkipCNIBinaries []string }
Config struct defines the Istio CNI installation options
Package config is imported by 2 packages. Updated 2020-10-30. Refresh now. Tools for package owners.