Pass image_pull_secrets in runtime service

This commit is contained in:
Ben Toogood
2020-04-23 14:22:23 +01:00
parent 88176dca53
commit b5f53595ca
4 changed files with 83 additions and 324 deletions

View File

@@ -41,6 +41,8 @@ message CreateOptions {
string type = 5;
// image to use
string image = 6;
// image secrets to use
repeated string image_pull_secrets = 7;
}
message CreateRequest {