Skip to content

Commit

Permalink
api: images_all_projects
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Punjabi <mahesh.punjabi86@gmail.com>
  • Loading branch information
MaheshPunjabi committed Jan 18, 2024
1 parent a95bef9 commit f6c4baa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,10 @@ client authentication.

Adds ability to copy image to a project different from the source.

## `images_all_projects`

This adds support for listing images across all projects through the `all-projects` parameter on the `GET /1.0/images`API.

## `cluster_migration_inconsistent_copy`

Adds `allow_inconsistent` field to `POST /1.0/instances/<name>`. Set to `true` to allow inconsistent copying between cluster
Expand Down
1 change: 1 addition & 0 deletions internal/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ var APIExtensions = []string{
"projects_restricted_intercept",
"metrics_authentication",
"images_target_project",
"images_all_projects",
"cluster_migration_inconsistent_copy",
"cluster_ovn_chassis",
"container_syscall_intercept_sched_setscheduler",
Expand Down

0 comments on commit f6c4baa

Please sign in to comment.