-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(provider): Replace IBM resources
- Loading branch information
1 parent
eaf3e98
commit 9fc6cbb
Showing
361 changed files
with
867 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _IBM | ||
|
||
|
||
class _Container(_IBM): | ||
_type = "container" | ||
_icon_dir = "resources/ibm/container" | ||
|
||
|
||
class CodeEngine(_Container): | ||
_icon = "code-engine.png" | ||
|
||
|
||
class Kubernets(_Container): | ||
_icon = "kubernets.png" | ||
|
||
|
||
class Openshift(_Container): | ||
_icon = "openshift.png" | ||
|
||
|
||
class Registry(_Container): | ||
_icon = "registry.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _IBM | ||
|
||
|
||
class _Database(_IBM): | ||
_type = "database" | ||
_icon_dir = "resources/ibm/database" | ||
|
||
|
||
class Cloudant(_Database): | ||
_icon = "cloudant.png" | ||
|
||
|
||
class ComposeEnterprise(_Database): | ||
_icon = "compose-enterprise.png" | ||
|
||
|
||
class ComposeJanusgraph(_Database): | ||
_icon = "compose-janusgraph.png" | ||
|
||
|
||
class ComposeMysql(_Database): | ||
_icon = "compose-mysql.png" | ||
|
||
|
||
class ComposeRethinkdb(_Database): | ||
_icon = "compose-rethinkdb.png" | ||
|
||
|
||
class ComposeScylladb(_Database): | ||
_icon = "compose-scylladb.png" | ||
|
||
|
||
class Datastax(_Database): | ||
_icon = "datastax.png" | ||
|
||
|
||
class Db2Warehouse(_Database): | ||
_icon = "db2-warehouse.png" | ||
|
||
|
||
class Db2(_Database): | ||
_icon = "db2.png" | ||
|
||
|
||
class Edb(_Database): | ||
_icon = "edb.png" | ||
|
||
|
||
class Elasticsearch(_Database): | ||
_icon = "elasticsearch.png" | ||
|
||
|
||
class Etcd(_Database): | ||
_icon = "etcd.png" | ||
|
||
|
||
class HyperProtectDbaas(_Database): | ||
_icon = "hyper-protect-dbaas.png" | ||
|
||
|
||
class Influx(_Database): | ||
_icon = "influx.png" | ||
|
||
|
||
class Informix(_Database): | ||
_icon = "informix.png" | ||
|
||
|
||
class Match(_Database): | ||
_icon = "match.png" | ||
|
||
|
||
class Mongodb(_Database): | ||
_icon = "mongodb.png" | ||
|
||
|
||
class Portworx(_Database): | ||
_icon = "portworx.png" | ||
|
||
|
||
class Postgresql(_Database): | ||
_icon = "postgresql.png" | ||
|
||
|
||
class Rabbitmq(_Database): | ||
_icon = "rabbitmq.png" | ||
|
||
|
||
class Redis(_Database): | ||
_icon = "redis.png" | ||
|
||
|
||
class SqlQuery(_Database): | ||
_icon = "sql-query.png" | ||
|
||
|
||
# Aliases |
Oops, something went wrong.