summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/application-metadata.def
blob: a3ccf1b55cf2d286d205851c02a73141ed0e2088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Contains meta info about one deployed application

namespace=container.core

# The name of the directory that contained the application package
name string default=""

# The user name that deployed the application
user string default=""

# The directory the application was deployed from
path string default=""

# The application timestamp in ms
timestamp long default=0

# The md5 hash of the application package contents
checksum string default=""

# The application generation number
generation long default=0