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

Manifest Kubernetes resources for reset command #563

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

raminqaf
Copy link
Contributor

Closes #556

@raminqaf raminqaf requested a review from disrupted as a code owner December 12, 2024 15:19
@raminqaf raminqaf self-assigned this Dec 12, 2024
@raminqaf raminqaf added type/enhancement New feature or request component/cli Related to the CLI commands labels Dec 12, 2024
@raminqaf raminqaf changed the title Introduce KPOps operation and manifest resources for deployment (#541) Manifest Kubernetes resources for reset command Dec 12, 2024
@disrupted
Copy link
Member

please rename the PR

@raminqaf raminqaf changed the title Manifest Kubernetes resources for reset command Manifest Kubernetes resources for reset command Dec 12, 2024
filter_type: FilterType = FilterType.INCLUDE,
environment: str | None = None,
verbose: bool = True,
operation_mode: OperationMode = OperationMode.MANIFEST,
Copy link
Member

Choose a reason for hiding this comment

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

what happens if the user would pass OperationMode.MANAGED? does that even make sense?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Passing OperationMode.MANIFEST or OperationMode.ARGO would be the same. Passing the OperationMode MANAGED needs to make more sense for the manifest functions.

@raminqaf raminqaf merged commit 658242e into v9 Dec 13, 2024
7 checks passed
@raminqaf raminqaf deleted the feat/implement-reset branch December 13, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/cli Related to the CLI commands type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants