Skip to content

Commit

Permalink
Update util/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Grunert <[email protected]>
  • Loading branch information
rhatdan and saschagrunert authored Jan 22, 2021
1 parent 9d6661a commit 9b99132
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/types.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package util

const (
// DefaultRuntime should no longer be used.
// Default runtime should come from containers.conf
// Deprecated: Default runtime should come from containers.conf
DefaultRuntime = "runc"
// DefaultCNIPluginPath is the default location of CNI plugin helpers.
DefaultCNIPluginPath = "/usr/libexec/cni:/opt/cni/bin"
Expand Down

0 comments on commit 9b99132

Please sign in to comment.