Skip to content

Commit

Permalink
Upgrade AWS GoSDK version to v1.38.11 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
akartsky authored Apr 6, 2021
1 parent 6077275 commit 41e4a1b
Show file tree
Hide file tree
Showing 12 changed files with 434 additions and 284 deletions.
24 changes: 14 additions & 10 deletions apis/v1alpha1/enums.go

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

4 changes: 3 additions & 1 deletion apis/v1alpha1/training_job.go

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

8 changes: 7 additions & 1 deletion apis/v1alpha1/types.go

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

55 changes: 55 additions & 0 deletions apis/v1alpha1/zz_generated.deepcopy.go

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

10 changes: 10 additions & 0 deletions config/crd/bases/sagemaker.services.k8s.aws_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ spec:
properties:
repositoryAccessMode:
type: string
repositoryAuthConfig:
properties:
repositoryCredentialsProviderARN:
type: string
type: object
type: object
mode:
type: string
Expand Down Expand Up @@ -106,6 +111,11 @@ spec:
properties:
repositoryAccessMode:
type: string
repositoryAuthConfig:
properties:
repositoryCredentialsProviderARN:
type: string
type: object
type: object
mode:
type: string
Expand Down
11 changes: 8 additions & 3 deletions config/crd/bases/sagemaker.services.k8s.aws_trainingjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.trainingJobStatus
name: TrainingJobStatus
type: string
- jsonPath: .status.secondaryStatus
name: SecondaryStatus
type: string
- jsonPath: .status.trainingJobStatus
name: TrainingJobStatus
type: string
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -154,6 +154,11 @@ spec:
through the specified VPC, but the training container does not have
network access.
type: boolean
environment:
additionalProperties:
type: string
description: The environment variables to set in the Docker container.
type: object
experimentConfig:
properties:
experimentName:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/aws-controllers-k8s/runtime v0.0.5
github.com/aws/aws-sdk-go v1.37.31
github.com/aws/aws-sdk-go v1.38.11
github.com/go-logr/logr v0.1.0
github.com/google/go-cmp v0.3.1
github.com/spf13/pflag v1.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ github.com/aws/aws-sdk-go v1.37.4 h1:tWxrpMK/oRSXVnjUzhGeCWLR00fW0WF4V4sycYPPrJ8
github.com/aws/aws-sdk-go v1.37.4/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.37.31 h1:eK7hgg1H4xivwopAbnzfQ7ZBbDb9cEkGDivd9rUMnJs=
github.com/aws/aws-sdk-go v1.37.31/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.38.11 h1:jmxKh557ZRc+Z8fALnGrL01Ctjks2aSUFLb7n/BZoEs=
github.com/aws/aws-sdk-go v1.38.11/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down
11 changes: 11 additions & 0 deletions pkg/resource/model/delta.go

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

28 changes: 28 additions & 0 deletions pkg/resource/model/sdk.go

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

7 changes: 7 additions & 0 deletions pkg/resource/training_job/delta.go

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

Loading

0 comments on commit 41e4a1b

Please sign in to comment.