comment: flag EC2 k8s provider

This commit is contained in:
Benjamin Chastanier
2022-04-27 16:14:51 +02:00
parent 4567fbf9d5
commit b8d0923d2c

View File

@@ -17,6 +17,7 @@ use function_name::named;
use std::borrow::Borrow;
use std::sync::Arc;
/// EC2 kubernetes provider allowing to deploy a cluster on single EC2 node.
pub struct EC2 {
context: Context,
id: String,