crossplane-function-pythonic 0.0.9.post0__tar.gz → 0.0.10__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.
Files changed (94) hide show
  1. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/PKG-INFO +4 -4
  2. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/README.md +3 -3
  3. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/crossplane/pythonic/function.py +1 -1
  4. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/eks-cluster/functions.yaml +1 -1
  5. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/filing-system/function.yaml +1 -1
  6. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/helm-copy-secret/functions.yaml +1 -1
  7. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/.gitignore +0 -0
  8. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/LICENSE +0 -0
  9. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/crossplane/pythonic/__init__.py +0 -0
  10. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/crossplane/pythonic/composite.py +0 -0
  11. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/crossplane/pythonic/main.py +0 -0
  12. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/crossplane/pythonic/packages.py +0 -0
  13. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/crossplane/pythonic/protobuf.py +0 -0
  14. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/.dev/functions.yaml +0 -0
  15. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/eks-cluster/composition-v2.yaml +0 -0
  16. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/eks-cluster/composition.yaml +0 -0
  17. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/eks-cluster/definition.yaml +0 -0
  18. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/eks-cluster/render-v2.sh +0 -0
  19. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/eks-cluster/render.sh +0 -0
  20. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/eks-cluster/xr.yaml +0 -0
  21. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/filing-system/README.md +0 -0
  22. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/filing-system/composition.yaml +0 -0
  23. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/filing-system/definition.yaml +0 -0
  24. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/filing-system/kustomization.yaml +0 -0
  25. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/filing-system/runtime.yaml +0 -0
  26. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/filing-system/vcluster.py +0 -0
  27. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/filing-system/vcluster.yaml +0 -0
  28. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/conditions/composition.yaml +0 -0
  29. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/conditions/functions.yaml +0 -0
  30. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/conditions/render.sh +0 -0
  31. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/conditions/xr.yaml +0 -0
  32. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/conditions/xrd.yaml +0 -0
  33. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/context/composition.yaml +0 -0
  34. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/context/environmentConfigs.yaml +0 -0
  35. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/context/functions.yaml +0 -0
  36. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/context/render.sh +0 -0
  37. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/context/xr.yaml +0 -0
  38. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/context/xrd.yaml +0 -0
  39. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/extra-resources/composition.yaml +0 -0
  40. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/extra-resources/extraResources.yaml +0 -0
  41. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/extra-resources/functions.yaml +0 -0
  42. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/extra-resources/render.sh +0 -0
  43. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/extra-resources/xr.yaml +0 -0
  44. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/fromYaml/composition.yaml +0 -0
  45. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/fromYaml/functions.yaml +0 -0
  46. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/fromYaml/render.sh +0 -0
  47. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/fromYaml/xr.yaml +0 -0
  48. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getComposedResource/composition.yaml +0 -0
  49. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getComposedResource/functions.yaml +0 -0
  50. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getComposedResource/observed.yaml +0 -0
  51. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getComposedResource/render.sh +0 -0
  52. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getComposedResource/xr.yaml +0 -0
  53. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getCompositeResource/composition.yaml +0 -0
  54. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getCompositeResource/functions.yaml +0 -0
  55. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getCompositeResource/render.sh +0 -0
  56. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getCompositeResource/xr.yaml +0 -0
  57. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getResourceCondition/composition.yaml +0 -0
  58. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getResourceCondition/functions.yaml +0 -0
  59. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getResourceCondition/observed.yaml +0 -0
  60. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getResourceCondition/render.sh +0 -0
  61. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/getResourceCondition/xr.yaml +0 -0
  62. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/include/composition.yaml +0 -0
  63. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/include/functions.yaml +0 -0
  64. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/include/render.sh +0 -0
  65. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/include/xr.yaml +0 -0
  66. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/toYaml/composition.yaml +0 -0
  67. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/toYaml/functions.yaml +0 -0
  68. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/toYaml/render.sh +0 -0
  69. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/functions/toYaml/xr.yaml +0 -0
  70. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/inline/composition.yaml +0 -0
  71. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/inline/functions.yaml +0 -0
  72. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/inline/render.sh +0 -0
  73. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/inline/xr.yaml +0 -0
  74. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/recursive/composition-real.yaml +0 -0
  75. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/recursive/composition-wrapper.yaml +0 -0
  76. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/recursive/functions.yaml +0 -0
  77. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/recursive/render.sh +0 -0
  78. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/function-go-templating/recursive/xr.yaml +0 -0
  79. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/get-started-app/composition.yaml +0 -0
  80. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/get-started-app/definition.yaml +0 -0
  81. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/get-started-app/functions.yaml +0 -0
  82. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/get-started-app/render.sh +0 -0
  83. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/get-started-app/xr.yaml +0 -0
  84. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/helm-copy-secret/composition.yaml +0 -0
  85. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/helm-copy-secret/kustomization.yaml +0 -0
  86. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/helm-copy-secret/render.sh +0 -0
  87. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/helm-copy-secret/run-function.sh +0 -0
  88. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/helm-copy-secret/vcluster.py +0 -0
  89. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/helm-copy-secret/xr.yaml +0 -0
  90. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/helm-copy-secret/xrd.yaml +0 -0
  91. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/single-purpose/functions.yaml +0 -0
  92. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/single-purpose/render.sh +0 -0
  93. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/examples/single-purpose/xr.yaml +0 -0
  94. {crossplane_function_pythonic-0.0.9.post0 → crossplane_function_pythonic-0.0.10}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crossplane-function-pythonic
