Skip to content

Commit 9911048

Browse files
committed
Add airgap bundle size to Installation CRD
Signed-off-by: Evans Mungai <evans@replicated.com>
1 parent 5c52173 commit 9911048

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kinds/apis/v1beta1/installation_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ type InstallationSpec struct {
157157
HighAvailability bool `json:"highAvailability,omitempty"`
158158
// AirGap indicates if the installation is airgapped.
159159
AirGap bool `json:"airGap,omitempty"`
160+
// AirgapUncompressedSize holds the size of the uncompressed airgap bundle in bytes.
161+
AirgapUncompressedSize int64 `json:"airgapUncompressedSize,omitempty"`
160162
// EndUserK0sConfigOverrides holds the end user k0s config overrides
161163
// used at installation time.
162164
EndUserK0sConfigOverrides string `json:"endUserK0sConfigOverrides,omitempty"`

0 commit comments

Comments
 (0)