-
Notifications
You must be signed in to change notification settings - Fork 372
enhance: add resource group declarative api #2002
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
enhance: add resource group declarative api #2002
Conversation
f187856
to
6f5e2c0
Compare
6f5e2c0
to
54c40b6
Compare
5a760ca
to
e87e579
Compare
Signed-off-by: chyezh <[email protected]>
Signed-off-by: chyezh <[email protected]>
Signed-off-by: chyezh <[email protected]>
e87e579
to
ca15e9d
Compare
Signed-off-by: chyezh <[email protected]>
ca15e9d
to
31f54e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chyezh, longjiquan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: chyezh <[email protected]>
fixed example issue: |
/lgtm |
issue: milvus-io/milvus#30931 - Add param `config` for `create_resource_group` api. - Add `update_resource_groups` api to implement declarative resource group api. - Add new example for declarative resource group api. --------- Signed-off-by: chyezh <[email protected]>
) issue: milvus-io/milvus#32282 picked from pr: #2002 - Add param `config` for `create_resource_group` api. - Add `update_resource_groups` api to implement declarative resource group api. - Add new example for declarative resource group api. Signed-off-by: chyezh <[email protected]>
issue: milvus-io/milvus#32282
Add param
config
forcreate_resource_group
api.Add
update_resource_groups
api to implement declarative resource group api.Add new example for declarative resource group api.