Skip to content

Commit

Permalink
Decommission v1alpha2 and v1alpha3 (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Ambrosio <[email protected]>
  • Loading branch information
jmendesky and paoloambrosio-skyuk authored Apr 3, 2023
1 parent f2d82d1 commit 212a7be
Show file tree
Hide file tree
Showing 55 changed files with 14 additions and 4,306 deletions.
20 changes: 10 additions & 10 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ resources:
domain: kubeflow.org
group: pipelines
kind: Pipeline
path: github.com/sky-uk/kfp-operator/apis/pipelines/v1alpha3
version: v1alpha3
path: github.com/sky-uk/kfp-operator/apis/pipelines/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -27,17 +27,17 @@ resources:
domain: kubeflow.org
group: config
kind: KfpControllerConfig
path: github.com/sky-uk/kfp-operator/apis/config/v1alpha3
version: v1alpha3
path: github.com/sky-uk/kfp-operator/apis/config/v1alpha4
version: v1alpha4
- api:
crdVersion: v1
namespaced: true
controller: true
domain: kubeflow.org
group: pipelines
kind: Run
path: github.com/sky-uk/kfp-operator/apis/pipelines/v1alpha3
version: v1alpha3
path: github.com/sky-uk/kfp-operator/apis/pipelines/v1alpha4
version: v1alpha4
webhooks:
validation: true
webhookVersion: v1
Expand All @@ -48,8 +48,8 @@ resources:
domain: kubeflow.org
group: pipelines
kind: RunConfiguration
path: github.com/sky-uk/kfp-operator/apis/pipelines/v1alpha3
version: v1alpha3
path: github.com/sky-uk/kfp-operator/apis/pipelines/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand All @@ -60,8 +60,8 @@ resources:
domain: kubeflow.org
group: pipelines
kind: Experiment
path: github.com/sky-uk/kfp-operator/apis/pipelines/v1alpha3
version: v1alpha3
path: github.com/sky-uk/kfp-operator/apis/pipelines/v1alpha4
version: v1alpha4
webhooks:
conversion: true
webhookVersion: v1
Expand Down
20 changes: 0 additions & 20 deletions apis/config/v1alpha2/groupversion_info.go

This file was deleted.

37 changes: 0 additions & 37 deletions apis/config/v1alpha2/kfp_controller_config_types.go

This file was deleted.

60 changes: 0 additions & 60 deletions apis/config/v1alpha2/zz_generated.deepcopy.go

This file was deleted.

20 changes: 0 additions & 20 deletions apis/config/v1alpha3/groupversion_info.go

This file was deleted.

40 changes: 0 additions & 40 deletions apis/config/v1alpha3/kfp_controller_config_types.go

This file was deleted.

59 changes: 0 additions & 59 deletions apis/config/v1alpha3/zz_generated.deepcopy.go

This file was deleted.

47 changes: 0 additions & 47 deletions apis/pipelines/v1alpha2/experiment_conversion.go

This file was deleted.

36 changes: 0 additions & 36 deletions apis/pipelines/v1alpha2/experiment_conversion_test.go

This file was deleted.

Loading

0 comments on commit 212a7be

Please sign in to comment.