Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
include pulumi in packagenames
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Sep 11, 2022
1 parent 6538b04 commit 6015cdf
Show file tree
Hide file tree
Showing 319 changed files with 397 additions and 397 deletions.
78 changes: 39 additions & 39 deletions provider/cmd/pulumi-resource-ovh/schema.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ func Provider() tfbridge.ProviderInfo {
"@types/node": "^10.0.0", // so we can access strongly typed node definitions.
"@types/mime": "^2.0.0",
},
PackageName: "@lbrlabs/ovh",
PackageName: "@lbrlabs/pulumi-ovh",
},
Python: &tfbridge.PythonInfo{
PackageName: "lbrlabs_ovh",
PackageName: "lbrlabs_pulumi_ovh",
Requires: map[string]string{
"pulumi": ">=3.0.0,<4.0.0",
},
Expand All @@ -438,7 +438,7 @@ func Provider() tfbridge.ProviderInfo {
GenerateResourceContainerTypes: true,
},
CSharp: &tfbridge.CSharpInfo{
RootNamespace: "lbrlabs",
RootNamespace: "Lbrlabs_Pulumi",
PackageReferences: map[string]string{
"Pulumi": "3.*",
},
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Orders a public cloud project.
Expand All @@ -22,8 +22,8 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Pulumi.Ovh;
/// using Ovh = lbrlabs.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectContainerRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates a container registry associated with a public cloud project.
Expand All @@ -18,8 +18,8 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Pulumi.Ovh;
/// using Ovh = lbrlabs.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectContainerRegistryUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates a user for a container registry associated with a public cloud project.
Expand All @@ -18,8 +18,8 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Pulumi.Ovh;
/// using Ovh = lbrlabs.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/CloudProjectDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// ## Example Usage
Expand All @@ -17,7 +17,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down Expand Up @@ -49,7 +49,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectDatabaseIpRestriction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Apply IP restrictions to an OVHcloud Managed Database cluster.
Expand All @@ -18,8 +18,8 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Pulumi.Ovh;
/// using Ovh = lbrlabs.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectDatabasePostgresSqlUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates an user for a postgresql cluster associated with a public cloud project.
Expand All @@ -18,8 +18,8 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Pulumi.Ovh;
/// using Ovh = lbrlabs.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectDatabaseUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates an user for a database cluster associated with a public cloud project.
Expand All @@ -25,8 +25,8 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Pulumi.Ovh;
/// using Ovh = lbrlabs.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectFailoverIpAttach.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Attaches a failover IP address to a compute instance
Expand All @@ -18,7 +18,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectKube.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates a OVH Managed Kubernetes Service cluster in a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectKubeIpRestrictions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Apply IP restrictions to an OVHcloud Managed Kubernetes cluster.
Expand All @@ -18,7 +18,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectKubeNodePool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates a nodepool in a OVH Managed Kubernetes Service cluster.
Expand All @@ -18,7 +18,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectKubeOidc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates an OIDC configuration in an OVHcloud Managed Kubernetes cluster.
Expand All @@ -18,7 +18,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectNetworkPrivate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates a private network in a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectNetworkPrivateSubnet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates a subnet in a private network of a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProjectUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates a user in a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = lbrlabs.Ovh;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Config/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using System.Collections.Immutable;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
public static class Config
{
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/DbaasLogsInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Creates a dbaas logs input.
Expand All @@ -18,8 +18,8 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Pulumi.Ovh;
/// using Ovh = lbrlabs.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DbaasLogsOutputGraylogStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
[OvhResourceType("ovh:index/dbaasLogsOutputGraylogStream:DbaasLogsOutputGraylogStream")]
public partial class DbaasLogsOutputGraylogStream : global::Pulumi.CustomResource
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/DedicatedCephAcl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
/// <summary>
/// Add a new access ACL for the given network/mask.
Expand All @@ -18,8 +18,8 @@ namespace lbrlabs.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Pulumi.Ovh;
/// using Ovh = lbrlabs.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DedicatedServerRebootTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
[OvhResourceType("ovh:index/dedicatedServerRebootTask:DedicatedServerRebootTask")]
public partial class DedicatedServerRebootTask : global::Pulumi.CustomResource
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DedicatedServerUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
[OvhResourceType("ovh:index/dedicatedServerUpdate:DedicatedServerUpdate")]
public partial class DedicatedServerUpdate : global::Pulumi.CustomResource
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DedicatedServiceInstallTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace lbrlabs.Ovh
namespace Lbrlabs_Pulumi.Ovh
{
[OvhResourceType("ovh:index/dedicatedServiceInstallTask:DedicatedServiceInstallTask")]
public partial class DedicatedServiceInstallTask : global::Pulumi.CustomResource
Expand Down
Loading

0 comments on commit 6015cdf

Please sign in to comment.