cluster/executor: remove unused containerConfig.endpoint()
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c2532d56b0
commit
56e690f340
1 changed files with 0 additions and 4 deletions
|
@ -98,10 +98,6 @@ func (c *containerConfig) taskID() string {
|
|||
return c.task.ID
|
||||
}
|
||||
|
||||
func (c *containerConfig) endpoint() *api.Endpoint {
|
||||
return c.task.Endpoint
|
||||
}
|
||||
|
||||
func (c *containerConfig) spec() *api.ContainerSpec {
|
||||
return c.task.Spec.GetContainer()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue