improvements
cleans package.json, update binary download URL, etc
This commit is contained in:
8
sdk/nodejs/index.ts
generated
8
sdk/nodejs/index.ts
generated
@@ -70,11 +70,6 @@ export type NetworkIntegration = import("./networkIntegration").NetworkIntegrati
|
||||
export const NetworkIntegration: typeof import("./networkIntegration").NetworkIntegration = null as any;
|
||||
utilities.lazyLoad(exports, ["NetworkIntegration"], () => require("./networkIntegration"));
|
||||
|
||||
export { NetworkLbArgs, NetworkLbState } from "./networkLb";
|
||||
export type NetworkLb = import("./networkLb").NetworkLb;
|
||||
export const NetworkLb: typeof import("./networkLb").NetworkLb = null as any;
|
||||
utilities.lazyLoad(exports, ["NetworkLb"], () => require("./networkLb"));
|
||||
|
||||
export { NetworkLoadBalancerArgs, NetworkLoadBalancerState } from "./networkLoadBalancer";
|
||||
export type NetworkLoadBalancer = import("./networkLoadBalancer").NetworkLoadBalancer;
|
||||
export const NetworkLoadBalancer: typeof import("./networkLoadBalancer").NetworkLoadBalancer = null as any;
|
||||
@@ -164,8 +159,6 @@ const _module = {
|
||||
return new NetworkForward(name, <any>undefined, { urn })
|
||||
case "incus:index/networkIntegration:NetworkIntegration":
|
||||
return new NetworkIntegration(name, <any>undefined, { urn })
|
||||
case "incus:index/networkLb:NetworkLb":
|
||||
return new NetworkLb(name, <any>undefined, { urn })
|
||||
case "incus:index/networkLoadBalancer:NetworkLoadBalancer":
|
||||
return new NetworkLoadBalancer(name, <any>undefined, { urn })
|
||||
case "incus:index/networkPeer:NetworkPeer":
|
||||
@@ -201,7 +194,6 @@ pulumi.runtime.registerResourceModule("incus", "index/network", _module)
|
||||
pulumi.runtime.registerResourceModule("incus", "index/networkAcl", _module)
|
||||
pulumi.runtime.registerResourceModule("incus", "index/networkForward", _module)
|
||||
pulumi.runtime.registerResourceModule("incus", "index/networkIntegration", _module)
|
||||
pulumi.runtime.registerResourceModule("incus", "index/networkLb", _module)
|
||||
pulumi.runtime.registerResourceModule("incus", "index/networkLoadBalancer", _module)
|
||||
pulumi.runtime.registerResourceModule("incus", "index/networkPeer", _module)
|
||||
pulumi.runtime.registerResourceModule("incus", "index/networkZone", _module)
|
||||
|
||||
Reference in New Issue
Block a user