File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ include::modules/cluster-csi-snapshot-controller-operator.adoc[leveloffset=+2]
70
70
// DeploymentConfig capability
71
71
include::modules/deployment-config-capability.adoc[leveloffset=+2]
72
72
73
+ // Insights capability
74
+ include::modules/ingress-operator.adoc[leveloffset=+2]
75
+
73
76
// Insights capability
74
77
include::modules/insights-operator.adoc[leveloffset=+2]
75
78
Original file line number Diff line number Diff line change 1
1
// Module included in the following assemblies:
2
2
//
3
3
// * operators/operator-reference.adoc
4
+ // * installing/cluster-capabilities.adoc
4
5
6
+ ifeval::["{context} " == "cluster-capabilities"]
7
+ :cluster-caps:
8
+ endif::[]
9
+
10
+ ifeval::["{context} " == "cluster-operators-ref"]
11
+ :operator-ref:
12
+ endif::[]
13
+
14
+ :_mod-docs-content-type: REFERENCE
5
15
[id="ingress-operator_{context} "]
6
- = Ingress Operator
16
+ ifdef::operator-ref[= Ingress Operator]
17
+ ifdef::cluster-caps[= Ingress Capability]
7
18
8
19
[discrete]
9
20
== Purpose
10
21
22
+ ifdef::cluster-caps[]
23
+
24
+ The Ingress Operator provides the features for the `Ingress` capability.
25
+
26
+ endif::cluster-caps[]
27
+
11
28
The Ingress Operator configures and manages the {product-title} router.
12
29
13
30
[discrete]
@@ -60,3 +77,11 @@ $ oc get network/cluster -o jsonpath='{.status.clusterNetwork[*]}'
60
77
----
61
78
map[cidr:10.128.0.0/14 hostPrefix:23]
62
79
----
80
+
81
+ ifeval::["{context}" == "cluster-operators-ref"]
82
+ :!operator-ref:
83
+ endif::[]
84
+
85
+ ifeval::["{context}" == "cluster-caps"]
86
+ :!cluster-caps:
87
+ endif::[]
You can’t perform that action at this time.
0 commit comments