Skip to content

Commit eea9930

Browse files
authored
[create-pull-request] automated change
1 parent 5bea220 commit eea9930

File tree

37 files changed

+4565
-2873
lines changed

37 files changed

+4565
-2873
lines changed

addons/sagemaker-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: sagemaker-chart
33
description: A Helm chart for the ACK service controller for Amazon SageMaker (SageMaker)
4-
version: 1.2.4
5-
appVersion: 1.2.4
4+
version: 1.2.7
5+
appVersion: 1.2.7
66
home: https://github.com/aws-controllers-k8s/sagemaker-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

addons/sagemaker-chart/crds/sagemaker.services.k8s.aws_apps.yaml

Lines changed: 67 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.9.2
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: apps.sagemaker.services.k8s.aws
98
spec:
109
group: sagemaker.services.k8s.aws
@@ -25,14 +24,19 @@ spec:
2524
description: App is the Schema for the Apps API
2625
properties:
2726
apiVersion:
28-
description: 'APIVersion defines the versioned schema of this representation
29-
of an object. Servers should convert recognized schemas to the latest
30-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27+
description: |-
28+
APIVersion defines the versioned schema of this representation of an object.
29+
Servers should convert recognized schemas to the latest internal value, and
30+
may reject unrecognized values.
31+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3132
type: string
3233
kind:
33-
description: 'Kind is a string value representing the REST resource this
34-
object represents. Servers may infer this from the endpoint the client
35-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34+
description: |-
35+
Kind is a string value representing the REST resource this object represents.
36+
Servers may infer this from the endpoint the client submits requests to.
37+
Cannot be updated.
38+
In CamelCase.
39+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3640
type: string
3741
metadata:
3842
type: object
@@ -49,13 +53,16 @@ spec:
4953
description: The domain ID.
5054
type: string
5155
resourceSpec:
52-
description: "The instance type and the Amazon Resource Name (ARN)
53-
of the SageMaker image created on the instance. \n The value of
54-
InstanceType passed as part of the ResourceSpec in the CreateApp
55-
call overrides the value passed as part of the ResourceSpec configured
56-
for the user profile or the domain. If InstanceType is not specified
57-
in any of those three ResourceSpec values for a KernelGateway app,
58-
the CreateApp call fails with a request validation error."
56+
description: |-
57+
The instance type and the Amazon Resource Name (ARN) of the SageMaker image
58+
created on the instance.
59+
60+
61+
The value of InstanceType passed as part of the ResourceSpec in the CreateApp
62+
call overrides the value passed as part of the ResourceSpec configured for
63+
the user profile or the domain. If InstanceType is not specified in any of
64+
those three ResourceSpec values for a KernelGateway app, the CreateApp call
65+
fails with a request validation error.
5966
properties:
6067
instanceType:
6168
type: string
@@ -65,23 +72,30 @@ spec:
6572
type: string
6673
sageMakerImageVersionARN:
6774
type: string
75+
sageMakerImageVersionAlias:
76+
type: string
6877
type: object
6978
tags:
70-
description: Each tag consists of a key and an optional value. Tag
71-
keys must be unique per resource.
79+
description: |-
80+
Each tag consists of a key and an optional value. Tag keys must be unique
81+
per resource.
7282
items:
73-
description: "A tag object that consists of a key and an optional
74-
value, used to manage metadata for SageMaker Amazon Web Services
75-
resources. \n You can add tags to notebook instances, training
76-
jobs, hyperparameter tuning jobs, batch transform jobs, models,
77-
labeling jobs, work teams, endpoint configurations, and endpoints.
78-
For more information on adding tags to SageMaker resources, see
79-
AddTags. \n For more information on adding metadata to your Amazon
80-
Web Services resources with tagging, see Tagging Amazon Web Services
81-
resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
82-
For advice on best practices for managing Amazon Web Services
83-
resources with tagging, see Tagging Best Practices: Implement
84-
an Effective Amazon Web Services Resource Tagging Strategy (https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf)."
83+
description: |-
84+
A tag object that consists of a key and an optional value, used to manage
85+
metadata for SageMaker Amazon Web Services resources.
86+
87+
88+
You can add tags to notebook instances, training jobs, hyperparameter tuning
89+
jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations,
90+
and endpoints. For more information on adding tags to SageMaker resources,
91+
see AddTags (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html).
92+
93+
94+
For more information on adding metadata to your Amazon Web Services resources
95+
with tagging, see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
96+
For advice on best practices for managing Amazon Web Services resources with
97+
tagging, see Tagging Best Practices: Implement an Effective Amazon Web Services
98+
Resource Tagging Strategy (https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf).
8599
properties:
86100
key:
87101
type: string
@@ -102,24 +116,26 @@ spec:
102116
description: AppStatus defines the observed state of App
103117
properties:
104118
ackResourceMetadata:
105-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
106-
member that is used to contain resource sync state, account ownership,
119+
description: |-
120+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
121+
that is used to contain resource sync state, account ownership,
107122
constructed ARN for the resource
108123
properties:
109124
arn:
110-
description: 'ARN is the Amazon Resource Name for the resource.
111-
This is a globally-unique identifier and is set only by the
112-
ACK service controller once the controller has orchestrated
113-
the creation of the resource OR when it has verified that an
114-
"adopted" resource (a resource where the ARN annotation was
115-
set by the Kubernetes user on the CR) exists and matches the
116-
supplied CR''s Spec field values. TODO(vijat@): Find a better
117-
strategy for resources that do not have ARN in CreateOutputResponse
118-
https://github.com/aws/aws-controllers-k8s/issues/270'
125+
description: |-
126+
ARN is the Amazon Resource Name for the resource. This is a
127+
globally-unique identifier and is set only by the ACK service controller
128+
once the controller has orchestrated the creation of the resource OR
129+
when it has verified that an "adopted" resource (a resource where the
130+
ARN annotation was set by the Kubernetes user on the CR) exists and
131+
matches the supplied CR's Spec field values.
132+
TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse
133+
https://github.com/aws/aws-controllers-k8s/issues/270
119134
type: string
120135
ownerAccountID:
121-
description: OwnerAccountID is the AWS Account ID of the account
122-
that owns the backend AWS service API resource.
136+
description: |-
137+
OwnerAccountID is the AWS Account ID of the account that owns the
138+
backend AWS service API resource.
123139
type: string
124140
region:
125141
description: Region is the AWS region in which the resource exists
@@ -130,14 +146,16 @@ spec:
130146
- region
131147
type: object
132148
conditions:
133-
description: All CRS managed by ACK have a common `Status.Conditions`
134-
member that contains a collection of `ackv1alpha1.Condition` objects
135-
that describe the various terminal states of the CR and its backend
136-
AWS service API resource
149+
description: |-
150+
All CRS managed by ACK have a common `Status.Conditions` member that
151+
contains a collection of `ackv1alpha1.Condition` objects that describe
152+
the various terminal states of the CR and its backend AWS service API
153+
resource
137154
items:
138-
description: Condition is the common struct used by all CRDs managed
139-
by ACK service controllers to indicate terminal states of the
140-
CR and its backend AWS service API resource
155+
description: |-
156+
Condition is the common struct used by all CRDs managed by ACK service
157+
controllers to indicate terminal states of the CR and its backend AWS
158+
service API resource
141159
properties:
142160
lastTransitionTime:
143161
description: Last time the condition transitioned from one status

0 commit comments

Comments
 (0)