3
- Version: 0.0.9.post0
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.9
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.9
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.9
491
+ package: ghcr.io/fortra/function-pythonic:v0.0.10
492
492
  runtimeConfigRef:
493
493
  name: function-pythonic
494
494
  ---
@@ -57,7 +57,7 @@ kind: Function
57
57
  metadata:
58
58
  name: function-pythonic
59
59
  spec:
60
- package: ghcr.io/fortra/function-pythonic:v0.0.9
60
+ package: ghcr.io/fortra/function-pythonic:v0.0.10
61
61
  ```
62
62
  ## Composed Resource Dependencies
63
63
 
@@ -362,7 +362,7 @@ metadata:
362
362
  annotations:
363
363
  render.crossplane.io/runtime: Development
364
364
  spec:
365
- package: ghcr.io/fortra/function-pythonic:v0.0.9
365
+ package: ghcr.io/fortra/function-pythonic:v0.0.10
366
366
  ```
367
367
  In one terminal session, run function-pythonic:
368
368
  ```shell
@@ -464,7 +464,7 @@ kind: Function
464
464
  metadata:
465
465
  name: function-pythonic
466
466
  spec:
467
- package: ghcr.io/fortra/function-pythonic:v0.0.9
467
+ package: ghcr.io/fortra/function-pythonic:v0.0.10
468
468
  runtimeConfigRef:
469
469
  name: function-pythonic
470
470
  ---
@@ -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')
@@ -5,4 +5,4 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: ghcr.io/fortra/function-pythonic:v0.0.9
8
+ package: ghcr.io/fortra/function-pythonic:v0.0.10
@@ -3,7 +3,7 @@ kind: Function
3
3
  metadata:
4
4
  name: function-pythonic
5
5
  spec:
6
- package: ghcr.io/iciclespider/function-pythonic:v0.0.0-20250811193238-f8d5c82deb9b
6
+ package: ghcr.io/fortra/function-pythonic:v0.0.10
7
7
  runtimeConfigRef:
8
8
  apiVersion: pkg.crossplane.io/v1beta1
9
9
  kind: DeploymentRuntimeConfig
@@ -5,4 +5,4 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: ghcr.io/fortra/function-pythonic:v0.0.9
8
+ package: ghcr.io/fortra/function-pythonic:v0.0.10