We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c52173 commit 9911048Copy full SHA for 9911048
kinds/apis/v1beta1/installation_types.go
@@ -157,6 +157,8 @@ type InstallationSpec struct {
157
HighAvailability bool `json:"highAvailability,omitempty"`
158
// AirGap indicates if the installation is airgapped.
159
AirGap bool `json:"airGap,omitempty"`
160
+ // AirgapUncompressedSize holds the size of the uncompressed airgap bundle in bytes.
161
+ AirgapUncompressedSize int64 `json:"airgapUncompressedSize,omitempty"`
162
// EndUserK0sConfigOverrides holds the end user k0s config overrides
163
// used at installation time.
164
EndUserK0sConfigOverrides string `json:"endUserK0sConfigOverrides,omitempty"`
0 commit comments