File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33This document describes the relevant changes between releases of the API model.
44
5- ## 0.0.410 Jan 31 2025
5+ ## 0.0.411 Feb 5 2025
6+ - Update json annotations for SdnToOvnClusterMigration properties
67
8+ ## 0.0.410 Jan 31 2025
79- Add ` ClusterStatus ` type to aro_hcp
810- Add ` ClusterStatus ` resources to aro_hcp
911- Update metamodel version to v0.0.65
Original file line number Diff line number Diff line change @@ -18,13 +18,16 @@ limitations under the License.
1818struct SdnToOvnClusterMigration {
1919 // The IP address range to use for the internalTransSwitchSubnet parameter of OVN-Kubernetes
2020 // upon migration.
21+ @json(name = "transit_ipv4")
2122 TransitIpv4 String
2223
2324 // The IP address range to use for the internalJoinSubnet parameter of OVN-Kubernetes
2425 // upon migration.
26+ @json(name = "join_ipv4")
2527 JoinIpv4 String
2628
2729 // The IP address range to us for the internalMasqueradeSubnet parameter of OVN-Kubernetes
2830 // upon migration.
31+ @json(name = "masquerade_ipv4")
2932 MasqueradeIpv4 String
3033}
You can’t perform that action at this time.
0 commit comments