scullery.rcp_ims

Image management service

This recipe is used to list images

API Docs

Module Contents

Functions

list_ims

List images, optionally filtered by key=value pairs

get_ims

Show detailed info for one or more images

sphinxarg

parser

Register the images sub-parser

Data

COLUMNS

API

scullery.rcp_ims.COLUMNS: scullery.formatters.Columns

[(‘name’, ‘Name’), (‘id’, ‘ID’)]

scullery.rcp_ims.list_ims(args: argparse.Namespace) None

List images, optionally filtered by key=value pairs

scullery.rcp_ims.get_ims(args: argparse.Namespace) None

Show detailed info for one or more images

scullery.rcp_ims.sphinxarg() argparse.ArgumentParser
scullery.rcp_ims.parser(subp: argparse.ArgumentParser) None

Register the images sub-parser