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.
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/PKG-INFO +5 -5
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/README.md +3 -3
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/__about__.py +1 -1
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/.dev/functions.yaml +1 -1
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/cluster-function-pythonic.yaml +1 -1
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/functions.yaml +1 -1
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/functions.yaml +1 -1
- {crossplane_function_pythonic-0.3.0/examples/import-existing-vpc → crossplane_function_pythonic-0.3.1/examples/eks-cluster}/functions.yaml +1 -1
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/function.yaml +1 -1
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/functions.yaml +1 -1
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/functions.yaml +1 -1
- {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
- {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
- {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
- {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
- crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/getResourceCondition/functions.yaml +9 -0
- crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/include/functions.yaml +9 -0
- crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/toYaml/functions.yaml +9 -0
- crossplane_function_pythonic-0.3.1/examples/function-go-templating/inline/functions.yaml +9 -0
- crossplane_function_pythonic-0.3.1/examples/function-go-templating/recursive/functions.yaml +9 -0
- crossplane_function_pythonic-0.3.1/examples/function-go-templating/required-resources/functions.yaml +9 -0
- {crossplane_function_pythonic-0.3.0/examples/get-started-app → crossplane_function_pythonic-0.3.1/examples/function-sequencer}/functions.yaml +1 -1
- {crossplane_function_pythonic-0.3.0/examples/function-sequencer → crossplane_function_pythonic-0.3.1/examples/get-started-app}/functions.yaml +1 -1
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/functions.yaml +1 -1
- {crossplane_function_pythonic-0.3.0/examples/eks-cluster → crossplane_function_pythonic-0.3.1/examples/import-existing-vpc}/functions.yaml +1 -1
- crossplane_function_pythonic-0.3.1/examples/single-purpose/functions.yaml +8 -0
- crossplane_function_pythonic-0.3.1/examples/usages-extra/functions.yaml +9 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/pyproject.toml +1 -1
- crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/getResourceCondition/functions.yaml +0 -9
- crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/include/functions.yaml +0 -9
- crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/toYaml/functions.yaml +0 -9
- crossplane_function_pythonic-0.3.0/examples/function-go-templating/inline/functions.yaml +0 -9
- crossplane_function_pythonic-0.3.0/examples/function-go-templating/recursive/functions.yaml +0 -9
- crossplane_function_pythonic-0.3.0/examples/function-go-templating/required-resources/functions.yaml +0 -9
- crossplane_function_pythonic-0.3.0/examples/single-purpose/functions.yaml +0 -8
- crossplane_function_pythonic-0.3.0/examples/usages-extra/functions.yaml +0 -9
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/.gitignore +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/LICENSE +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/__init__.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/__main__.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/auto_ready.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/command.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/composite.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/function.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/grpc.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/main.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/packages.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/protobuf.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/render.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/crossplane/pythonic/version.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/README.md +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/aks/kubernetescluster.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/aks/resourcegroup.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/definition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/install.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/kustomization.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/providers.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/aks-cluster/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/access-keys.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/definition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/secrets.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/user.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connection-details-composition/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/composite-connection.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/rds-connection.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/rds-observed.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/step-credential.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/connections/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/composition-v2.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/definition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/render-v2.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/eks-cluster/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/README.md +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/definition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/kustomization.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/runtime.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/vcluster.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/filing-system/vcluster.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/conditions/xrd.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/environmentConfigs.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/context/xrd.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/fromYaml/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/fromYaml/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/fromYaml/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getComposedResource/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getComposedResource/observed.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getComposedResource/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getComposedResource/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCompositeResource/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCompositeResource/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCompositeResource/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCredentialData/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCredentialData/credentials.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCredentialData/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getCredentialData/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getResourceCondition/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getResourceCondition/observed.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getResourceCondition/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/getResourceCondition/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/include/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/include/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/include/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/toYaml/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/toYaml/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/functions/toYaml/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/inline/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/inline/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/inline/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/recursive/composition-real.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/recursive/composition-wrapper.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/recursive/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/recursive/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/required-resources/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/required-resources/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/required-resources/required-resources.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-go-templating/required-resources/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/observed.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/sequencer.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/function-sequencer/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/get-started-app/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/get-started-app/definition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/get-started-app/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/get-started-app/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/kustomization.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/run-function.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/vcluster.py +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/helm-copy-secret/xrd.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/README.md +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/definition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/observed.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/provider-ec2.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/import-existing-vpc/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/single-purpose/render.sh +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/single-purpose/xr.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/composition.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/extraResources.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/observedResources.yaml +0 -0
- {crossplane_function_pythonic-0.3.0 → crossplane_function_pythonic-0.3.1}/examples/usages-extra/render.sh +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/include/functions.yaml
ADDED
|
@@ -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
|
crossplane_function_pythonic-0.3.1/examples/function-go-templating/functions/toYaml/functions.yaml
ADDED
|
@@ -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
|
crossplane_function_pythonic-0.3.1/examples/function-go-templating/required-resources/functions.yaml
ADDED
|
@@ -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
|
|
@@ -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
|
crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/include/functions.yaml
DELETED
|
@@ -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
|
crossplane_function_pythonic-0.3.0/examples/function-go-templating/functions/toYaml/functions.yaml
DELETED
|
@@ -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
|
crossplane_function_pythonic-0.3.0/examples/function-go-templating/required-resources/functions.yaml
DELETED
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|