Skip to content

Commit

Permalink
Regenerate SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Apr 16, 2024
1 parent 9e8245b commit e841ee5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdk/dotnet/Pulumi.KubernetesCertManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Pulumi</Authors>
<Company>Pulumi</Company>
<Description></Description>
<Description>Strongly-typed Cert Manager installation</Description>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl></RepositoryUrl>
<RepositoryUrl>https://github.com/pulumi/pulumi-kubernetes-cert-manager</RepositoryUrl>
<PackageIcon>logo.png</PackageIcon>

<TargetFramework>net6.0</TargetFramework>
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Strongly-typed Cert Manager installation
2 changes: 1 addition & 1 deletion sdk/go/kubernetes-cert-manager/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Package kubernetescertmanager exports types, functions, subpackages for provisioning kubernetescertmanager resources.
// Strongly-typed Cert Manager installation
package kubernetescertmanager
1 change: 1 addition & 0 deletions sdk/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Strongly-typed Cert Manager installation
1 change: 1 addition & 0 deletions sdk/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"kind/component",
"category/infrastructure"
],
"repository": "https://github.com/pulumi/pulumi-kubernetes-cert-manager",
"scripts": {
"build": "tsc"
},
Expand Down
1 change: 1 addition & 0 deletions sdk/python/pulumi_kubernetes_cert_manager/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Strongly-typed Cert Manager installation
4 changes: 4 additions & 0 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ def readme():
setup(name='pulumi_kubernetes_cert_manager',
python_requires='>=3.7',
version=VERSION,
description="Strongly-typed Cert Manager installation",
long_description=readme(),
long_description_content_type='text/markdown',
keywords='pulumi kubernetes cert-manager kind/component category/infrastructure',
project_urls={
'Repository': 'https://github.com/pulumi/pulumi-kubernetes-cert-manager'
},
packages=find_packages(),
package_data={
'pulumi_kubernetes_cert_manager': [
Expand Down

0 comments on commit e841ee5

Please sign in to comment.