Skip to content

Commit a173dd3

Browse files
authored
adding in missing kinds to olm config (#142)
Signed-off-by: Adam D. Cornett <adc@redhat.com> Issue #, if available: N/A Description of changes: Adding in the missing `kinds` to the olm config file. This ensures that when the `bundle` is created via the release process that `operator-sdk` does not throw any `warnings`. This then allows the PR to the community repos to be raised without any issues since the community repos run `operator-sdk validate bundle` which may reject `warnings`. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 45ffeec commit a173dd3

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

olm/olmconfig.yaml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@ description: |-
1515
train, and deploy high-quality machine learning (ML) models quickly by
1616
bringing together a broad set of capabilities purpose-built for ML.
1717
18-
18+
1919
For more information on Amazon SageMaker, visit the [product
2020
page](https://aws.amazon.com/sagemaker/).
2121
2222
2323
**About the AWS Controllers for Kubernetes**
2424
2525
26-
This controller is a component of the [AWS Controller for
27-
Kubernetes](https://github.com/aws/aws-controllers-k8s)project. This project
28-
is currently in **developer preview**.
26+
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
27+
project.
2928
3029
3130
**Pre-Installation Steps**
@@ -49,6 +48,8 @@ samples:
4948
spec: '{}'
5049
- kind: Model
5150
spec: '{}'
51+
- kind: ModelPackageGroup
52+
spec: '{}'
5253
- kind: MonitoringSchedule
5354
spec: '{}'
5455
- kind: ProcessingJob
@@ -57,6 +58,20 @@ samples:
5758
spec: '{}'
5859
- kind: TransformJob
5960
spec: '{}'
61+
- kind: NotebookInstance
62+
spec: '{}'
63+
- kind: NotebookInstanceLifecycleConfig
64+
spec: '{}'
65+
- kind: ModelPackage
66+
spec: '{}'
67+
- kind: FeatureGroup
68+
spec: '{}'
69+
- kind: UserProfile
70+
spec: '{}'
71+
- kind: Domain
72+
spec: '{}'
73+
- kind: App
74+
spec: '{}'
6075
maintainers:
6176
- name: "sagemaker maintainer team"
6277
email: "ack-maintainers@amazon.com"

0 commit comments

Comments
 (0)