Added max project size starting point
This commit is contained in:
parent
0ab64982da
commit
f0e7c794c6
@ -60,6 +60,7 @@ type Project struct {
|
|||||||
ReleaseFile string `json:"releaseFile"`
|
ReleaseFile string `json:"releaseFile"`
|
||||||
PollInterval string `json:"pollInterval,omitempty"` // if not poll interval is specified, this project is trigger only
|
PollInterval string `json:"pollInterval,omitempty"` // if not poll interval is specified, this project is trigger only
|
||||||
TriggerSecret string `json:"triggerSecret,omitempty"` //secret to be included with a trigger call
|
TriggerSecret string `json:"triggerSecret,omitempty"` //secret to be included with a trigger call
|
||||||
|
MaxSizeInMB string `json:"maxSizeInMB,omitempty"` // Max size of the project datastore in MB
|
||||||
|
|
||||||
filename string
|
filename string
|
||||||
poll time.Duration
|
poll time.Duration
|
||||||
|
Loading…
Reference in New Issue
Block a user