This commit is contained in:
2025-12-08 10:47:09 -05:00
parent 136b88ccdc
commit c4445aa92f
109 changed files with 9007 additions and 1219 deletions

22
sdk/go/incus/init.go generated
View File

@@ -1,4 +1,4 @@
// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT.
// Code generated by pulumi-language-go DO NOT EDIT.
// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! ***
package incus
@@ -25,8 +25,8 @@ func (m *module) Construct(ctx *pulumi.Context, name, typ, urn string) (r pulumi
r = &Certificate{}
case "incus:index/clusterGroup:ClusterGroup":
r = &ClusterGroup{}
case "incus:index/clusterGroupAssignment:ClusterGroupAssignment":
r = &ClusterGroupAssignment{}
case "incus:index/clusterGroupMember:ClusterGroupMember":
r = &ClusterGroupMember{}
case "incus:index/image:Image":
r = &Image{}
case "incus:index/instance:Instance":
@@ -37,6 +37,8 @@ func (m *module) Construct(ctx *pulumi.Context, name, typ, urn string) (r pulumi
r = &Network{}
case "incus:index/networkAcl:NetworkAcl":
r = &NetworkAcl{}
case "incus:index/networkAddressSet:NetworkAddressSet":
r = &NetworkAddressSet{}
case "incus:index/networkForward:NetworkForward":
r = &NetworkForward{}
case "incus:index/networkIntegration:NetworkIntegration":
@@ -53,6 +55,8 @@ func (m *module) Construct(ctx *pulumi.Context, name, typ, urn string) (r pulumi
r = &Profile{}
case "incus:index/project:Project":
r = &Project{}
case "incus:index/server:Server":
r = &Server{}
case "incus:index/storageBucket:StorageBucket":
r = &StorageBucket{}
case "incus:index/storageBucketKey:StorageBucketKey":
@@ -104,7 +108,7 @@ func init() {
)
pulumi.RegisterResourceModule(
"incus",
"index/clusterGroupAssignment",
"index/clusterGroupMember",
&module{version},
)
pulumi.RegisterResourceModule(
@@ -132,6 +136,11 @@ func init() {
"index/networkAcl",
&module{version},
)
pulumi.RegisterResourceModule(
"incus",
"index/networkAddressSet",
&module{version},
)
pulumi.RegisterResourceModule(
"incus",
"index/networkForward",
@@ -172,6 +181,11 @@ func init() {
"index/project",
&module{version},
)
pulumi.RegisterResourceModule(
"incus",
"index/server",
&module{version},
)
pulumi.RegisterResourceModule(
"incus",
"index/storageBucket",