Skip to content

Commit 41da70c

Browse files
authored
sdk: rolling update for 0.11.81 (#294)
1 parent 8b08177 commit 41da70c

File tree

8 files changed

+1172
-1
lines changed

8 files changed

+1172
-1
lines changed

docs/services.rst

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

236236

237+
ULightHost
238+
----------
239+
240+
.. autoclass:: ucloud.services.ulighthost.client.ULightHostClient
241+
:members:
242+
243+
237244
UMongoDB
238245
--------
239246

ucloud/client.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,16 @@ def ulb(self):
312312
self.logger,
313313
)
314314

315+
def ulighthost(self):
316+
from ucloud.services.ulighthost.client import ULightHostClient
317+
318+
return ULightHostClient(
319+
self._auto_config("ulighthost"),
320+
self.transport,
321+
self.middleware,
322+
self.logger,
323+
)
324+
315325
def umem(self):
316326
from ucloud.services.umem.client import UMemClient
317327

ucloud/services/ulighthost/__init__.py

Whitespace-only changes.

ucloud/services/ulighthost/client.py

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

ucloud/services/ulighthost/schemas/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)