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

add delete_collection api #541

Merged
merged 1 commit into from
Jun 9, 2022
Merged

Commits on Apr 26, 2022

  1. add delete_collection api

    Delete collection is like get list, except it triggers a delete of the
    resources. It returns a list of all resources that match the call.
    
    I based this of the get entities like get_pods because it's roughly
    the same API except as a side effect it deletes all the resources.
    russell committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    6b4232e View commit details
    Browse the repository at this point in the history