This repository was archived by the owner on Dec 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Each resource in the list is the following RequiredResource class:
266266
267267# ## Conditions
268268
269- The `BaseCompsite .conditions`, `Resource.conditions`, and `RequiredResource.conditions` fields
269+ The `BaseComposite .conditions`, `Resource.conditions`, and `RequiredResource.conditions` fields
270270are maps of that entity's status conditions array, with the map key being the condition type.
271271The fields are read only for `Resource.conditions` and `RequiredResource.conditions`.
272272
@@ -349,11 +349,7 @@ spec:
349349 apiVersion: pythonic.fn.fortra.com/v1alpha1
350350 kind: Composite
351351 composite: |
352- <<<<<<< HEAD
353352 class GreetingComposite(BaseComposite):
354- =======
355- class Composite(BaseComposite):
356- >>>>>>> 185c4c0 (Add PyPi build and publish)
357353 def compose(self):
358354 self.status.greeting = f"Hello, {self.spec.who}!"
359355` ` `
@@ -366,11 +362,7 @@ metadata:
366362 annotations:
367363 render.crossplane.io/runtime: Development
368364spec:
369- <<<<<<< HEAD
370365 package: ghcr.io/fortra/function-pythonic:v0.0.10
371- =======
372- package: ghcr.io/fortra/function-pythonic:v0.0.7
373- >>>>>>> 185c4c0 (Add PyPi build and publish)
374366` ` `
375367In one terminal session, run function-pythonic :
376368` ` ` shell
You can’t perform that action at this time.
0 commit comments