Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 56e690f

Browse files
committed
cluster/executor: remove unused containerConfig.endpoint()
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c2532d5 commit 56e690f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

daemon/cluster/executor/container/container.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ func (c *containerConfig) taskID() string {
9898
return c.task.ID
9999
}
100100

101-
func (c *containerConfig) endpoint() *api.Endpoint {
102-
return c.task.Endpoint
103-
}
104-
105101
func (c *containerConfig) spec() *api.ContainerSpec {
106102
return c.task.Spec.GetContainer()
107103
}

0 commit comments

Comments
 (0)