crossplane-function-pythonic 0.0.9.post0__py3-none-any.whl → 0.0.10__py3-none-any.whl
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.
- crossplane/pythonic/function.py +1 -1
- {crossplane_function_pythonic-0.0.9.post0.dist-info → crossplane_function_pythonic-0.0.10.dist-info}/METADATA +4 -4
- crossplane_function_pythonic-0.0.10.dist-info/RECORD +11 -0
- crossplane_function_pythonic-0.0.9.post0.dist-info/RECORD +0 -11
- {crossplane_function_pythonic-0.0.9.post0.dist-info → crossplane_function_pythonic-0.0.10.dist-info}/WHEEL +0 -0
- {crossplane_function_pythonic-0.0.9.post0.dist-info → crossplane_function_pythonic-0.0.10.dist-info}/entry_points.txt +0 -0
- {crossplane_function_pythonic-0.0.9.post0.dist-info → crossplane_function_pythonic-0.0.10.dist-info}/licenses/LICENSE +0 -0
crossplane/pythonic/function.py
CHANGED
@@ -89,7 +89,7 @@ class FunctionRunner(grpcv1.FunctionRunnerService):
|
|
89
89
|
return response
|
90
90
|
for field in dir(module):
|
91
91
|
value = getattr(module, field)
|
92
|
-
if inspect.isclass(value) and issubclass(value, BaseComposite):
|
92
|
+
if inspect.isclass(value) and issubclass(value, BaseComposite) and value != BaseComposite:
|
93
93
|
if clazz:
|
94
94
|
logger.error('Composite script has multiple BaseComposite classes')
|
95
95
|
crossplane.function.response.fatal(response, 'Composite script has multiple BaseComposite classes')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: crossplane-function-pythonic
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.10
|
4
4
|
Summary: A Python centric Crossplane Function
|
5
5
|
Project-URL: Documentation, https://github.com/fortra/function-pythonic#readme
|
6
6
|
Project-URL: Issues, https://github.com/fortra/function-pythonic/issues
|
@@ -81,7 +81,7 @@ kind: Function
|
|
81
81
|
metadata:
|
82
82
|
name: function-pythonic
|
83
83
|
spec:
|
84
|
-
package: ghcr.io/fortra/function-pythonic:v0.0.
|
84
|
+
package: ghcr.io/fortra/function-pythonic:v0.0.10
|
85
85
|
```
|
86
86
|
## Composed Resource Dependencies
|
87
87
|
|
@@ -386,7 +386,7 @@ metadata:
|
|
386
386
|
annotations:
|
387
387
|
render.crossplane.io/runtime: Development
|
388
388
|
spec:
|
389
|
-
package: ghcr.io/fortra/function-pythonic:v0.0.
|
389
|
+
package: ghcr.io/fortra/function-pythonic:v0.0.10
|
390
390
|
```
|
391
391
|
In one terminal session, run function-pythonic:
|
392
392
|
```shell
|
@@ -488,7 +488,7 @@ kind: Function
|
|
488
488
|
metadata:
|
489
489
|
name: function-pythonic
|
490
490
|
spec:
|
491
|
-
package: ghcr.io/fortra/function-pythonic:v0.0.
|
491
|
+
package: ghcr.io/fortra/function-pythonic:v0.0.10
|
492
492
|
runtimeConfigRef:
|
493
493
|
name: function-pythonic
|
494
494
|
---
|
@@ -0,0 +1,11 @@
|
|
1
|
+
crossplane/pythonic/__init__.py,sha256=9Oz3mvFO-8GXb75iEfybSHgVr3p8INdqA201tCusuSo,408
|
2
|
+
crossplane/pythonic/composite.py,sha256=TxloK31jx3xDmLnalntPXCHNnxuudevdeqPzKcSBO_I,19937
|
3
|
+
crossplane/pythonic/function.py,sha256=jTOqoOri8ulpnCa-ndjP4bKxGPW4J1_a9EjWRoAmQPU,11363
|
4
|
+
crossplane/pythonic/main.py,sha256=kcpoR4F84IhxLzaPSWWdIoaXmrUyjXofvwQuenVPHSE,6683
|
5
|
+
crossplane/pythonic/packages.py,sha256=quxAkmioIGJr9g4uRHsqPwhzyu2f2_UyNHHQmZjSJ8A,6108
|
6
|
+
crossplane/pythonic/protobuf.py,sha256=ULcaqeyeqCaz0SSSZXNpeUPh1EQLdAV09Dwj3ltIx7k,33899
|
7
|
+
crossplane_function_pythonic-0.0.10.dist-info/METADATA,sha256=P1pD57y-60DtKcKiOMMll8Y8ZX6hzoTKBvc960Tl4fg,23450
|
8
|
+
crossplane_function_pythonic-0.0.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
+
crossplane_function_pythonic-0.0.10.dist-info/entry_points.txt,sha256=jJ4baywFDviB9WyAhyhNYF2VOCb6XtbRSjKf7bnBwhg,68
|
10
|
+
crossplane_function_pythonic-0.0.10.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
11
|
+
crossplane_function_pythonic-0.0.10.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
1
|
-
crossplane/pythonic/__init__.py,sha256=9Oz3mvFO-8GXb75iEfybSHgVr3p8INdqA201tCusuSo,408
|
2
|
-
crossplane/pythonic/composite.py,sha256=TxloK31jx3xDmLnalntPXCHNnxuudevdeqPzKcSBO_I,19937
|
3
|
-
crossplane/pythonic/function.py,sha256=95asJ_6dFy-KSXiMIkJkxqI264kSqBs4Vh61RAojqSY,11336
|
4
|
-
crossplane/pythonic/main.py,sha256=kcpoR4F84IhxLzaPSWWdIoaXmrUyjXofvwQuenVPHSE,6683
|
5
|
-
crossplane/pythonic/packages.py,sha256=quxAkmioIGJr9g4uRHsqPwhzyu2f2_UyNHHQmZjSJ8A,6108
|
6
|
-
crossplane/pythonic/protobuf.py,sha256=ULcaqeyeqCaz0SSSZXNpeUPh1EQLdAV09Dwj3ltIx7k,33899
|
7
|
-
crossplane_function_pythonic-0.0.9.post0.dist-info/METADATA,sha256=FhRLdxg9QMegatxFTBkSNROk93V-G-B1EfWksEBxf3w,23452
|
8
|
-
crossplane_function_pythonic-0.0.9.post0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
-
crossplane_function_pythonic-0.0.9.post0.dist-info/entry_points.txt,sha256=jJ4baywFDviB9WyAhyhNYF2VOCb6XtbRSjKf7bnBwhg,68
|
10
|
-
crossplane_function_pythonic-0.0.9.post0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
11
|
-
crossplane_function_pythonic-0.0.9.post0.dist-info/RECORD,,
|
File without changes
|
File without changes
|