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

Add Kubernetes resource native project and class #6

Merged
merged 4 commits into from
Sep 23, 2024

Conversation

devantler
Copy link
Owner

This pull request adds a new project and class for provisioning resources in a Kubernetes cluster. The project includes a .NET SDK file with the necessary configuration settings and a C# class that handles the creation of namespaces and secrets in the cluster. This addition enhances the functionality of the application by providing native support for Kubernetes resource provisioning.

@devantler devantler added the enhancement New feature or request label Sep 22, 2024
@devantler devantler self-assigned this Sep 22, 2024
@devantler devantler marked this pull request as draft September 22, 2024 22:29
Copy link

codecov bot commented Sep 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.09%. Comparing base (25da014) to head (fdc485b).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   86.11%   88.09%   +1.98%     
==========================================
  Files           2        3       +1     
  Lines          36       42       +6     
  Branches        2        2              
==========================================
+ Hits           31       37       +6     
  Misses          5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@devantler devantler marked this pull request as ready for review September 23, 2024 18:50
@devantler devantler merged commit 5506a18 into main Sep 23, 2024
4 checks passed
@devantler devantler deleted the feature/kubernetes-resource-provisioner branch September 23, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant