Skip to content

Commit

Permalink
Revert "Watch for devfile dependencies (redhat-developer#6020)"
Browse files Browse the repository at this point in the history
This reverts commit 04dec85.
  • Loading branch information
feloy committed Aug 18, 2022
1 parent d5741f5 commit fa7970b
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 942 deletions.
20 changes: 0 additions & 20 deletions pkg/libdevfile/generator/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,3 @@ func GetKubernetesComponent(params KubernetesComponentParams) v1alpha2.Component
}
return cmp
}

type OpenshiftComponentParams struct {
Name string
Attributes *attributes.Attributes

Openshift *v1alpha2.OpenshiftComponent
}

func GetOpenshiftComponent(params OpenshiftComponentParams) v1alpha2.Component {
cmp := v1alpha2.Component{
Name: params.Name,
ComponentUnion: v1alpha2.ComponentUnion{
Openshift: params.Openshift,
},
}
if params.Attributes != nil {
cmp.Attributes = *params.Attributes
}
return cmp
}
22 changes: 0 additions & 22 deletions pkg/libdevfile/testdata/child-devfile-commands-only.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions pkg/libdevfile/testdata/child-devfile-complete.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions pkg/libdevfile/testdata/child-devfile-components-only.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions pkg/libdevfile/testdata/child-devfile.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions pkg/libdevfile/testdata/parent/parent-devfile-commands-only.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions pkg/libdevfile/testdata/parent/parent-devfile-components-only.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions pkg/libdevfile/testdata/parent/parent-devfile-empty.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions pkg/libdevfile/testdata/parent/parent-devfile.yaml

This file was deleted.

123 changes: 0 additions & 123 deletions pkg/libdevfile/uris.go

This file was deleted.

Loading

0 comments on commit fa7970b

Please sign in to comment.