Skip to content

Commit

Permalink
nat-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
easystartup-io committed Jan 26, 2024
1 parent 61ad637 commit 9f57a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/io/easystartup/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public static void main(String[] args) {
DeleteCluster.class,
UpgradeCluster.class,
ListK3sReleases.class,
CreateAccessBox.class
CreateAccessBox.class,
CreateNatGateway.class,
}
)
public static class K3sSimplifier implements Callable<Integer> {
Expand Down

0 comments on commit 9f57a6e

Please sign in to comment.