sky-uk / kfp-operator

https://sky-uk.github.io/kfp-operator
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Define new Provider CRD and use within operator #353

Closed Ankitha-Krisshnan closed 3 months ago

Ankitha-Krisshnan commented 3 months ago

Links to #329

Description

This adds the CustomResourceDefinition (CRD) for the provider and passes this through the KFP Operator to the workflows. The behaviour from the workflows to the providers remains the same. This set of changes is a step towards replacing the existing ConfigMap with the provider CRD.