Skip to content

Commit 54f46c8

Browse files
authored
BundleDeployment status error message improvement (#2679)
1 parent 0ac6288 commit 54f46c8

File tree

9 files changed

+460
-57
lines changed

9 files changed

+460
-57
lines changed

charts/fleet-crd/templates/crds.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,12 @@ spec:
908908
type: string
909909
delete:
910910
type: boolean
911+
exist:
912+
description: Exist is true if the resource exists but is not
913+
owned by us. This can happen if a resource was adopted by
914+
another bundle whereas the first bundle still exists and
915+
due to that reports that it does not own it.
916+
type: boolean
911917
kind:
912918
nullable: true
913919
type: string
@@ -2735,6 +2741,14 @@ spec:
27352741
type: string
27362742
delete:
27372743
type: boolean
2744+
exist:
2745+
description: Exist is true if the resource
2746+
exists but is not owned by us. This can
2747+
happen if a resource was adopted by another
2748+
bundle whereas the first bundle still exists
2749+
and due to that reports that it does not
2750+
own it.
2751+
type: boolean
27382752
kind:
27392753
nullable: true
27402754
type: string
@@ -2951,6 +2965,13 @@ spec:
29512965
type: string
29522966
delete:
29532967
type: boolean
2968+
exist:
2969+
description: Exist is true if the resource exists
2970+
but is not owned by us. This can happen if a resource
2971+
was adopted by another bundle whereas the first
2972+
bundle still exists and due to that reports that
2973+
it does not own it.
2974+
type: boolean
29542975
kind:
29552976
nullable: true
29562977
type: string
@@ -3383,6 +3404,13 @@ spec:
33833404
type: string
33843405
delete:
33853406
type: boolean
3407+
exist:
3408+
description: Exist is true if the resource exists
3409+
but is not owned by us. This can happen if a resource
3410+
was adopted by another bundle whereas the first
3411+
bundle still exists and due to that reports that
3412+
it does not own it.
3413+
type: boolean
33863414
kind:
33873415
nullable: true
33883416
type: string
@@ -5777,6 +5805,13 @@ spec:
57775805
type: string
57785806
delete:
57795807
type: boolean
5808+
exist:
5809+
description: Exist is true if the resource exists
5810+
but is not owned by us. This can happen if a resource
5811+
was adopted by another bundle whereas the first
5812+
bundle still exists and due to that reports that
5813+
it does not own it.
5814+
type: boolean
57805815
kind:
57815816
nullable: true
57825817
type: string
@@ -6739,6 +6774,13 @@ spec:
67396774
type: string
67406775
delete:
67416776
type: boolean
6777+
exist:
6778+
description: Exist is true if the resource exists
6779+
but is not owned by us. This can happen if a resource
6780+
was adopted by another bundle whereas the first
6781+
bundle still exists and due to that reports that
6782+
it does not own it.
6783+
type: boolean
67426784
kind:
67436785
nullable: true
67446786
type: string

0 commit comments

Comments
 (0)