Bob Haddleton
Bob Haddleton
Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below. It is of course not always possible to reduce...
## Checklist - [X] I have included information about relevant versions - [X] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...
## Checklist - [X] I have included information about relevant versions - [X] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...
Signed-off-by: Bob Haddleton ### Description of your changes Updated to the latest crossplane-runtime and added the --max-reconcile-rate option to allow for up to 10 (by default) concurrent reconciliations. Fixes #125...
Signed-off-by: Bob Haddleton ### Description of your changes Update to use go 1.18 I have: - [X] Read and followed Crossplane's [contribution process]. - [X] Run `make reviewable test` to...
Signed-off-by: Bob Haddleton ### Description of your changes Add an ownerReference along with the finalizer for dependent resources Fixes #46 I have: - [X] Read and followed Crossplane's [contribution process]....
Signed-off-by: Bob Haddleton ### Description of your changes Handle the corner case where an Object's ProviderConfig Secret has been deleted before the object itself could be deleted. This can happen...
### Description of your changes Added support for the compositeDeletePolicy attribute and modified claim and composite reconcilers to delay delete processing while external finalizers exist. This is the coordinated PR...
### Description of your changes This change adds reconciliation of finalizers to composite and composed resources. If a Claim or Composite resource has more than one finalizer, then some other...
### What problem are you facing? One way in which Kubernetes represents dependencies between resources is via finalizers. A resource with a dependency on another resource can place a finalizer...