File tree 5 files changed +5
-65
lines changed
cmd/pulumi-resource-kubernetes-ingress-nginx
5 files changed +5
-65
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ PACK := kubernetes-ingress-nginx
8
8
PROJECT := github.com/pulumi/pulumi-${PACK}
9
9
10
10
PROVIDER := pulumi-resource-${PACK}
11
- VERSION_PATH := pkg/version.Version
11
+ VERSION_PATH := provider/ pkg/version.Version
12
12
13
13
WORKING_DIR := $(shell pwd)
14
14
SCHEMA_PATH := ${WORKING_DIR}/provider/cmd/${PROVIDER}/schema.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package main
19
19
import (
20
20
_ "embed"
21
21
22
- "github.com/pulumi/pulumi-kubernetes-ingress-nginx/pkg/provider"
23
- "github.com/pulumi/pulumi-kubernetes-ingress-nginx/pkg/version"
22
+ "github.com/pulumi/pulumi-kubernetes-ingress-nginx/provider/ pkg/provider"
23
+ "github.com/pulumi/pulumi-kubernetes-ingress-nginx/provider/ pkg/version"
24
24
)
25
25
26
26
//go:embed schema.json
Original file line number Diff line number Diff line change 1
- module github.com/pulumi/pulumi-kubernetes-ingress-nginx
1
+ module github.com/pulumi/pulumi-kubernetes-ingress-nginx/provider
2
2
3
3
go 1.22.4
4
4
Original file line number Diff line number Diff line change 1
1
module github.com/pulumi/pulumi-kubernetes-ingress-nginx/sdk
2
2
3
- go 1.22
3
+ go 1.22.4
4
4
5
5
require (
6
6
github.com/blang/semver v3.5.1+incompatible
You can’t perform that action at this time.
0 commit comments