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

Update the KEP-23 status #1387

Merged
merged 1 commit into from
Mar 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion keps/0023-enable-disable-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,11 @@ Here, e.g. apply-mirror-maker is a simple Apply and delete-mirror-maker a Delete
**Cons**:

- YAMLy programming language
- hard to debug
- hard to debug


## Implementation History

- 2020-01-30 - Initial draft. (@zmalik)
- 2020-02-06 - Changed to implementable. (@zmalik)
- 2020-02-27 - Implemented in [#1361](https://github.com/kudobuilder/kudo/pull/1361). (@zmalik)
2 changes: 1 addition & 1 deletion keps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
| [0018 - Controller redesign](0018-controller-overhaul.md) | implementable | Refactoring of KUDO controller |
| [0019 - Versioning of Operator Packages](0019-package-api-versioning.md) | implementable | Connection between the different versions that describe an operator |
| [0020 - Manual plan execution](0020-manual-plan-execution.md) | provisional | |
| [0023 - Enabling and Disabling features in KUDO Operators](0023-enable-disable-features.md) | implementable | |
| [0023 - Enabling and Disabling features in KUDO Operators](0023-enable-disable-features.md) | implemented | |
| [0024 - Enabling and Disabling features in KUDO Operators](0024-parameter-enhancement.md) | provisional | |
| [0025 - Template toYaml function](0025-template-to-yaml-function.md) | implemented | New toYaml function for use in templates |