Skip to content

Commit 3fff57f

Browse files
committed
Generate operator CRDs
Signed-off-by: Evans Mungai <evans@replicated.com>
1 parent 9911048 commit 3fff57f

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

operator/charts/embedded-cluster-operator/charts/crds/templates/resources.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ spec:
313313
airGap:
314314
description: AirGap indicates if the installation is airgapped.
315315
type: boolean
316+
airgapUncompressedSize:
317+
description: AirgapUncompressedSize holds the size of the uncompressed airgap bundle in bytes.
318+
format: int64
319+
type: integer
316320
artifacts:
317321
description: Artifacts holds the location of the airgap bundle.
318322
properties:

operator/config/crd/bases/embeddedcluster.replicated.com_installations.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ spec:
6767
airGap:
6868
description: AirGap indicates if the installation is airgapped.
6969
type: boolean
70+
airgapUncompressedSize:
71+
description: AirgapUncompressedSize holds the size of the uncompressed
72+
airgap bundle in bytes.
73+
format: int64
74+
type: integer
7075
artifacts:
7176
description: Artifacts holds the location of the airgap bundle.
7277
properties:

pkg/crds/resources.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ spec:
313313
airGap:
314314
description: AirGap indicates if the installation is airgapped.
315315
type: boolean
316+
airgapUncompressedSize:
317+
description: AirgapUncompressedSize holds the size of the uncompressed airgap bundle in bytes.
318+
format: int64
319+
type: integer
316320
artifacts:
317321
description: Artifacts holds the location of the airgap bundle.
318322
properties:

0 commit comments

Comments
 (0)