Danil Grigorev
Danil Grigorev
/kind feature **Describe the solution you'd like** Currently, the `AWSCluster` resource allows specification of a single classic load balancer (in spec and status). This works well when the `AWSCluster` is...
### What would you like to be added (User Story)? As a developer/operator of cluster classes I would like to have additional metadata to the ClusterClass template variables. This would...
### What would you like to be added (User Story)? As a developer I’d like a better separation of concerns for control-plane provider implementation and have an ability to reuse...
This PR adds some missing interface members for komega, making it more suitable for general use in tests.
This ensures that type casting check executed inside `source.Kind` logic guaranties type safety for propagated objects. Currently the change will only have effect in `builder.WatchesRawSource`, when the source.Kind is constructed...
**Is your feature request related to a problem? Please describe.** Requirements change. Do we need to rely on AWS CLI so much? Also related to redhat-cop/#161 and redhat-cop/#160. **Describe the...
**Is your feature request related to a problem? Please describe.** The `image` input of the generator_container_slsa3 workflow is declared as input which prohibits using secrets as values. The following example...
**What this PR does / why we need it**: This implementation achieves the following: - Separate each provider in it’s own reconciler. - Share common logic between reconcilers via phase...
Creating this to compare implementations and help with examples and discussion on #2214
### What would you like to be added (User Story)? As an operator I would like to use [CAAPF](https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet/) features with turtles, so that I can establish GitOps workflow managing...