Skip to content

Commit d863edb

Browse files
authored
Merge pull request #33722 from abrennan89/domainmapping
SRVCLI-297: Add domain mapping CLI commands
2 parents 9c11ccf + 93ac03c commit d863edb

Some content is hidden

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

41 files changed

+211
-207
lines changed

_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3082,7 +3082,7 @@ Topics:
30823082
File: advanced-kn-config
30833083
- Name: kn flags reference
30843084
File: kn-flags-reference
3085-
- Name: kn service
3086-
File: kn-services-ref
3085+
- Name: Knative Serving CLI commands
3086+
File: kn-serving-ref
30873087
- Name: kn func
30883088
File: kn-func-ref

modules/apiserversource-kn-delete.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * serverless/event_sources/serverless-apiserversource.adoc
4-
51
[id="delete-apiserversource-kn_{context}"]
6-
= Deleting the API server source using the Knative CLI
2+
= Deleting the API server source by using the Knative CLI
73

84
This section describes the steps used to delete the API server source, trigger, service account, cluster role, and cluster role binding using `kn` and `oc` commands.
95

modules/apiserversource-kn.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * serverless/event_sources/serverless-apiserversource.adoc
4-
51
[id="apiserversource-kn_context"]
6-
= Using the API server source with the Knative CLI
2+
= Creating an API server source by using the Knative CLI
73

84
This section describes the steps required to create an API server source using `kn` commands.
95

modules/creating-serverless-apps-kn.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Module included in the following assemblies:
2-
//
3-
// serverless/knative_serving/serverless-applications.adoc
4-
51
[id="creating-serverless-apps-kn_{context}"]
6-
= Creating serverless applications using the kn CLI
2+
= Creating serverless applications by using the Knative CLI
73

84
The following procedure describes how you can create a basic serverless application using the `kn` CLI.
95

modules/delete-kn-trigger.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * /serverless/knative_eventing/serverless-using-brokers.adoc
4-
51
[id="delete-kn-trigger_{context}"]
6-
= Deleting a trigger using kn
2+
= Deleting a trigger by using the Knative CLI
73

84
You can use the `kn trigger delete` command to delete a trigger.
95

modules/deleting-pingsource-kn.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * serverless/event_sources/serverless-pingsource.adoc
4-
51
[id="deleting-pingsource-kn_{context}"]
62
= Deleting a ping source by using the Knative CLI
73

modules/kn-service-apply.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * serverless/knative_serving/serverless-applications.adoc
4-
// * serverless/cli_reference/kn-services-ref.adoc
5-
61
[id="kn-service-apply_{context}"]
72
= Applying service declarations
83

modules/kn-service-describe.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * serverless/knative_serving/serverless-applications.adoc
4-
// * serverless/cli_reference/kn-services-ref.adoc
5-
61
[id="kn-service-describe_{context}"]
7-
= Describing serverless applications
2+
= Describing serverless applications by using the Knative CLI
83

94
You can describe a Knative service by using the `kn service describe` command.
105

modules/kn-service-update.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * serverless/knative_serving/serverless-applications.adoc
4-
// * serverless/cli_reference/kn-services-ref.adoc
5-
61
[id="kn-service-update_{context}"]
7-
= Updating serverless applications
2+
= Updating serverless applications by using the Knative CLI
83

94
You can use the `kn service update` command for interactive sessions on the command line as you build up a service incrementally. In contrast to the `kn service apply` command, when using the `kn service update` command you only have to specify the changes that you want to update, rather than the full configuration for the Knative service.
105

modules/kn-trigger-describe.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * serverless/knative_eventing/serverless-using-brokers.adoc
4-
51
[id="kn-trigger-describe_{context}"]
6-
= Describing a trigger using kn
2+
= Describing a trigger by using the Knative CLI
73

84
You can use the `kn trigger describe` command to print information about a trigger.
95

0 commit comments

Comments
 (0)