Skip to content

Commit 1989765

Browse files
authored
Initial pipeline resource (#178)
Description of changes: - Initial pipeline resource - E2E tests are in a WIP state - Need to add unit-tests By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 00c8afb commit 1989765

36 files changed

+2587
-70
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-11-23T21:07:39Z"
2+
build_date: "2022-12-01T04:13:07Z"
33
build_hash: 6e2ffbc3b16a30ac59be6719918c601c2c864064
4-
go_version: go1.17.13
5-
version: v0.20.1-3-g6e2ffbc
6-
api_directory_checksum: 2633d649a5543e7613c66d1ae5de70dcb65c68d5
4+
go_version: go1.19.1
5+
version: v0.20.1-3-g6e2ffbc-dirty
6+
api_directory_checksum: 0db1fd575ff46e8ba76499d850396be289955ea6
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93
99
generator_config_info:
10-
file_checksum: 7c6cfe3508784bc2442ecf00f5155b9c778d00e4
10+
file_checksum: c3c79f9a3bb0da1c242c37ada3a10b07ab836653
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/enums.go

Lines changed: 2 additions & 2 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: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,38 @@ resources:
829829
Tags:
830830
compare:
831831
is_ignored: true
832+
Pipeline:
833+
fields:
834+
PipelineStatus:
835+
is_read_only: true
836+
print:
837+
name: STATUS
838+
from:
839+
operation: DescribePipeline
840+
path: PipelineStatus
841+
CreationTime:
842+
is_read_only: true
843+
from:
844+
operation: DescribePipeline
845+
path: CreationTime
846+
LastModifiedTime:
847+
is_read_only: true
848+
from:
849+
operation: DescribePipeline
850+
path: LastModifiedTime
851+
Tags:
852+
compare:
853+
is_ignored: true
854+
exceptions:
855+
errors:
856+
404:
857+
code: ResourceNotFound
858+
message_suffix: does not exist.
859+
terminal_codes:
860+
- InvalidParameterCombination
861+
- InvalidParameterValue
862+
- MissingParameter
863+
- ResourceNotFound
832864
ignore:
833865
resource_names:
834866
- Algorithm
@@ -866,7 +898,7 @@ ignore:
866898
# - MonitoringSchedule
867899
# - NotebookInstanceLifecycleConfig
868900
# - NotebookInstance
869-
- Pipeline
901+
# - Pipeline
870902
- PresignedDomainUrl
871903
- PresignedNotebookInstanceUrl
872904
# - ProcessingJob
@@ -890,3 +922,8 @@ ignore:
890922
- ExecutionRoleIdentityConfig
891923
- HyperParameterTuningResourceConfig
892924
- InstanceMetadataServiceConfiguration
925+
- InstanceGroups
926+
- InstanceGroupNames
927+
field_paths:
928+
- CreatePipelineInput.ClientRequestToken
929+
- CreatePipelineInput.PipelineDefinitionS3Location

apis/v1alpha1/pipeline.go

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

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)