Skip to content

Commit 92f2cb0

Browse files
authored
Merge pull request #94619 from ochromy/SRVCOM-3790
[SRVCOM-3790] Unify Operator Admin/Dev perspective for Serverless
2 parents 4f9c30b + a23fbab commit 92f2cb0

File tree

50 files changed

+101
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+101
-152
lines changed

_topic_maps/_topic_map.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,8 @@ Topics:
217217
File: create-domain-mapping
218218
- Name: Custom domains using the Knative CLI
219219
File: create-domain-mapping-kn
220-
- Name: Domain mapping using the Developer perspective
220+
- Name: Domain mapping using the web console
221221
File: domain-mapping-odc-developer
222-
- Name: Domain mapping using the Administrator perspective
223-
File: domain-mapping-odc-admin
224222
- Name: Securing a mapped service using a TLS certificate
225223
File: domain-mapping-custom-tls-cert
226224
- Name: High availability configuration for Knative Serving
@@ -250,8 +248,6 @@ Topics:
250248
Topics:
251249
- Name: Event sources overview
252250
File: knative-event-sources
253-
- Name: Event source in the Administrator perspective
254-
File: event-source-admin-perspective
255251
- Name: Creating an API server source
256252
File: serverless-apiserversource
257253
- Name: Creating a ping source
@@ -260,7 +256,7 @@ Topics:
260256
File: serverless-kafka-developer-source
261257
- Name: Custom event sources
262258
File: serverless-custom-event-sources
263-
- Name: Connecting an event source to an event sink by using the Developer perspective
259+
- Name: Connecting an event source to an event sink
264260
File: serverless-sink-source-odc
265261
- Name: Event sinks
266262
Dir: event-sinks
@@ -342,7 +338,7 @@ Topics:
342338
File: serverless-listing-event-sources
343339
- Name: Listing event source types from the command line
344340
File: list-event-source-types-cli
345-
- Name: Listing event source types from the Developer perspective
341+
- Name: Listing event source types from the web console
346342
File: list-event-source-types-odc
347343
- Name: Listing event sources from the command line
348344
File: list-event-sources-cli

eventing/brokers/serverless-using-brokers.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ include::modules/serverless-creating-broker-labeling.adoc[leveloffset=+1]
1818
include::modules/serverless-deleting-broker-injection.adoc[leveloffset=+1]
1919
// Creating brokers in the web console
2020
include::modules/serverless-creating-a-broker-odc.adoc[leveloffset=+1]
21-
include::modules/serverless-creating-broker-admin-web-console.adoc[leveloffset=+1]
2221

