UNPKG

@pulumiverse/harbor

Version:

A Pulumi package for creating and managing Harbor resources.

28 lines 1.04 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getRegistryOutput = exports.getRegistry = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * ## Example Usage */ function getRegistry(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("harbor:index/getRegistry:getRegistry", { "name": args.name, }, opts); } exports.getRegistry = getRegistry; /** * ## Example Usage */ function getRegistryOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("harbor:index/getRegistry:getRegistry", { "name": args.name, }, opts); } exports.getRegistryOutput = getRegistryOutput; //# sourceMappingURL=getRegistry.js.map