]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Wed, 17 Dec 2025 17:41:14 +0000 (17:41 +0000)
commit9099c682c2596612df7ab698e5ac3cfa578eb6d3
tree7233aa49f456c45e5a5cd71a380b9292c2860fa4
parent2d79ae64795fcd348b2f2c54d58105c941446b50
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