Skip to content

Commit

Permalink
WIP: set minimum API version
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Dec 4, 2023
1 parent 029519a commit 0322a29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daemon/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ type CommonConfig struct {

// CDISpecDirs is a list of directories in which CDI specifications can be found.
CDISpecDirs []string `json:"cdi-spec-dirs,omitempty"`

// The minimum supported API version.
MinAPIVersion string `json:"-"`
}

// Proxies holds the proxies that are configured for the daemon.
Expand Down

0 comments on commit 0322a29

Please sign in to comment.