Skip to content

Commit 0322a29

Browse files
committed
WIP: set minimum API version
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 029519a commit 0322a29

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

daemon/config/config.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ type CommonConfig struct {
247247

248248
// CDISpecDirs is a list of directories in which CDI specifications can be found.
249249
CDISpecDirs []string `json:"cdi-spec-dirs,omitempty"`
250+
251+
// The minimum supported API version.
252+
MinAPIVersion string `json:"-"`
250253
}
251254

252255
// Proxies holds the proxies that are configured for the daemon.

0 commit comments

Comments
 (0)