Skip to content

Comments

feat(docs): Update onboard/add-option skill to include rust examples#80

Open
hubertdeng123 wants to merge 1 commit intomainfrom
hubertdeng123/update-skills-rust
Open

feat(docs): Update onboard/add-option skill to include rust examples#80
hubertdeng123 wants to merge 1 commit intomainfrom
hubertdeng123/update-skills-rust

Conversation

@hubertdeng123
Copy link
Member

No description provided.

**Supported types:** `string`, `integer`, `number`, `boolean`

**Return types:**
- Python: `opts.get('key')` returns `str | int | float | bool`
Copy link
Member

Choose a reason for hiding this comment

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

we will support lists too when the release is cut

opts = options('{namespace}')

# Read values (returns schema default if ConfigMap doesn't exist)
# Return types: str | int | float | bool
Copy link
Member

Choose a reason for hiding this comment

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

ditto, just make sure to check for all these and include lists

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.

2 participants