Skip to content

Commit 10d90c7

Browse files
authored
sdk: rolling update for 0.11.94 (#312)
1 parent 9b0df45 commit 10d90c7

8 files changed

Lines changed: 1011 additions & 1 deletion

File tree

docs/services.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ UGN
234234
:members:
235235

236236

237+
UHadoop
238+
-------
239+
240+
.. autoclass:: ucloud.services.uhadoop.client.UHadoopClient
241+
:members:
242+
243+
237244
UHub
238245
----
239246

ucloud/client.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,16 @@ def ugn(self):
292292
self.logger,
293293
)
294294

295+
def uhadoop(self):
296+
from ucloud.services.uhadoop.client import UHadoopClient
297+
298+
return UHadoopClient(
299+
self._auto_config("uhadoop"),
300+
self.transport,
301+
self.middleware,
302+
self.logger,
303+
)
304+
295305
def uhost(self):
296306
from ucloud.services.uhost.client import UHostClient
297307

ucloud/services/uhadoop/__init__.py

Whitespace-only changes.

ucloud/services/uhadoop/client.py

Lines changed: 481 additions & 0 deletions
Large diffs are not rendered by default.

ucloud/services/uhadoop/schemas/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)