| 14 | ) |
| 15 | |
| 16 | type AmazonLinux2 struct { |
| 17 | clusterConfig *api.ClusterConfig |
| 18 | ng *api.NodeGroup |
| 19 | clusterDNS string |
| 20 | } |
| 21 | |
| 22 | func NewAL2Bootstrapper(clusterConfig *api.ClusterConfig, ng *api.NodeGroup, clusterDNS string) *AmazonLinux2 { |
| 23 | return &AmazonLinux2{ |
nothing calls this directly
no outgoing calls
no test coverage detected