Skip to content

Commit f4c657d

Browse files
MichaelEischermarceljk
authored andcommitted
fix(ske): add missing fields to generate-payload command
1 parent ee84750 commit f4c657d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/cmd/ske/cluster/generate-payload/generate_payload.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
8282
return fmt.Errorf("read SKE cluster: %w", err)
8383
}
8484
payload = &ske.CreateOrUpdateClusterPayload{
85+
Access: resp.Access,
8586
Extensions: resp.Extensions,
8687
Hibernation: resp.Hibernation,
8788
Kubernetes: resp.Kubernetes,
8889
Maintenance: resp.Maintenance,
90+
Network: resp.Network,
8991
Nodepools: resp.Nodepools,
9092
Status: resp.Status,
9193
}

0 commit comments

Comments
 (0)