cdk8s-operator 0.1.331__tar.gz → 0.1.332__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cdk8s_operator-0.1.331/src/cdk8s_operator.egg-info → cdk8s_operator-0.1.332}/PKG-INFO +1 -1
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/setup.py +2 -2
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator/_jsii/__init__.py +1 -1
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator/_jsii/bin/cdk8s-server +1 -1
- cdk8s_operator-0.1.332/src/cdk8s_operator/_jsii/cdk8s-operator@0.1.332.jsii.tgz +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332/src/cdk8s_operator.egg-info}/PKG-INFO +1 -1
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator.egg-info/SOURCES.txt +1 -1
- cdk8s_operator-0.1.331/src/cdk8s_operator/_jsii/cdk8s-operator@0.1.331.jsii.tgz +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/LICENSE +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/MANIFEST.in +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/README.md +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/pyproject.toml +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/setup.cfg +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator/__init__.py +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator/py.typed +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator.egg-info/dependency_links.txt +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator.egg-info/requires.txt +0 -0
- {cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cdk8s-operator",
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.332",
|
|
9
9
|
"description": "Create Kubernetes CRD Operators using CDK8s Constructs",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/cdk8s-team/cdk8s-operator.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"cdk8s_operator._jsii": [
|
|
29
|
-
"cdk8s-operator@0.1.
|
|
29
|
+
"cdk8s-operator@0.1.332.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cdk8s_operator": [
|
|
32
32
|
"py.typed"
|
|
@@ -32,7 +32,7 @@ import cdk8s._jsii
|
|
|
32
32
|
import constructs._jsii
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
|
-
"cdk8s-operator", "0.1.
|
|
35
|
+
"cdk8s-operator", "0.1.332", __name__[0:-6], "cdk8s-operator@0.1.332.jsii.tgz"
|
|
36
36
|
)
|
|
37
37
|
|
|
38
38
|
__all__ = [
|
|
@@ -8,7 +8,7 @@ if "JSII_RUNTIME_PACKAGE_CACHE" not in os.environ:
|
|
|
8
8
|
os.environ["JSII_RUNTIME_PACKAGE_CACHE"] = "disabled"
|
|
9
9
|
|
|
10
10
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
11
|
-
"cdk8s-operator", "0.1.
|
|
11
|
+
"cdk8s-operator", "0.1.332", "cdk8s_operator", "cdk8s-operator@0.1.332.jsii.tgz"
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
exit_code = __jsii_assembly__.invokeBinScript(
|
|
@@ -11,5 +11,5 @@ src/cdk8s_operator.egg-info/dependency_links.txt
|
|
|
11
11
|
src/cdk8s_operator.egg-info/requires.txt
|
|
12
12
|
src/cdk8s_operator.egg-info/top_level.txt
|
|
13
13
|
src/cdk8s_operator/_jsii/__init__.py
|
|
14
|
-
src/cdk8s_operator/_jsii/cdk8s-operator@0.1.
|
|
14
|
+
src/cdk8s_operator/_jsii/cdk8s-operator@0.1.332.jsii.tgz
|
|
15
15
|
src/cdk8s_operator/_jsii/bin/cdk8s-server
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cdk8s_operator-0.1.331 → cdk8s_operator-0.1.332}/src/cdk8s_operator.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|