These 4 commits are when the Protocol Buffers files have changed:
Commit: | fae872a | |
---|---|---|
Author: | Furisto | |
Committer: | Furisto |
[Services] Move services code to crate
The documentation is generated from this commit.
Commit: | e6671a7 | |
---|---|---|
Author: | Sascha Grunert | |
Committer: | Sascha Grunert |
Change project description to be more general and isolate Kubernetes code The project is moving to be a more general library which provides a set of default implementations (like for Kubernetes, CNI, etc.). This means we have to change the description as well as the layout of the library to reflect that. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Commit: | 890c66b | |
---|---|---|
Author: | Sascha Grunert | |
Committer: | Sascha Grunert |
Fix proto package name If we do not exactly follow the proto's original package name then we will not be able to interact with clients like the kubelet, crictl or others. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Commit: | 32632cd | |
---|---|---|
Author: | Mrunal Patel | |
Committer: | Mrunal Patel |
Mininal proto generation checkpoint We need to stub out the missing messages and add ImageService next. Signed-off-by: Mrunal Patel <mrunalp@gmail.com>