This commit is contained in:
Brendan Bergen 2022-07-11 13:26:46 -06:00
Родитель d5c757c810
Коммит 17a7185406
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -629,7 +629,7 @@
"properties": {
"softwareDefinedNetwork": {
"$ref": "#/definitions/SoftwareDefinedNetwork",
"description": "The Software Defined Network (SDN) type to use when installing the cluster."
"description": "The SDN type used for OpenShift/Kubernetes Pods."
},
"podCidr": {
"description": "The CIDR used for OpenShift/Kubernetes Pods.",
@ -839,7 +839,7 @@
}
},
"SoftwareDefinedNetwork": {
"description": "SoftwareDefinedNetwork constants.",
"description": "SoftwareDefinedNetwork is a choice of network used for Pods.",
"enum": [
"OVNKubernetes",
"OpenShiftSDN"