Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit b1c1608

Browse files
committed
Rebase complete
1 parent ff417a7 commit b1c1608

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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
270270
are maps of that entity's status conditions array, with the map key being the condition type.
271271
The 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
368364
spec:
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
```
375367
In one terminal session, run function-pythonic:
376368
```shell

0 commit comments

Comments
 (0)