Skip to content

Commit

Permalink
Add support for app images (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <[email protected]>
  • Loading branch information
LKaemmerling authored Jun 30, 2021
1 parent ae5e1b8 commit 4cf75f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hcloud/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ const (
ImageTypeBackup ImageType = "backup"
// ImageTypeSystem represents a system image.
ImageTypeSystem ImageType = "system"
// ImageTypeApp represents a one click app image.
ImageTypeApp ImageType = "app"
)

// ImageStatus specifies the status of an image.
Expand Down

0 comments on commit 4cf75f4

Please sign in to comment.