Joel Speed
Joel Speed
**What type of PR is this?** /kind bug **What this PR does / why we need it**: This PR updates the load balancer security group update logic for ELBs so...
/kind feature **Describe the solution you'd like** OVN Kubernetes allows you to configure IPSEC to create an encrypted network between nodes within a cluster. To use this feature, both worker...
### What steps did you take and what happened? Create a simple program, as below and run `go mod tidy`: ``` package main import ( "fmt" capiv1beta1 "sigs.k8s.io/cluster-api/api/v1beta1" ) func...
### What would you like to be added (User Story)? As a user of Cluster API, I would like to see a condition on each resources status that tells me...
This integrates the upstream applyconfig generator into controller-tools to allow generation of ApplyConfig style types from custom API types. The aim here is to provide the pointer style structs that...
GKE enables users to use a BackendConfig to [enable logging](https://cloud.google.com/kubernetes-engine/docs/how-to/ingress-configuration#http_logging) of HTTP requests hitting the backend services when using the ingress objects. For regular Kubernetes clusters on GCP that use...
This implements the first part of the API from https://github.com/openshift/enhancements/pull/1465. This adds a new `authoritativeAPI` field to the Machine and MachineSet spec and status, which will allow our new project...
This PR adds protobuf as a generator to the codegen generator utility. The upstream generator unfortunately encodes a lot of logic within the cmd so the `Run` which we are...
Related to https://github.com/openshift/enhancements/pull/1479, this adds the API for the new OpenShiftControlPlane type that will be used to define how to bootstrap OpenShift clusters via Cluster API patterns. This is part...
Working on moving our generators to the upstream WIP gengo v2 project. Current issues I need to work through: - [ ] Gengo v2 has no verify-only option which we...