-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We currently support both Helm v2 and v3, but the SDK is exposed under the v2 namespace. Create a v3 alias to avoid confusion. For now, the support is identical across versions, but this could change in the future.
- Loading branch information
1 parent
dfe5183
commit 938212d
Showing
7 changed files
with
19 additions
and
2 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
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 |
---|---|---|
|
@@ -5,4 +5,5 @@ | |
# Make subpackages available: | ||
__all__ = [ | ||
"v2", | ||
"v3", | ||
] |
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,6 @@ | ||
# coding=utf-8 | ||
# *** WARNING: this file was generated by the Pulumi Kubernetes codegen tool. *** | ||
# *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
# Export this package's modules as members: | ||
from ..v2.helm import * # v3 support is identical to v2 |
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 |
---|---|---|
|
@@ -5,4 +5,5 @@ | |
# Make subpackages available: | ||
__all__ = [ | ||
"v2", | ||
"v3", | ||
] |
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,6 @@ | ||
# coding=utf-8 | ||
# *** WARNING: this file was generated by the Pulumi Kubernetes codegen tool. *** | ||
# *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
# Export this package's modules as members: | ||
from ..v2.helm import * # v3 support is identical to v2 |