File tree 5 files changed +20
-2
lines changed
5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ package-lock.json
11
11
** /version.txt
12
12
** /dist
13
13
nuget /
14
+ .DS_Store
14
15
15
16
ci-scripts /
16
17
* .tar.gz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kubernetes-ingress-nginx" ,
3
+ "displayName" : " NGINX Ingress Controller" ,
4
+ "keywords" : [
5
+ " pulumi" ,
6
+ " kubernetes" ,
7
+ " nginx" ,
8
+ " kind/component" ,
9
+ " category/infrastructure"
10
+ ],
11
+ "publisher" : " Pulumi" ,
3
12
"resources" : {
4
13
"kubernetes-ingress-nginx:index:IngressController" : {
5
14
"description" : " Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer" ,
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5
- <Authors >Pulumi Corp. </Authors >
6
- <Company >Pulumi Corp. </Company >
5
+ <Authors >Pulumi</Authors >
6
+ <Company >Pulumi</Company >
7
7
<Description ></Description >
8
8
<PackageLicenseExpression ></PackageLicenseExpression >
9
9
<PackageProjectUrl ></PackageProjectUrl >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pulumi/kubernetes-ingress-nginx" ,
3
3
"version" : " ${VERSION}" ,
4
+ "keywords" : [
5
+ " pulumi" ,
6
+ " kubernetes" ,
7
+ " nginx" ,
8
+ " kind/component" ,
9
+ " category/infrastructure"
10
+ ],
4
11
"scripts" : {
5
12
"build" : " tsc" ,
6
13
"install" : " node scripts/install-pulumi-plugin.js resource kubernetes-ingress-nginx ${VERSION}"
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ def readme():
44
44
cmdclass = {
45
45
'install' : InstallPluginCommand ,
46
46
},
47
+ keywords = 'pulumi kubernetes nginx kind/component category/infrastructure' ,
47
48
packages = find_packages (),
48
49
package_data = {
49
50
'pulumi_kubernetes_ingress_nginx' : [
You can’t perform that action at this time.
0 commit comments