Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 672 Bytes

File metadata and controls

24 lines (21 loc) · 672 Bytes

Client API Reference

Loading config files

.. autoclass:: jumpstarter.config.client.ClientConfigV1Alpha1()
    :members: from_file, from_env, load, list
    :exclude-members: __init__

Manipulating config files

.. autoclass:: jumpstarter.config.client.ClientConfigV1Alpha1()
    :no-index:
    :members: save, dump_yaml, list, delete
    :exclude-members: __init__

Interact with the service

.. autoclass:: jumpstarter.config.client.ClientConfigV1Alpha1()
    :no-index:
    :members: get_exporter, list_exporters, create_lease, delete_lease, lease, list_leases, update_lease
    :exclude-members: __init__