Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apis/cluster/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ type ConnectOptions struct {
type ReconfigureOptions struct {
BasicInfo BasicInfo `json:"basicInfo"`
Components ComponentOptions `json:"components,omitempty"`
// OfflineLicense is a raw PEM encoded license for the cluster being reconfigured.
// Offline installers can't reach the licensor, so the license is supplied by the user.
OfflineLicense string `json:"offlineLicense,omitempty"`
}

type RemovalOptions struct {
Expand Down
Loading