forked from LaconicNetwork/kompose
Add support for placement preferences docker-compose v3.3+ (#1425)
This commit is contained in:
@@ -216,6 +216,7 @@ type Volumes struct {
|
||||
type Placement struct {
|
||||
PositiveConstraints map[string]string
|
||||
NegativeConstraints map[string]string
|
||||
Preferences []string
|
||||
}
|
||||
|
||||
// GetConfigMapKeyFromMeta ...
|
||||
|
||||
Reference in New Issue
Block a user