Skip to content

Commit 5ef68f5

Browse files
author
Per Goncalves da Silva
committed
Update .spec.config api doc to direct users to docs
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent d66afb6 commit 5ef68f5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

api/v1/clusterextension_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ type ClusterExtensionSpec struct {
103103
// a configuration schema. When not specified, the default configuration of the resolved bundle will be used.
104104
//
105105
// config is validated against a configuration schema provided by the resolved bundle. If the bundle does not provide
106-
// a configuration schema the final manifests will be derived on a best-effort basis. More information on how
107-
// to configure the bundle should be found in its end-user documentation.
106+
// a configuration schema the bundle is deemed to not be configurable. More information on how
107+
// to configure bundles can be found in the OLM documentation associated with your current OLM version.
108108
//
109109
// <opcon:experimental>
110110
// +optional

helm/olmv1/base/operator-controller/crd/experimental/olm.operatorframework.io_clusterextensions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ spec:
6464
a configuration schema. When not specified, the default configuration of the resolved bundle will be used.
6565
6666
config is validated against a configuration schema provided by the resolved bundle. If the bundle does not provide
67-
a configuration schema the final manifests will be derived on a best-effort basis. More information on how
68-
to configure the bundle should be found in its end-user documentation.
67+
a configuration schema the bundle is deemed to not be configurable. More information on how
68+
to configure bundles can be found in the OLM documentation associated with your current OLM version.
6969
properties:
7070
configType:
7171
description: |-

manifests/experimental-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,8 +964,8 @@ spec:
964964
a configuration schema. When not specified, the default configuration of the resolved bundle will be used.
965965
966966
config is validated against a configuration schema provided by the resolved bundle. If the bundle does not provide
967-
a configuration schema the final manifests will be derived on a best-effort basis. More information on how
968-
to configure the bundle should be found in its end-user documentation.
967+
a configuration schema the bundle is deemed to not be configurable. More information on how
968+
to configure bundles can be found in the OLM documentation associated with your current OLM version.
969969
properties:
970970
configType:
971971
description: |-

manifests/experimental.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,8 @@ spec:
929929
a configuration schema. When not specified, the default configuration of the resolved bundle will be used.
930930
931931
config is validated against a configuration schema provided by the resolved bundle. If the bundle does not provide
932-
a configuration schema the final manifests will be derived on a best-effort basis. More information on how
933-
to configure the bundle should be found in its end-user documentation.
932+
a configuration schema the bundle is deemed to not be configurable. More information on how
933+
to configure bundles can be found in the OLM documentation associated with your current OLM version.
934934
properties:
935935
configType:
936936
description: |-

0 commit comments

Comments
 (0)