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

KubeResoruceManager: Add methods for create/update bunch resoruces and wait for all on the end #157

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

kornys
Copy link
Member

@kornys kornys commented Aug 6, 2024

Description

Implement 2 new methods in KubeResoruceManager for creating bunch of resources and wait for condition in batch on the end.
This speedup deployments of bunch resources.

Type of Change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit/integration tests pass locally with my changes

…d wait for all on the end

Signed-off-by: David Kornel <kornys@outlook.com>
@kornys kornys self-assigned this Aug 6, 2024
@kornys kornys added this to the 0.4.0 milestone Aug 6, 2024
@kornys kornys marked this pull request as ready for review August 6, 2024 08:56
@github-actions github-actions bot requested review from Frawless and im-konge August 6, 2024 08:56
Signed-off-by: David Kornel <kornys@outlook.com>
@kornys kornys merged commit 338735e into main Aug 6, 2024
6 checks passed
@kornys kornys deleted the async-create-wait branch August 6, 2024 09:57
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.

[Enhancement]: Add resource manager api for create all resoruce and async wait on the end of creating
4 participants