"""fetches multus manifests""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file") load(":version.bzl", "VERSION") def fetch_multus_manifests(): """Returns all http_* targets for multus manifest bundles we rely on""" http_file( name = "multus_daemonset", sha256 = "e79898f936e32e50426d6b23e75f85a71d134918e8f82b612b531146fb2a5a45", urls = ["https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/{version}/deployments/multus-daemonset.yml".format( version = VERSION, )], )