Skip to content

Commit a77ddba

Browse files
authored
Add modelpackagegroup crd and e2e test for create/delete (#48)
### Description of changes - Adds modelpackagegroup crd - e2e test to test creation and deletion for modelpackagegroup.
1 parent 628e87e commit a77ddba

28 files changed

+2133
-51
lines changed

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# https://github.com/blog/2392-introducing-code-owners
44

55
# Amazon SageMaker CodeOwners
6-
* @akartsky @mbaijal @surajkota
6+
* @akartsky @mbaijal @surajkota @ryansteakley

OWNERS_ALIASES

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ aliases:
1212
service-team:
1313
- akartsky
1414
- mbaijal
15-
- surajkota
15+
- surajkota
16+
- ryansteakley
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ack_generate_info:
2-
build_date: "2021-06-30T09:33:11Z"
3-
build_hash: 6911f924191f5315747c8e81fbcbf29b4edc8cb1
4-
go_version: go1.14.14 darwin/amd64
2+
build_date: "2021-07-16T17:33:59Z"
3+
build_hash: 9c35918f8a98b41ada10cb3aa460dbf463428463
4+
go_version: go1.16.4 darwin/amd64
55
version: v0.3.1
6-
api_directory_checksum: 650887de24f94277e21771990d1391198cce93c3
6+
api_directory_checksum: 4906740ff8ff6ebfffbaea971f7e8aa5a858edd8
77
api_version: v1alpha1
88
aws_sdk_go_version: ""
99
generator_config_info:
10-
file_checksum: 4086823cb564ce1095cf88747525239a0e54cbff
10+
file_checksum: 00f02858bed96e1add2a40c7f6d165fdf94689cc
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation
14-
timestamp: 2021-06-30 09:33:16.811341 +0000 UTC
14+
timestamp: 2021-07-16 17:34:06.202223 +0000 UTC

apis/v1alpha1/enums.go

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/model_package_group.go

+70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)