add documentdb create UI wizard#1054
Open
Sourav-Kumar-19 wants to merge 5 commits into
Open
Conversation
Signed-off-by: Samiul <samiul@appscode.com>
Implements kubedbcom-documentdb-editor-options/ui with: - create-ui.yaml: full single-step form covering version, mode (Standalone/ReplicaSet), replicas, machine profile, storage, auth credentials, custom configuration, point-in-time recovery, deployment/cluster tier, monitoring, backup, archiver, TLS, and gateway exposure — consistent with MongoDB/MySQL/Postgres/Redis patterns - functions.js: all business logic (initBundle, machine profile handling, feature toggles, storage class selection, auth handling, archiver, point-in-time recovery) adapted for DocumentDB-specific modes and AWS-style instance classes (db.t.*, db.m.*, db.r.*) - language.yaml: localization strings for DocumentDB UI elements Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Sourav Roy <souravroy@appscode.com>
…es.yaml Without this, spec.admin.databases.DocumentDB is nil in the Helm values at the time resourcecalculator fires (triggered by the insights panel on form open). The db.yaml template at line 79 then hits nil pointer on .DocumentDB.versions.default. - initBundle now writes versions/available and auto-selects versions/default (first item) if none is set, ensuring the DocumentDB key is never nil - Add data/machines.yaml (same db.t/m/r types as DB2) so the resource-profiles helper resolves machine resources correctly Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Sourav Roy <souravroy@appscode.com>
Not needed per review feedback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Sourav Roy <souravroy@appscode.com>
9c10deb to
0010da5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements kubedbcom-documentdb-editor-options/ui with: