.. _storage: Storage ------- This module primarily deals with storage classes. These functions call Kubectl at the command line. create_storage_class() and delete_storage_class() will output information to the screen as well as return the output as a string. If you want to turn off the output to console off, call set_storage_output(False). .. autofunction:: k9.storage.list_storage_classes .. autofunction:: k9.storage.storage_class_exists .. autofunction:: k9.storage.create_storage_class .. autofunction:: k9.storage.delete_storage_class