-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating helm-base dependency, to use local ReleaseType (#10)
* Updating depency on helm-base, fixes #9 * Tagging helm-base version
- Loading branch information
Showing
31 changed files
with
401 additions
and
1,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ package-lock.json | |
**/version.txt | ||
**/dist | ||
nuget/ | ||
.vscode/ | ||
**/*.bak | ||
|
||
ci-scripts/ | ||
*.tar.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
module github.com/pulumi/pulumi-kubernetes-cert-manager | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/joeduffy/pulumi-go-helmbase v0.0.11 | ||
github.com/StackExchange/wmi v1.2.1 // indirect | ||
github.com/joeduffy/pulumi-go-helmbase v0.0.12 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pulumi/pulumi-kubernetes/sdk/v3 v3.15.0 | ||
github.com/pulumi/pulumi/pkg/v3 v3.12.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.16.0 | ||
github.com/pulumi/pulumi-kubernetes/sdk/v3 v3.18.3 | ||
github.com/pulumi/pulumi/pkg/v3 v3.31.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.31.1 | ||
github.com/shirou/gopsutil v3.21.7+incompatible // indirect | ||
gocloud.dev v0.23.0 // indirect | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"resource": true, | ||
"name": "kubernetes-cert-manager" | ||
} |
90 changes: 17 additions & 73 deletions
90
sdk/go/kubernetes/certManager.go → ...go/kubernetes-cert-manager/certManager.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
sdk/go/kubernetes/doc.go → sdk/go/kubernetes-cert-manager/doc.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Package kubernetes-cert-manager exports types, functions, subpackages for provisioning kubernetes-cert-manager resources. | ||
// | ||
package kubernetes | ||
package kubernetescertmanager |
11 changes: 4 additions & 7 deletions
11
sdk/go/kubernetes/init.go → sdk/go/kubernetes-cert-manager/init.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.