This commit Add support for cap_add & cap_drop which maps to
Pod.Spec.Container.SecurityContext.Capabilities.Add/Drop
Added unit tests for ConfigCapabilities function
Updated conversion.md on support for these keys
This commit is contained in:
gitlawr
2017-04-28 14:41:12 +08:00
parent e658c70178
commit 3916eb9f60
5 changed files with 48 additions and 7 deletions
-2
View File
@@ -51,8 +51,6 @@ func checkUnsupportedKey(composeProject *project.Project) []string {
// to make sure that unsupported key is not going to be reported twice
// by keeping record if already saw this key in another service
var unsupportedKey = map[string]bool{
"CapAdd": false,
"CapDrop": false,
"CgroupParent": false,
"CPUSet": false,
"CPUShares": false,