File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
charts/embedded-cluster-operator/charts/crds/templates Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,10 @@ spec:
313
313
airGap :
314
314
description : AirGap indicates if the installation is airgapped.
315
315
type : boolean
316
+ airgapUncompressedSize :
317
+ description : AirgapUncompressedSize holds the size of the uncompressed airgap bundle in bytes.
318
+ format : int64
319
+ type : integer
316
320
artifacts :
317
321
description : Artifacts holds the location of the airgap bundle.
318
322
properties :
Original file line number Diff line number Diff line change 67
67
airGap :
68
68
description : AirGap indicates if the installation is airgapped.
69
69
type : boolean
70
+ airgapUncompressedSize :
71
+ description : AirgapUncompressedSize holds the size of the uncompressed
72
+ airgap bundle in bytes.
73
+ format : int64
74
+ type : integer
70
75
artifacts :
71
76
description : Artifacts holds the location of the airgap bundle.
72
77
properties :
Original file line number Diff line number Diff line change @@ -313,6 +313,10 @@ spec:
313
313
airGap :
314
314
description : AirGap indicates if the installation is airgapped.
315
315
type : boolean
316
+ airgapUncompressedSize :
317
+ description : AirgapUncompressedSize holds the size of the uncompressed airgap bundle in bytes.
318
+ format : int64
319
+ type : integer
316
320
artifacts :
317
321
description : Artifacts holds the location of the airgap bundle.
318
322
properties :
You can’t perform that action at this time.
0 commit comments