Skip to content

Commit

Permalink
Implement outputs for vms and kubernetes (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-rodrigues authored Mar 24, 2022
1 parent b055770 commit d3db15b
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 77 deletions.
53 changes: 32 additions & 21 deletions api/proto/resources/kubernetes_cluster.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions api/proto/resources/kubernetes_cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ message CloudSpecificKubernetesClusterResource {
common.CloudSpecificCommonResourceParameters common_parameters = 1;
string name = 2;
repeated string subnet_ids = 3;

// outputs
string endpoint = 4;
}

message KubernetesClusterResource {
Expand Down
80 changes: 45 additions & 35 deletions api/proto/resources/lambda.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions api/proto/resources/lambda.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ message CloudSpecificLambdaArgs {
string name = 2;
string runtime = 3;
string source_code_object_id = 4;

// outputs
string url = 5;
}

message CloudSpecificLambdaResource {
Expand Down
Loading

0 comments on commit d3db15b

Please sign in to comment.