Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
rm specific ResourceTypes
Browse files Browse the repository at this point in the history
these special resource-types are to be handled as arbitrary strings,
similar to most other types (as prepared by
c2c4f53)
  • Loading branch information
AndreasBurger authored and ccwienk committed Jun 7, 2021
1 parent 03f72a4 commit 751e671
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bindings-python/gci/componentmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class SourceType(enum.Enum):
class ResourceType(enum.Enum):
OCI_IMAGE = 'ociImage'
GENERIC = 'generic'
BLUEPRINT = 'blueprint'
HELM = 'helm'

class ResourceRelation(enum.Enum):
LOCAL = 'local'
Expand Down

0 comments on commit 751e671

Please sign in to comment.