UserData returns userdata for bootstrapping nodes
()
| 30 | type Bootstrapper interface { |
| 31 | // UserData returns userdata for bootstrapping nodes |
| 32 | UserData() (string, error) |
| 33 | } |
| 34 | |
| 35 | // NewBootstrapper returns the correct bootstrapper for the AMI family |
no outgoing calls
no test coverage detected