Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions charts/fleet-crd/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,12 @@ spec:
type: string
delete:
type: boolean
exist:
description: Exist is true if the resource exists but is not
owned by us. This can happen if a resource was adopted by
another bundle whereas the first bundle still exists and
due to that reports that it does not own it.
type: boolean
kind:
nullable: true
type: string
Expand Down Expand Up @@ -2735,6 +2741,14 @@ spec:
type: string
delete:
type: boolean
exist:
description: Exist is true if the resource
exists but is not owned by us. This can
happen if a resource was adopted by another
bundle whereas the first bundle still exists
and due to that reports that it does not
own it.
type: boolean
kind:
nullable: true
type: string
Expand Down Expand Up @@ -2951,6 +2965,13 @@ spec:
type: string
delete:
type: boolean
exist:
description: Exist is true if the resource exists
but is not owned by us. This can happen if a resource
was adopted by another bundle whereas the first
bundle still exists and due to that reports that
it does not own it.
type: boolean
kind:
nullable: true
type: string
Expand Down Expand Up @@ -3383,6 +3404,13 @@ spec:
type: string
delete:
type: boolean
exist:
description: Exist is true if the resource exists
but is not owned by us. This can happen if a resource
was adopted by another bundle whereas the first
bundle still exists and due to that reports that
it does not own it.
type: boolean
kind:
nullable: true
type: string
Expand Down Expand Up @@ -5777,6 +5805,13 @@ spec:
type: string
delete:
type: boolean
exist:
description: Exist is true if the resource exists
but is not owned by us. This can happen if a resource
was adopted by another bundle whereas the first
bundle still exists and due to that reports that
it does not own it.
type: boolean
kind:
nullable: true
type: string
Expand Down Expand Up @@ -6739,6 +6774,13 @@ spec:
type: string
delete:
type: boolean
exist:
description: Exist is true if the resource exists
but is not owned by us. This can happen if a resource
was adopted by another bundle whereas the first
bundle still exists and due to that reports that
it does not own it.
type: boolean
kind:
nullable: true
type: string
Expand Down
Loading
Loading