Skip to content

Commit 5b537be

Browse files
authored
Merge pull request #94 from rcerven/removecontainerimagestatus
remove containerImage from component status
2 parents dc5c619 + cd907af commit 5b537be

File tree

4 files changed

+204
-38
lines changed

4 files changed

+204
-38
lines changed

api/v1alpha1/component_types.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,6 @@ type ComponentStatus struct {
348348
// !!! Will be removed when we remove old model
349349
Webhook string `json:"webhook,omitempty"`
350350

351-
// ContainerImage stores the associated built container image for the component
352-
ContainerImage string `json:"containerImage,omitempty"`
353-
354351
// The devfile model for the Component CR
355352
// !!! Will be removed when we remove old model
356353
Devfile string `json:"devfile,omitempty"`

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 171 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/appstudio.redhat.com_components.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -917,10 +917,6 @@ spec:
917917
- type
918918
type: object
919919
type: array
920-
containerImage:
921-
description: ContainerImage stores the associated built container
922-
image for the component
923-
type: string
924920
devfile:
925921
description: |-
926922
The devfile model for the Component CR

0 commit comments

Comments
 (0)