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: introduces Features DSL #8

Merged
merged 22 commits into from
Aug 24, 2023

Conversation

bartoszmajsak
Copy link

  • easy builder to define what particular feature consists of
  • enables the use of existing YAML manifests
  • allows definition of additional resources programmatically with a simple func registration
  • cleanup funcs are now part of each feature and are called one after the other
  • each feature has its own resource tracker object

Copy link

@cam-garrison cam-garrison left a comment

Choose a reason for hiding this comment

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

Only one small nitpick really. Nice 😄

pkg/kfapp/ossm/feature/cert.go Outdated Show resolved Hide resolved
pkg/kfapp/ossm/feature/feature.go Show resolved Hide resolved
pkg/kfapp/ossm/ossm_installer.go Outdated Show resolved Hide resolved
@bartoszmajsak bartoszmajsak merged commit 732749a into maistra:kf_ossm_plugin Aug 24, 2023
@bartoszmajsak bartoszmajsak deleted the feature_dsl branch August 24, 2023 11:38
bartoszmajsak added a commit that referenced this pull request Sep 6, 2023
- easy builder to define what particular feature consists of
- enables the use of existing YAML manifests
- allows the definition of additional resources programmatically with a simple func registration
- cleanup functions are now part of each feature and are called one after the other
- each feature has its own resource tracker object
- ability to test smaller parts of the whole thing by using `Feature`s in integration tests
bartoszmajsak added a commit that referenced this pull request Sep 6, 2023
- easy builder to define what particular feature consists of
- enables the use of existing YAML manifests
- allows the definition of additional resources programmatically with a simple func registration
- cleanup functions are now part of each feature and are called one after the other
- each feature has its own resource tracker object
- ability to test smaller parts of the whole thing by using `Feature`s in integration tests
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.

2 participants