зеркало из https://github.com/Azure/ARO-RP.git
Add new Identity field to OpenShiftCluster swagger API spec
This commit is contained in:
Родитель
75a681ed6e
Коммит
b9aba8ee66
|
@ -219,6 +219,8 @@ func Run(api, outputDir string) error {
|
|||
if property.Name == "properties" {
|
||||
property.Schema.ClientFlatten = true
|
||||
properties = append(properties, property)
|
||||
} else if property.Name == "identity" {
|
||||
properties = append(properties, property)
|
||||
}
|
||||
}
|
||||
s.Definitions[azureResource].Properties = properties
|
||||
|
|
Загрузка…
Ссылка в новой задаче