crossplane-function-pythonic 0.3.0__tar.gz → 0.3.1__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 (161) hide show
  1. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/PKG-INFO +5 -5
  2. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/README.md +3 -3
  3. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/__about__.py +1 -1
  4. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/.dev/functions.yaml +1 -1
  5. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/cluster-function-pythonic.yaml +1 -1
  6. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/functions.yaml +1 -1
  7. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/functions.yaml +1 -1
  8. {crossplane_function_pythonic-0.3.0/examples/import-existing-vpc → crossplane_function_pythonic-0.3.1/examples/eks-cluster}/functions.yaml +1 -1
  9. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/function.yaml +1 -1
  10. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/functions.yaml +1 -1
  11. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/functions.yaml +1 -1
  12. {crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/getCompositeResource → crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/fromYaml}/functions.yaml +1 -1
  13. {crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/getCredentialData → crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/getComposedResource}/functions.yaml +1 -1
  14. {crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/fromYaml → crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/getCompositeResource}/functions.yaml +1 -1
  15. {crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/getComposedResource → crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/getCredentialData}/functions.yaml +1 -1
  16. crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/getResourceCondition/functions.yaml +9 -0
  17. crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/include/functions.yaml +9 -0
  18. crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/toYaml/functions.yaml +9 -0
  19. crossplane_function_pythonic-0.3.1/examples/function-go-templating/inline/functions.yaml +9 -0
  20. crossplane_function_pythonic-0.3.1/examples/function-go-templating/recursive/functions.yaml +9 -0
  21. crossplane_function_pythonic-0.3.1/examples/function-go-templating/required-resources/functions.yaml +9 -0
  22. {crossplane_function_pythonic-0.3.0/examples/get-started-app → crossplane_function_pythonic-0.3.1/examples/function-sequencer}/functions.yaml +1 -1
  23. {crossplane_function_pythonic-0.3.0/examples/function-sequencer → crossplane_function_pythonic-0.3.1/examples/get-started-app}/functions.yaml +1 -1
  24. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/functions.yaml +1 -1
  25. {crossplane_function_pythonic-0.3.0/examples/eks-cluster → crossplane_function_pythonic-0.3.1/examples/import-existing-vpc}/functions.yaml +1 -1
  26. crossplane_function_pythonic-0.3.1/examples/single-purpose/functions.yaml +8 -0
  27. crossplane_function_pythonic-0.3.1/examples/usages-extra/functions.yaml +9 -0
  28. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/pyproject.toml +1 -1
  29. crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/getResourceCondition/functions.yaml +0 -9
  30. crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/include/functions.yaml +0 -9
  31. crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/toYaml/functions.yaml +0 -9
  32. crossplane_function_pythonic-0.3.0/examples/function-go-templating/inline/functions.yaml +0 -9
  33. crossplane_function_pythonic-0.3.0/examples/function-go-templating/recursive/functions.yaml +0 -9
  34. crossplane_function_pythonic-0.3.0/examples/function-go-templating/required-resources/functions.yaml +0 -9
  35. crossplane_function_pythonic-0.3.0/examples/single-purpose/functions.yaml +0 -8
  36. crossplane_function_pythonic-0.3.0/examples/usages-extra/functions.yaml +0 -9
  37. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/.gitignore +0 -0
  38. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/LICENSE +0 -0
  39. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/__init__.py +0 -0
  40. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/__main__.py +0 -0
  41. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/auto_ready.py +0 -0
  42. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/command.py +0 -0
  43. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/composite.py +0 -0
  44. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/function.py +0 -0
  45. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/grpc.py +0 -0
  46. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/main.py +0 -0
  47. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/packages.py +0 -0
  48. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/protobuf.py +0 -0
  49. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/render.py +0 -0
  50. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/version.py +0 -0
  51. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/README.md +0 -0
  52. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/aks/kubernetescluster.py +0 -0
  53. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/aks/resourcegroup.py +0 -0
  54. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/composition.yaml +0 -0
  55. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/definition.yaml +0 -0
  56. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/install.sh +0 -0
  57. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/kustomization.yaml +0 -0
  58. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/providers.yaml +0 -0
  59. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/render.sh +0 -0
  60. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/xr.yaml +0 -0
  61. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/access-keys.yaml +0 -0
  62. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/composition.yaml +0 -0
  63. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/definition.yaml +0 -0
  64. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/render.sh +0 -0
  65. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/secrets.yaml +0 -0
  66. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/user.yaml +0 -0
  67. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/xr.yaml +0 -0
  68. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/composite-connection.yaml +0 -0
  69. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/composition.yaml +0 -0
  70. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/rds-connection.yaml +0 -0
  71. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/rds-observed.yaml +0 -0
  72. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/render.sh +0 -0
  73. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/step-credential.yaml +0 -0
  74. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/xr.yaml +0 -0
  75. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/composition-v2.yaml +0 -0
  76. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/composition.yaml +0 -0
  77. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/definition.yaml +0 -0
  78. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/render-v2.sh +0 -0
  79. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/render.sh +0 -0
  80. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/xr.yaml +0 -0
  81. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/README.md +0 -0
  82. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/composition.yaml +0 -0
  83. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/definition.yaml +0 -0
  84. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/kustomization.yaml +0 -0
  85. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/runtime.yaml +0 -0
  86. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/vcluster.py +0 -0
  87. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/vcluster.yaml +0 -0
  88. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/composition.yaml +0 -0
  89. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/render.sh +0 -0
  90. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/xr.yaml +0 -0
  91. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/xrd.yaml +0 -0
  92. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/composition.yaml +0 -0
  93. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/environmentConfigs.yaml +0 -0
  94. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/render.sh +0 -0
  95. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/xr.yaml +0 -0
  96. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/xrd.yaml +0 -0
  97. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/fromYaml/composition.yaml +0 -0
  98. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/fromYaml/render.sh +0 -0
  99. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/fromYaml/xr.yaml +0 -0
  100. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getComposedResource/composition.yaml +0 -0
  101. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getComposedResource/observed.yaml +0 -0
  102. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getComposedResource/render.sh +0 -0
  103. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getComposedResource/xr.yaml +0 -0
  104. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCompositeResource/composition.yaml +0 -0
  105. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCompositeResource/render.sh +0 -0
  106. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCompositeResource/xr.yaml +0 -0
  107. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCredentialData/composition.yaml +0 -0
  108. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCredentialData/credentials.yaml +0 -0
  109. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCredentialData/render.sh +0 -0
  110. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCredentialData/xr.yaml +0 -0
  111. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getResourceCondition/composition.yaml +0 -0
  112. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getResourceCondition/observed.yaml +0 -0
  113. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getResourceCondition/render.sh +0 -0
  114. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getResourceCondition/xr.yaml +0 -0
  115. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/include/composition.yaml +0 -0
  116. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/include/render.sh +0 -0
  117. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/include/xr.yaml +0 -0
  118. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/toYaml/composition.yaml +0 -0
  119. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/toYaml/render.sh +0 -0
  120. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/toYaml/xr.yaml +0 -0
  121. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/inline/composition.yaml +0 -0
  122. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/inline/render.sh +0 -0
  123. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/inline/xr.yaml +0 -0
  124. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/recursive/composition-real.yaml +0 -0
  125. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/recursive/composition-wrapper.yaml +0 -0
  126. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/recursive/render.sh +0 -0
  127. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/recursive/xr.yaml +0 -0
  128. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/required-resources/composition.yaml +0 -0
  129. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/required-resources/render.sh +0 -0
  130. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/required-resources/required-resources.yaml +0 -0
  131. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/required-resources/xr.yaml +0 -0
  132. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/composition.yaml +0 -0
  133. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/observed.yaml +0 -0
  134. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/render.sh +0 -0
  135. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/sequencer.py +0 -0
  136. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/xr.yaml +0 -0
  137. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/get-started-app/composition.yaml +0 -0
  138. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/get-started-app/definition.yaml +0 -0
  139. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/get-started-app/render.sh +0 -0
  140. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/get-started-app/xr.yaml +0 -0
  141. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/composition.yaml +0 -0
  142. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/kustomization.yaml +0 -0
  143. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/render.sh +0 -0
  144. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/run-function.sh +0 -0
  145. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/vcluster.py +0 -0
  146. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/xr.yaml +0 -0
  147. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/xrd.yaml +0 -0
  148. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/README.md +0 -0
  149. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/composition.yaml +0 -0
  150. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/definition.yaml +0 -0
  151. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/observed.yaml +0 -0
  152. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/provider-ec2.yaml +0 -0
  153. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/render.sh +0 -0
  154. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/xr.yaml +0 -0
  155. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/single-purpose/render.sh +0 -0
  156. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/single-purpose/xr.yaml +0 -0
  157. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/composition.yaml +0 -0
  158. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/extraResources.yaml +0 -0
  159. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/observedResources.yaml +0 -0
  160. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/render.sh +0 -0
  161. {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/xr.yaml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crossplane-function-pythonic
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: A Python centric Crossplane Function
5
5
  Project-URL: Documentation, https://github.com/crossplane-contrib/function-pythonic#readme
6
6
  Project-URL: Issues, https://github.com/crossplane-contrib/function-pythonic/issues
@@ -17,7 +17,7 @@ Requires-Python: <3.15,>=3.12
17
17
  Requires-Dist: crossplane-function-sdk-python==0.10.0
18
18
  Requires-Dist: pyyaml==6.0.3
19
19
  Provides-Extra: packages
20
- Requires-Dist: kopf==1.40.0; extra == 'packages'
20
+ Requires-Dist: kopf==1.40.1; extra == 'packages'
21
21
  Provides-Extra: pip-install
22
22
  Requires-Dist: pip==25.3; extra == 'pip-install'
23
23
  Description-Content-Type: text/markdown
@@ -81,7 +81,7 @@ kind: Function
81
81
  metadata:
82
82
  name: function-pythonic
83
83
  spec:
84
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
84
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
85
85
  ```
86
86
 
87
87
  ### Crossplane V1
@@ -93,7 +93,7 @@ kind: Function
93
93
  metadata:
94
94
  name: function-pythonic
95
95
  spec:
96
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
96
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
97
97
  runtimeConfigRef:
98
98
  name: function-pythonic
99
99
  --
@@ -579,7 +579,7 @@ kind: Function
579
579
  metadata:
580
580
  name: function-pythonic
581
581
  spec:
582
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
582
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
583
583
  runtimeConfigRef:
584
584
  name: function-pythonic
585
585
  ---
@@ -57,7 +57,7 @@ kind: Function
57
57
  metadata:
58
58
  name: function-pythonic
59
59
  spec:
60
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
60
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
61
61
  ```
62
62
 
63
63
  ### Crossplane V1
@@ -69,7 +69,7 @@ kind: Function
69
69
  metadata:
70
70
  name: function-pythonic
71
71
  spec:
72
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
72
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
73
73
  runtimeConfigRef:
74
74
  name: function-pythonic
75
75
  --
@@ -555,7 +555,7 @@ kind: Function
555
555
  metadata:
556
556
  name: function-pythonic
557
557
  spec:
558
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
558
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
559
559
  runtimeConfigRef:
560
560
  name: function-pythonic
561
561
  ---
@@ -1,2 +1,2 @@
1
1
  # This is set at build time, using "hatch version"
2
- __version__ = "0.3.0"
2
+ __version__ = "0.3.1"
@@ -10,4 +10,4 @@ metadata:
10
10
  render.crossplane.io/runtime: Development
11
11
  render.crossplane.io/runtime-development-target: localhost:9443
12
12
  spec:
13
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
13
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -3,7 +3,7 @@ kind: Function
3
3
  metadata:
4
4
  name: function-pythonic
5
5
  spec:
6
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
6
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
7
7
  runtimeConfigRef:
8
8
  name: function-pythonic
9
9
  ---
@@ -5,6 +5,6 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
8
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
9
9
  runtimeConfigRef:
10
10
  name: function-pythonic
@@ -5,4 +5,4 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
8
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -5,4 +5,4 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
8
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -3,7 +3,7 @@ kind: Function
3
3
  metadata:
4
4
  name: function-pythonic
5
5
  spec:
6
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
6
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
7
7
  runtimeConfigRef:
8
8
  apiVersion: pkg.crossplane.io/v1beta1
9
9
  kind: DeploymentRuntimeConfig
@@ -7,4 +7,4 @@ metadata:
7
7
  # This tells crossplane beta render to connect to the function locally.
8
8
  render.crossplane.io/runtime: Development
9
9
  spec:
10
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
10
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -7,4 +7,4 @@ metadata:
7
7
  # This tells crossplane beta render to connect to the function locally.
8
8
  render.crossplane.io/runtime: Development
9
9
  spec:
10
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
10
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -6,4 +6,4 @@ metadata:
6
6
  # This tells crossplane beta render to connect to the function locally.
7
7
  render.crossplane.io/runtime: Development
8
8
  spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -6,4 +6,4 @@ metadata:
6
6
  # This tells crossplane beta render to connect to the function locally.
7
7
  render.crossplane.io/runtime: Development
8
8
  spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -6,4 +6,4 @@ metadata:
6
6
  # This tells crossplane beta render to connect to the function locally.
7
7
  render.crossplane.io/runtime: Development
8
8
  spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -6,4 +6,4 @@ metadata:
6
6
  # This tells crossplane beta render to connect to the function locally.
7
7
  render.crossplane.io/runtime: Development
8
8
  spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -0,0 +1,9 @@
1
+ apiVersion: pkg.crossplane.io/v1
2
+ kind: Function
3
+ metadata:
4
+ name: function-pythonic
5
+ annotations:
6
+ # This tells crossplane beta render to connect to the function locally.
7
+ render.crossplane.io/runtime: Development
8
+ spec:
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -0,0 +1,9 @@
1
+ apiVersion: pkg.crossplane.io/v1
2
+ kind: Function
3
+ metadata:
4
+ name: function-pythonic
5
+ annotations:
6
+ # This tells crossplane beta render to connect to the function locally.
7
+ render.crossplane.io/runtime: Development
8
+ spec:
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -0,0 +1,9 @@
1
+ apiVersion: pkg.crossplane.io/v1
2
+ kind: Function
3
+ metadata:
4
+ name: function-pythonic
5
+ annotations:
6
+ # This tells crossplane beta render to connect to the function locally.
7
+ render.crossplane.io/runtime: Development
8
+ spec:
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -0,0 +1,9 @@
1
+ apiVersion: pkg.crossplane.io/v1
2
+ kind: Function
3
+ metadata:
4
+ name: function-pythonic
5
+ annotations:
6
+ # This tells crossplane beta render to connect to the function locally.
7
+ render.crossplane.io/runtime: Development
8
+ spec:
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -0,0 +1,9 @@
1
+ apiVersion: pkg.crossplane.io/v1
2
+ kind: Function
3
+ metadata:
4
+ name: function-pythonic
5
+ annotations:
6
+ # This tells crossplane beta render to connect to the function locally.
7
+ render.crossplane.io/runtime: Development
8
+ spec:
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -0,0 +1,9 @@
1
+ apiVersion: pkg.crossplane.io/v1
2
+ kind: Function
3
+ metadata:
4
+ name: function-pythonic
5
+ annotations:
6
+ # This tells crossplane beta render to connect to the function locally.
7
+ render.crossplane.io/runtime: Development
8
+ spec:
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -5,4 +5,4 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
8
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -5,4 +5,4 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
8
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -5,4 +5,4 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
8
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -5,4 +5,4 @@ metadata:
5
5
  annotations:
6
6
  render.crossplane.io/runtime: Development
7
7
  spec:
8
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
8
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -0,0 +1,8 @@
1
+ apiVersion: pkg.crossplane.io/v1
2
+ kind: Function
3
+ metadata:
4
+ name: function-pythonic
5
+ annotations:
6
+ render.crossplane.io/runtime: Development
7
+ spec:
8
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -0,0 +1,9 @@
1
+ apiVersion: pkg.crossplane.io/v1
2
+ kind: Function
3
+ metadata:
4
+ name: function-pythonic
5
+ annotations:
6
+ # This tells crossplane beta render to connect to the function locally.
7
+ render.crossplane.io/runtime: Development
8
+ spec:
9
+ package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
@@ -22,7 +22,7 @@ dependencies = [
22
22
  ]
23
23
 
24
24
  [project.optional-dependencies]
25
- packages = ["kopf==1.40.0"]
25
+ packages = ["kopf==1.40.1"]
26
26
  pip-install = ["pip==25.3"]
27
27
 
28
28
  [project.urls]
@@ -1,9 +0,0 @@
1
- apiVersion: pkg.crossplane.io/v1
2
- kind: Function
3
- metadata:
4
- name: function-pythonic
5
- annotations:
6
- # This tells crossplane beta render to connect to the function locally.
7
- render.crossplane.io/runtime: Development
8
- spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
@@ -1,9 +0,0 @@
1
- apiVersion: pkg.crossplane.io/v1
2
- kind: Function
3
- metadata:
4
- name: function-pythonic
5
- annotations:
6
- # This tells crossplane beta render to connect to the function locally.
7
- render.crossplane.io/runtime: Development
8
- spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
@@ -1,9 +0,0 @@
1
- apiVersion: pkg.crossplane.io/v1
2
- kind: Function
3
- metadata:
4
- name: function-pythonic
5
- annotations:
6
- # This tells crossplane beta render to connect to the function locally.
7
- render.crossplane.io/runtime: Development
8
- spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
@@ -1,9 +0,0 @@
1
- apiVersion: pkg.crossplane.io/v1
2
- kind: Function
3
- metadata:
4
- name: function-pythonic
5
- annotations:
6
- # This tells crossplane beta render to connect to the function locally.
7
- render.crossplane.io/runtime: Development
8
- spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
@@ -1,9 +0,0 @@
1
- apiVersion: pkg.crossplane.io/v1
2
- kind: Function
3
- metadata:
4
- name: function-pythonic
5
- annotations:
6
- # This tells crossplane beta render to connect to the function locally.
7
- render.crossplane.io/runtime: Development
8
- spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
@@ -1,9 +0,0 @@
1
- apiVersion: pkg.crossplane.io/v1
2
- kind: Function
3
- metadata:
4
- name: function-pythonic
5
- annotations:
6
- # This tells crossplane beta render to connect to the function locally.
7
- render.crossplane.io/runtime: Development
8
- spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
@@ -1,8 +0,0 @@
1
- apiVersion: pkg.crossplane.io/v1
2
- kind: Function
3
- metadata:
4
- name: function-pythonic
5
- annotations:
6
- render.crossplane.io/runtime: Development
7
- spec:
8
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
@@ -1,9 +0,0 @@
1
- apiVersion: pkg.crossplane.io/v1
2
- kind: Function
3
- metadata:
4
- name: function-pythonic
5
- annotations:
6
- # This tells crossplane beta render to connect to the function locally.
7
- render.crossplane.io/runtime: Development
8
- spec:
9
- package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0