2322
[id="next-steps_serverless-using-brokers"]
2423
== Next steps
@@ -29,4 +28,4 @@ include::modules/serverless-creating-broker-admin-web-console.adoc[leveloffset=+
2928
== Additional resources
3029
* xref:../../eventing/brokers/serverless-global-config-broker-class-default.adoc#serverless-global-config-broker-class-default[Configuring the default broker class]
3130
* xref:../../eventing/triggers/serverless-triggers.adoc#serverless-triggers[Triggers]
32-
* xref:../../eventing/brokers/serverless-using-brokers-managing-brokers.adoc#serverless-connect-sink-broker-odc_serverless-using-brokers-managing-brokers[Connect a broker to a sink using the Developer perspective]
31+
* xref:../../eventing/brokers/serverless-using-brokers-managing-brokers.adoc#serverless-connect-sink-broker-odc_serverless-using-brokers-managing-brokers[Connect a broker to a sink]

eventing/channels/connecting-channels-sinks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ include::modules/serverless-creating-subscription-admin-web-console.adoc[levelof
1616

1717
[id="next-steps_connecting-channels-sinks"]
1818
== Next steps
19-
* Configure xref:../../eventing/serverless-event-delivery.adoc#serverless-configuring-event-delivery-examples_serverless-event-delivery[event delivery parameters] that are applied in cases where an event fails to be delivered to an event sink.
19+
* Configure xref:../../eventing/serverless-event-delivery.adoc#serverless-configuring-event-delivery-examples_serverless-event-delivery[Event delivery] parameters that are applied in cases where an event fails to be delivered to an event sink.

eventing/channels/serverless-creating-channels.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ toc::[]
99
include::snippets/serverless-channels-intro.adoc[]
1010

1111
// Channel
12-
include::modules/serverless-creating-channel-admin-web-console.adoc[leveloffset=+1]
1312
include::modules/serverless-create-channel-odc.adoc[leveloffset=+1]
1413
include::modules/serverless-create-channel-kn.adoc[leveloffset=+1]
1514
include::modules/serverless-create-default-channel-yaml.adoc[leveloffset=+1]

eventing/discovery/list-event-source-types-odc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_content-type: ASSEMBLY
22
include::_attributes/common-attributes.adoc[]
33
[id="list-event-source-types-odc"]
4-
= Listing event source types from the Developer perspective
4+
= Listing event source types from the web console
55
:context: list-event-source-types-odc
66

77

eventing/discovery/serverless-listing-event-sources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
It is possible to view a list of all event sources or event source types that exist or are available for use on your {ocp-product-title} cluster. You can use the Knative (`kn`) CLI or the *Developer* perspective in the {ocp-product-title} web console to list available event sources or event source types.
9+
It is possible to view a list of all event sources or event source types that exist or are available for use on your {ocp-product-title} cluster. You can use the Knative (`kn`) CLI or the {ocp-product-title} web console to list available event sources or event source types.

eventing/event-sources/knative-event-sources.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc::[]
88

99
A Knative _event source_ can be any Kubernetes object that generates or imports cloud events, and relays those events to another endpoint, known as a xref:../../eventing/event-sinks/serverless-event-sinks.adoc#serverless-event-sinks[_sink_]. Sourcing events is critical to developing a distributed system that reacts to events.
1010

11-
You can create and manage Knative event sources by using the *Developer* perspective in the {ocp-product-title} web console, the Knative (`kn`) CLI, or by applying YAML files.
11+
You can create and manage Knative event sources in the {ocp-product-title} web console, the Knative (`kn`) CLI, or by applying YAML files.
1212

1313
Currently, {ServerlessProductName} supports the following event source types:
1414

@@ -19,3 +19,6 @@ xref:../../eventing/event-sources/serverless-pingsource.adoc#serverless-pingsour
1919
xref:../../eventing/event-sources/serverless-kafka-developer-source.adoc#serverless-kafka-developer-source[Kafka event source]:: Connects an Apache Kafka cluster to a sink as an event source.
2020

2121
You can also create a xref:../../eventing/event-sources/serverless-custom-event-sources.adoc#serverless-custom-event-sources[custom event source].
22+
23+
// Event sources
24+
include::modules/serverless-creating-event-source-admin-web-console.adoc[leveloffset=+1]

eventing/event-sources/serverless-sink-source-odc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_content-type: ASSEMBLY
22
include::_attributes/common-attributes.adoc[]
33
[id="serverless-sink-source-odc"]
4-
= Connecting an event source to an event sink by using the Developer perspective
4+
= Connecting an event source to an event sink
55
:context: serverless-sink-source-odc
66

77
When you create an event source by using the {ocp-product-title} web console, you can specify a target event sink that events are sent to from that source. The event sink can be any addressable or callable resource that can receive incoming events from other resources.

eventing/subscriptions/serverless-subs.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ toc::[]
99
After you have created a channel and an event sink, you can create a subscription to enable event delivery. Subscriptions are created by configuring a `Subscription` object, which specifies the channel and the sink (also known as a _subscriber_) to deliver events to.
1010

1111
// Subscription
12-
include::modules/serverless-creating-subscription-admin-web-console.adoc[leveloffset=+1]
1312
include::modules/serverless-creating-subscriptions-odc.adoc[leveloffset=+1]
1413
include::modules/serverless-creating-subscriptions-yaml.adoc[leveloffset=+1]
1514
include::modules/serverless-creating-subscriptions-kn.adoc[leveloffset=+1]

eventing/triggers/create-triggers.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ You can save the configuration to a file, for example, `custom-path-trigger.yaml
6767
$ oc apply -f custom-path-trigger.yaml
6868
----
6969

70-
// Trigger
71-
include::modules/serverless-creating-trigger-admin-web-console.adoc[leveloffset=+1]
72-
7370
// ODC
7471
include::modules/serverless-create-trigger-odc.adoc[leveloffset=+1]
7572

0 commit comments

Comments
 (0)