You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// sourceType is a required reference to the type of install source.
82
82
//
83
83
// Allowed values are ["Catalog"]
84
84
//
85
85
// When this field is set to "Catalog", information for determining the appropriate
86
86
// bundle of content to install will be fetched from ClusterCatalog resources existing
87
-
// on the cluster. When using the Catalog sourceType, the catalog field must also be set.
87
+
// on the cluster. When using the Catalog sourceType, the content-management field must also be set.
88
88
//
89
89
// +unionDiscriminator
90
90
// +kubebuilder:validation:Enum:="Catalog"
91
91
SourceTypestring`json:"sourceType"`
92
92
93
-
// catalog is used to configure how information is sourced from a catalog. This field must be defined when sourceType is set to "Catalog",
93
+
// content-management is used to configure how information is sourced from a content-management. This field must be defined when sourceType is set to "Catalog",
94
94
// and must be the only field defined for this sourceType.
Copy file name to clipboardExpand all lines: docs/index.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
# Overview
2
-
3
1
## What is Operator Lifecycle Manager (OLM)?
4
2
5
3
Operator Lifecycle Manager (OLM) is an open-source [CNCF](https://www.cncf.io/) project with the mission to manage the
@@ -37,8 +35,8 @@ Compared to its predecessor, amongst other things, OLM v1 aims to provide:
37
35
* Helm Chart support
38
36
* GitOps support
39
37
40
-
To learn more about where v1 one came from, and where it's going, please see [The Road to v1: Multi-Tenancy Challenges, Lessons Learned, and Design Shifts](olmv1_design_decisions.md)
41
-
and our feature [Roadmap](olmv1_roadmap.md).
38
+
To learn more about where v1 one came from, and where it's going, please see [The Road to v1: Multi-Tenancy Challenges, Lessons Learned, and Design Shifts](overview/olmv1_design_decisions.md)
39
+
and our feature [Roadmap](overview/olmv1_roadmap.md).
42
40
43
41
## The OLM community
44
42
@@ -52,4 +50,4 @@ You can reach out to the OLM community for feedbacks/discussions/contributions i
52
50
*[Operator Framework on Google Groups](https://groups.google.com/forum/#!forum/operator-framework)
53
51
* Weekly in-person Working Group meeting: [olm-wg](https://github.com/operator-framework/community#operator-lifecycle-manager-working-group)
54
52
55
-
For further information on contributing, please consult the [Contribution Guide](../../CONTRIBUTING.md)
53
+
For further information on contributing, please consult the [Contribution Guide](../CONTRIBUTING.md)
0 commit comments