]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: mechanically fix simple users to not import CLI*Command
authorSamuel Just <sjust@redhat.com>
Mon, 24 Nov 2025 17:29:55 +0000 (09:29 -0800)
committerSamuel Just <sjust@redhat.com>
Tue, 2 Dec 2025 01:09:00 +0000 (01:09 +0000)
commit40b366249b966608d11eb188c646fc9fbb4af6f1
tree69d8eb7893f81d3a4c2c8bc7bae4640a5260eb1a
parentc8fec273a893f021d8f693aa3c39aa1bf5459381
pybind/mgr: mechanically fix simple users to not import CLI*Command

The next commit will introduce module specific CLICommand classes.

Signed-off-by: Samuel Just <sjust@redhat.com>
21 files changed:
src/pybind/mgr/alerts/module.py
src/pybind/mgr/balancer/module.py
src/pybind/mgr/crash/module.py
src/pybind/mgr/devicehealth/module.py
src/pybind/mgr/feedback/module.py
src/pybind/mgr/hello/module.py
src/pybind/mgr/influx/module.py
src/pybind/mgr/insights/module.py
src/pybind/mgr/iostat/module.py
src/pybind/mgr/mirroring/module.py
src/pybind/mgr/nfs/module.py
src/pybind/mgr/pg_autoscaler/module.py
src/pybind/mgr/prometheus/module.py
src/pybind/mgr/rbd_support/module.py
src/pybind/mgr/rgw/module.py
src/pybind/mgr/selftest/module.py
src/pybind/mgr/snap_schedule/module.py
src/pybind/mgr/status/module.py
src/pybind/mgr/telegraf/module.py
src/pybind/mgr/telemetry/module.py
src/pybind/mgr/test_orchestrator/module.py