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] Make provider interface "stateless", SDK maintains provider state #250

Closed
9 tasks
toddbaert opened this issue Mar 15, 2024 · 1 comment · Fixed by #276
Closed
9 tasks

[FEATURE] Make provider interface "stateless", SDK maintains provider state #250

toddbaert opened this issue Mar 15, 2024 · 1 comment · Fixed by #276
Assignees
Labels
contribfest A good issue for Contribfest KubeCon EU '24 enhancement New feature or request v0.8.0

Comments

@toddbaert
Copy link
Member

Requirements

Stateless providers

Providers no longer maintain their own state: the state for each provider is maintained in the SDK automatically, and updated according to the success/failures of lifecycle methods (init/shutdown) or events emitted from providers spontaneously.

Tasks

@toddbaert toddbaert added enhancement New feature or request contribfest A good issue for Contribfest KubeCon EU '24 v0.8.0 labels Mar 15, 2024
@toddbaert toddbaert added this to the Spec 0.8 Compliance milestone Mar 15, 2024
@toddbaert toddbaert self-assigned this May 31, 2024
@toddbaert
Copy link
Member Author

I've started on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribfest A good issue for Contribfest KubeCon EU '24 enhancement New feature or request v0.8.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant