Skip to content

Commit 7922257

Browse files
authored
App resource (#129)
App resource Take a look at following files : - generator.yaml - hook.go - template/ By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c65cce7 commit 7922257

26 files changed

+2007
-11
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2021-11-04T00:41:44Z"
2+
build_date: "2021-11-04T01:39:36Z"
33
build_hash: 4b30ff5578e2f570d1c5b1741f3098be0d78e246
44
go_version: go1.14.15
55
version: v0.15.1
6-
api_directory_checksum: 139bda1b5017f26ea2f7668213a25f89a0160811
6+
api_directory_checksum: 29b892915da3900404bebadaca0cfe6336dfd060
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.38.11
99
generator_config_info:
10-
file_checksum: 5f4a348b91348bdbe09172fc6b3c52357dd7a381
10+
file_checksum: a9ce25d6cb1988f84092cad1da9ae25b416c2169
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/app.go

Lines changed: 85 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/enums.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/generator.yaml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,10 +786,41 @@ resources:
786786
Tags:
787787
compare:
788788
is_ignored: true
789+
App:
790+
exceptions:
791+
errors:
792+
404:
793+
code: ResourceNotFound
794+
terminal_codes:
795+
- ResourceNotFound
796+
- InvalidParameterCombination
797+
- InvalidParameterValue
798+
- MissingParameter
799+
hooks:
800+
sdk_read_one_post_set_output:
801+
code: rm.customDescribeAppSetOutput(ko)
802+
dk_delete_pre_build_request:
803+
template_path: app/sdk_delete_pre_build_request.go.tpl
804+
sdk_delete_post_request:
805+
template_path: common/sdk_delete_post_request.go.tpl
806+
fields:
807+
Status:
808+
is_read_only: true
809+
print:
810+
name: STATUS
811+
from:
812+
operation: DescribeApp
813+
path: Status
814+
ResourceSpec:
815+
late_initialize:
816+
min_backoff_seconds: 5
817+
Tags:
818+
compare:
819+
is_ignored: true
789820
ignore:
790821
resource_names:
791822
- Algorithm
792-
- App
823+
# - App
793824
- AutoMLJob
794825
- Action
795826
- AppImageConfig

apis/v1alpha1/types.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/zz_generated.deepcopy.go

Lines changed: 161 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/controller/main.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)