-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
type Group struct {
ID string `json:"id"`
Apps []*Application `json:"apps"`
Dependencies []string `json:"dependencies"`
Groups []*Group `json:"groups"`
}
// Groups is a collection of marathon application groups
type Groups struct {
ID string `json:"id"`
Apps []*Application `json:"apps"`
Dependencies []string `json:"dependencies"`
Groups []*Group `json:"groups"`
}
ID should by omitempty.
If ID isn't empty, marathon will add a new group into origin group.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels