You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for the cluster-scoped properties of the openstack platform state that the clusterOSImageProperties is an optional list of strings.
What you expected to happen?
The type of the clusterOSImageProperties is actually a map[string]string and thus the documentation should state something like optional object of strings. Same for the description following the type and the documentation in the code.
Platform:
openstack
What happened?
The documentation for the cluster-scoped properties of the openstack platform state that the
clusterOSImageProperties
is an optional list of strings.What you expected to happen?
The type of the
clusterOSImageProperties
is actually amap[string]string
and thus the documentation should state something like optional object of strings. Same for the description following the type and the documentation in the code.References
The text was updated successfully, but these errors were encountered: