Skip to content

Commit

Permalink
Merge pull request #11 from pulumi/adding-metadata-to-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed May 26, 2022
2 parents 7eb3db5 + 536d0c0 commit efc5b9b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package-lock.json
**/version.txt
**/dist
nuget/
.DS_Store

ci-scripts/
*.tar.gz
Expand Down
9 changes: 9 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"name": "kubernetes-ingress-nginx",
"displayName": "NGINX Ingress Controller",
"keywords": [
"pulumi",
"kubernetes",
"nginx",
"kind/component",
"category/infrastructure"
],
"publisher": "Pulumi",
"resources": {
"kubernetes-ingress-nginx:index:IngressController": {
"description": "Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer",
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Pulumi.KubernetesIngressNginx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Pulumi Corp.</Authors>
<Company>Pulumi Corp.</Company>
<Authors>Pulumi</Authors>
<Company>Pulumi</Company>
<Description></Description>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl></PackageProjectUrl>
Expand Down
7 changes: 7 additions & 0 deletions sdk/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "@pulumi/kubernetes-ingress-nginx",
"version": "${VERSION}",
"keywords": [
"pulumi",
"kubernetes",
"nginx",
"kind/component",
"category/infrastructure"
],
"scripts": {
"build": "tsc",
"install": "node scripts/install-pulumi-plugin.js resource kubernetes-ingress-nginx ${VERSION}"
Expand Down
1 change: 1 addition & 0 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def readme():
cmdclass={
'install': InstallPluginCommand,
},
keywords='pulumi kubernetes nginx kind/component category/infrastructure',
packages=find_packages(),
package_data={
'pulumi_kubernetes_ingress_nginx': [
Expand Down

0 comments on commit efc5b9b

Please sign in to comment.