mesosphere / marathon-client

Java Integration Library for Mesosphere Marathon
Apache License 2.0
17 stars 12 forks source link

fetchable does not support destPath attribute #21

Open fcomte opened 4 years ago

fcomte commented 4 years ago

A marathon fetchable can't have the attribute destPath

public class Fetchable { private String uri; private Boolean executable; private Boolean extract; private Boolean cache; private String outputFile;

I don't understand why there is an outputfile attribute in this java class... it should be an destPath