[ARVADOS] updated: 2.1.0-25-g097902772
Git user
git at public.arvados.org
Mon Nov 2 20:08:21 UTC 2020
Summary of changes:
sdk/go/arvados/container.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 09790277299e0762fcba55bc2e1afdde636eb531 (commit)
from c85f61a83cd4fcf0b7aafa1670df488f4059a180 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 09790277299e0762fcba55bc2e1afdde636eb531
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Mon Nov 2 17:07:42 2020 -0300
17014: Allows ContainerRequest's container_uuid member to be NULL.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/sdk/go/arvados/container.go b/sdk/go/arvados/container.go
index d97116eab..f35db712d 100644
--- a/sdk/go/arvados/container.go
+++ b/sdk/go/arvados/container.go
@@ -48,7 +48,7 @@ type ContainerRequest struct {
Properties map[string]interface{} `json:"properties"`
State ContainerRequestState `json:"state"`
RequestingContainerUUID string `json:"requesting_container_uuid"`
- ContainerUUID string `json:"container_uuid"`
+ ContainerUUID *string `json:"container_uuid"`
ContainerCountMax int `json:"container_count_max"`
Mounts map[string]Mount `json:"mounts"`
RuntimeConstraints RuntimeConstraints `json:"runtime_constraints"`
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list