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.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
I would correct it myself, but I am not that familiar with the codebase or GO to be sure whether the issue is really an issue or I just misinterpreted something.
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: