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

Feature/explicit k8s resources #13

Merged
merged 22 commits into from
Aug 27, 2024
Merged

Conversation

petermorrowdev
Copy link
Owner

Introduces a new k8s base class called K8sResource for resources types that can be created in kubernetes, like Service Deployment or Pod. This allows the gybe.transpiler to properly check the manifest's return type and ensure that users don't accidentally try to create a non-resource object spec, like Container.

@petermorrowdev petermorrowdev merged commit 1fad9bc into main Aug 27, 2024
3 checks passed
@petermorrowdev petermorrowdev deleted the feature/explicit-k8s-resources branch August 27, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant