Package coprs :: Package views :: Package apiv3_ns :: Module apiv3_build_chroots
[hide private]
[frames] | no frames]

Module apiv3_build_chroots

source code

Functions [hide private]
 
to_dict(build_chroot) source code
 
build_config(build_chroot) source code
 
get_build_chroot(build_id, chrootname) source code
 
get_build_chroot_list(build_id, **kwargs) source code
 
get_build_chroot_config(build_id, chrootname) source code
Function Details [hide private]

get_build_chroot(build_id, chrootname)

source code 
Decorators:
  • @apiv3_ns.route("/build-chroot//", methods= GET)

get_build_chroot_list(build_id, **kwargs)

source code 
Decorators:
  • @apiv3_ns.route("/build-chroot/list/", methods= GET)
  • @pagination()
  • @query_params()

get_build_chroot_config(build_id, chrootname)

source code 
Decorators:
  • @apiv3_ns.route("/build-chroot/build-config//", methods= GET)