Skip to content

Add CLI/Python command to update an API without needing to specify the entire API configuration #1329

Closed
@deliahu

Description

@deliahu

Description

For example, the user could specify the API name and the predictor.config, which will then be applied to the API.

A more general solution would be that the user could specify whatever fields they want, and the operator would perform a "merge" operation (with overwrites) to construct the desired API config. One question with this approach is how to perform the merge (there are different approaches for doing this, e.g. kubernetes provides different types of patch updates).

Motivation

Simplify CI/CD workflows

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions