Skip to content

Commit

Permalink
add sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB committed Mar 19, 2024
1 parent de03e30 commit 2f9dc66
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 0 deletions.
5 changes: 5 additions & 0 deletions castai/sdk/api.gen.go

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

117 changes: 117 additions & 0 deletions castai/sdk/client.gen.go

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

35 changes: 35 additions & 0 deletions castai/sdk/mock/client.go

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

4 changes: 4 additions & 0 deletions examples/eks/eks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ module "castai-eks-cluster" {
volume_iops = 3100
volume_throughput = 130
imds_v1 = true
target_group = {
arn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
port = 80
}
}
}

Expand Down

0 comments on commit 2f9dc66

Please sign in to comment.