Skip to content

Commit

Permalink
Merge pull request #1151 from stevvooe/image-metadata-service
Browse files Browse the repository at this point in the history
images, containers: converge metadata API conventions
  • Loading branch information
dmcgowan committed Jul 11, 2017
2 parents 54e2b9d + 7f4c4ae commit 106c750
Show file tree
Hide file tree
Showing 19 changed files with 1,571 additions and 308 deletions.
1 change: 1 addition & 0 deletions api/services/events/v1/container.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

304 changes: 295 additions & 9 deletions api/services/events/v1/image.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions api/services/events/v1/image.proto
Expand Up @@ -4,6 +4,11 @@ package containerd.services.images.v1;

option go_package = "github.com/containerd/containerd/api/services/events/v1;events";

message ImageCreate {
string name = 1;
map<string, string> labels = 2;
}

message ImageUpdate {
string name = 1;
map<string, string> labels = 2;
Expand Down

0 comments on commit 106c750

Please sign in to comment.