[ARVADOS] updated: 2.1.0-217-gf7165287f
Git user
git at public.arvados.org
Fri Dec 11 21:56:37 UTC 2020
Summary of changes:
sdk/go/arvados/container.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f7165287f20f3c9f7f2837053f94631366242cea (commit)
from e04e1067e0782da78eb5b56d3b11972d50e9b3b8 (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 f7165287f20f3c9f7f2837053f94631366242cea
Author: Nico Cesar <nico at nicocesar.com>
Date: Fri Dec 11 16:55:49 2020 -0500
cr.Container should be a string not a *string
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>
diff --git a/sdk/go/arvados/container.go b/sdk/go/arvados/container.go
index 203b426c9..d5f0b5bb1 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