aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def
blob: 46259c554a8a58606331a51dc3bd6c7d73119a0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright Vespa.ai. 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
# TODO: Remove in Vespa 9
user string default="unknown"

# 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