Add feature capabilities for new refs

This commit is contained in:
M. Rehan
2022-02-15 00:17:32 +05:00
parent d1ccc916b2
commit 2e22178357

View File

@@ -38,5 +38,17 @@
"validations/nodePort": {
"stable": {"min": "21.04-ALPHA"},
"nightlies": {"min": "21.04-MASTER"}
},
"validations/hostPath": {
"stable": {"min": "22.02"},
"nightlies": {"min": "22.02.1-MASTER"}
},
"validations/lockedHostPath": {
"stable": {"min": "22.02"},
"nightlies": {"min": "22.02.1-MASTER"}
},
"validations/hostPathAttachments": {
"stable": {"min": "22.02"},
"nightlies": {"min": "22.02.1-MASTER"}
}
}