Skip to content

Commit

Permalink
Endpoint resource: address failed update scenarios (#7)
Browse files Browse the repository at this point in the history
* endpoint: address failed update scenarios
 	- set RetainAllVariantProperties True
        - Remove tags field from all the resources because these are only created but we don't have an update path. Tagging experience across ACK is being worked on separately
        - upgrade to latest code-generator and runtime - v0.0.5 and refactor code to use Delta functionality
  • Loading branch information
surajkota authored Mar 30, 2021
1 parent ab97a93 commit 6077275
Show file tree
Hide file tree
Showing 57 changed files with 2,996 additions and 1,214 deletions.
54 changes: 48 additions & 6 deletions apis/v1alpha1/endpoint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 37 additions & 2 deletions apis/v1alpha1/endpoint_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 49 additions & 10 deletions apis/v1alpha1/hyper_parameter_tuning_job.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 27 additions & 6 deletions apis/v1alpha1/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 29 additions & 10 deletions apis/v1alpha1/processing_job.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6077275

Please sign in to comment.