Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support k8s controllers #1057

Merged
merged 5 commits into from
Oct 9, 2023

Conversation

asamirr
Copy link
Contributor

@asamirr asamirr commented Oct 9, 2023

Problem

Calculating costs for multiple kubernetes controllers were yet to be added.

Solution

Adding support for kubernetes controllers cost calculation.

Changes Made

Added support for:

  • statefulsets.go
  • jobs.go
  • daemonsets.go

Notes

Fixes #1037

Checklist

  • Code follows the contributing guidelines
  • Changes have been thoroughly tested
  • Documentation has been updated, if necessary
  • Any dependencies have been added to the project, if necessary

Reviewers

@[username of the reviewer]

Copy link
Collaborator

@Azanul Azanul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work!

@mlabouardy mlabouardy added this to the v3.1.2 milestone Oct 9, 2023
@mlabouardy mlabouardy merged commit 6120697 into tailwarden:develop Oct 9, 2023
2 checks passed
@asamirr asamirr deleted the feat/support-k8s-controllers branch October 9, 2023 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add suport for kubernetes Controllers and add opencost cost calculation
3 participants