Commit ad448b8
authored
update conditions on delete and aws error code+message (#91)
Description of changes:
- bring in changes from aws-controllers-k8s/code-generator#175, aws-controllers-k8s/code-generator#176
- corresponding unit and integ test changes
- fix some erroneous unit tests like model package group and endpoint config
- fix invalid name in unit test
- fix assertion in notebook instance test since PR build was failing and add it to missing canary cleanup
Testing:
unit test
tested manually, rely on PR build, later we can add more unit tests for delete failed scenario
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 9fa6152 commit ad448b8
File tree
91 files changed
+357
-138
lines changed- apis/v1alpha1
- helm
- pkg/resource
- data_quality_job_definition
- testdata
- data_quality_job_definition/v1alpha1
- endpoint_config
- testdata
- endpoint_config/v1alpha1
- endpoint
- testdata
- v1alpha1
- create/observed
- readone/observed
- update/observed
- feature_group
- testdata
- feature_group/v1alpha1
- hyper_parameter_tuning_job
- testdata
- hyper_parameter_tuning_job/v1alpha1
- model_bias_job_definition
- testdata
- model_bias_job_definition/v1alpha1
- model_explainability_job_definition
- testdata
- model_explainability_job_definition/v1alpha1
- model_package_group
- testdata
- model_package_group/v1alpha1
- model_package
- testdata
- model_package/v1alpha1
- model_quality_job_definition
- testdata
- model_quality_job_definition/v1alpha1
- model
- testdata
- model/v1alpha1
- monitoring_schedule
- testdata
- monitoring_schedule/v1alpha1
- notebook_instance_lifecycle_config
- notebook_instance
- testdata
- v1alpha1
- create
- desired
- observed
- update/observed
- processing_job
- testdata
- processing_job/v1alpha1
- training_job
- testdata
- training_job/v1alpha1
- transform_job
- testdata
- transform_job/v1alpha1
- test
- canary/scripts
- e2e/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+357
-138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments