We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee84750 commit f4a50afCopy full SHA for f4a50af
internal/cmd/ske/cluster/generate-payload/generate_payload.go
@@ -82,10 +82,12 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
82
return fmt.Errorf("read SKE cluster: %w", err)
83
}
84
payload = &ske.CreateOrUpdateClusterPayload{
85
+ Access: resp.Access,
86
Extensions: resp.Extensions,
87
Hibernation: resp.Hibernation,
88
Kubernetes: resp.Kubernetes,
89
Maintenance: resp.Maintenance,
90
+ Network: resp.Network,
91
Nodepools: resp.Nodepools,
92
Status: resp.Status,
93
0 commit comments