File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package types
22
33type Config struct {
4- Region string `json:"region"`
5- ManageNonOwnedERIs bool `json:"manageNonOwnedENIs"`
6- ControllerNamespace string `json:"controllerNamespace"`
7- ControllerName string `json:"controllerName"`
8- ClusterDomain string `json:"clusterDomain"`
9- CertDir string `json:"certDir"`
10- EnableDevicePlugin * bool `json:"enableDevicePlugin"`
11- EnableWebhook * bool `json:"enableWebhook"`
12- SMCInitImage string `json:"smcInitImage"`
13- EnableInitContainerInject * bool `json:"enableInitContainerInject"`
4+ Region string `json:"region"`
5+ ManageNonOwnedERIs bool `json:"manageNonOwnedENIs"`
6+ ControllerNamespace string `json:"controllerNamespace"`
7+ ControllerName string `json:"controllerName"`
8+ ClusterDomain string `json:"clusterDomain"`
9+ CertDir string `json:"certDir"`
10+ EnableDevicePlugin * bool `json:"enableDevicePlugin"`
11+ EnableWebhook * bool `json:"enableWebhook"`
12+ SMCInitImage string `json:"smcInitImage"`
13+ EnableInitContainerInject * bool `json:"enableInitContainerInject"`
1414 NodeSelector map [string ]string `json:"nodeSelector"`
1515 WaitNodeReadyTimeoutSeconds int `json:"waitNodeReadyTimeoutSeconds"`
1616}
You can’t perform that action at this time.
0 commit comments