@@ -31,45 +31,59 @@ const testRegion = "eu01"
3131
3232var testPayload = ske.CreateOrUpdateClusterPayload {
3333 Kubernetes : ske.Kubernetes {
34- Version : "1.25.15" ,
34+ Version : "1.25.15" ,
35+ AdditionalProperties : map [string ]any {},
3536 },
3637 Nodepools : []ske.Nodepool {
3738 {
3839 Name : "np-name" ,
3940 Machine : ske.Machine {
4041 Image : ske.Image {
41- Name : "flatcar" ,
42- Version : "3760.2.1" ,
42+ Name : "flatcar" ,
43+ Version : "3760.2.1" ,
44+ AdditionalProperties : map [string ]any {},
4345 },
44- Type : "b1.2" ,
46+ Type : "b1.2" ,
47+ AdditionalProperties : map [string ]any {},
4548 },
4649 Minimum : int32 (1 ),
4750 Maximum : int32 (2 ),
4851 MaxSurge : utils .Ptr (int32 (1 )),
4952 Volume : ske.Volume {
50- Type : utils .Ptr ("storage_premium_perf0" ),
51- Size : int32 (40 ),
53+ Type : utils .Ptr ("storage_premium_perf0" ),
54+ Size : int32 (40 ),
55+ AdditionalProperties : map [string ]any {},
5256 },
5357 AvailabilityZones : []string {"eu01-3" },
54- Cri : & ske.CRI {Name : utils .Ptr ("containerd" )},
58+ Cri : & ske.CRI {
59+ Name : utils .Ptr ("containerd" ),
60+ AdditionalProperties : map [string ]any {},
61+ },
62+ AdditionalProperties : map [string ]any {},
5563 },
5664 },
5765 Extensions : & ske.Extension {
5866 Acl : & ske.ACL {
59- Enabled : true ,
60- AllowedCidrs : []string {"0.0.0.0/0" },
67+ Enabled : true ,
68+ AllowedCidrs : []string {"0.0.0.0/0" },
69+ AdditionalProperties : map [string ]any {},
6170 },
71+ AdditionalProperties : map [string ]any {},
6272 },
6373 Maintenance : & ske.Maintenance {
6474 AutoUpdate : ske.MaintenanceAutoUpdate {
65- KubernetesVersion : utils .Ptr (true ),
66- MachineImageVersion : utils .Ptr (true ),
75+ KubernetesVersion : utils .Ptr (true ),
76+ MachineImageVersion : utils .Ptr (true ),
77+ AdditionalProperties : map [string ]any {},
6778 },
6879 TimeWindow : ske.TimeWindow {
69- End : time .Date (0 , 1 , 1 , 5 , 0 , 0 , 0 , time .FixedZone ("test-zone" , 2 * 60 * 60 )),
70- Start : time .Date (0 , 1 , 1 , 3 , 0 , 0 , 0 , time .FixedZone ("test-zone" , 2 * 60 * 60 )),
80+ End : time .Date (0 , 1 , 1 , 5 , 0 , 0 , 0 , time .FixedZone ("test-zone" , 2 * 60 * 60 )),
81+ Start : time .Date (0 , 1 , 1 , 3 , 0 , 0 , 0 , time .FixedZone ("test-zone" , 2 * 60 * 60 )),
82+ AdditionalProperties : map [string ]any {},
7183 },
84+ AdditionalProperties : map [string ]any {},
7285 },
86+ AdditionalProperties : map [string ]any {},
7387}
7488
7589func fixtureArgValues (mods ... func (argValues []string )) []string {
0 commit comments