@@ -32,45 +32,59 @@ const testRegion = "eu01"
3232
3333var testPayload = & ske.CreateOrUpdateClusterPayload {
3434 Kubernetes : ske.Kubernetes {
35- Version : "1.25.15" ,
35+ Version : "1.25.15" ,
36+ AdditionalProperties : map [string ]any {},
3637 },
3738 Nodepools : []ske.Nodepool {
3839 {
3940 Name : "np-name" ,
4041 Machine : ske.Machine {
4142 Image : ske.Image {
42- Name : "flatcar" ,
43- Version : "3760.2.1" ,
43+ Name : "flatcar" ,
44+ Version : "3760.2.1" ,
45+ AdditionalProperties : map [string ]any {},
4446 },
45- Type : "b1.2" ,
47+ Type : "b1.2" ,
48+ AdditionalProperties : map [string ]any {},
4649 },
4750 Minimum : int32 (1 ),
4851 Maximum : int32 (2 ),
4952 MaxSurge : utils .Ptr (int32 (1 )),
5053 Volume : ske.Volume {
51- Type : utils .Ptr ("storage_premium_perf0" ),
52- Size : int32 (40 ),
54+ Type : utils .Ptr ("storage_premium_perf0" ),
55+ Size : int32 (40 ),
56+ AdditionalProperties : map [string ]any {},
5357 },
5458 AvailabilityZones : []string {"eu01-3" },
55- Cri : & ske.CRI {Name : utils .Ptr ("containerd" )},
59+ Cri : & ske.CRI {
60+ Name : utils .Ptr ("containerd" ),
61+ AdditionalProperties : map [string ]any {},
62+ },
63+ AdditionalProperties : map [string ]any {},
5664 },
5765 },
5866 Extensions : & ske.Extension {
5967 Acl : & ske.ACL {
60- Enabled : true ,
61- AllowedCidrs : []string {"0.0.0.0/0" },
68+ Enabled : true ,
69+ AllowedCidrs : []string {"0.0.0.0/0" },
70+ AdditionalProperties : map [string ]any {},
6271 },
72+ AdditionalProperties : map [string ]any {},
6373 },
6474 Maintenance : & ske.Maintenance {
6575 AutoUpdate : ske.MaintenanceAutoUpdate {
66- KubernetesVersion : utils .Ptr (true ),
67- MachineImageVersion : utils .Ptr (true ),
76+ KubernetesVersion : utils .Ptr (true ),
77+ MachineImageVersion : utils .Ptr (true ),
78+ AdditionalProperties : map [string ]any {},
6879 },
6980 TimeWindow : ske.TimeWindow {
70- End : time .Date (0 , 1 , 1 , 5 , 0 , 0 , 0 , time .FixedZone ("test-zone" , 2 * 60 * 60 )),
71- Start : time .Date (0 , 1 , 1 , 3 , 0 , 0 , 0 , time .FixedZone ("test-zone" , 2 * 60 * 60 )),
81+ End : time .Date (0 , 1 , 1 , 5 , 0 , 0 , 0 , time .FixedZone ("test-zone" , 2 * 60 * 60 )),
82+ Start : time .Date (0 , 1 , 1 , 3 , 0 , 0 , 0 , time .FixedZone ("test-zone" , 2 * 60 * 60 )),
83+ AdditionalProperties : map [string ]any {},
7284 },
85+ AdditionalProperties : map [string ]any {},
7386 },
87+ AdditionalProperties : map [string ]any {},
7488}
7589
7690func fixtureArgValues (mods ... func (argValues []string )) []string {
0 commit comments