Skip to content

Commit 77c0a22

Browse files
pabel-rhopenshift-cherrypick-robot
authored andcommitted
Changing the name
1 parent 0fcb93b commit 77c0a22

7 files changed

+32
-26
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[id='con-Kubernetes-custom-actions_{context}']
2+
= Kubernetes custom actions in {product}
3+
4+
The Kubernetes custom actions plugin is preinstalled and disabled on a {product-short} instance by default. You can disable or enable the Kubernetes custom plugin, and change other parameters, by configuring the {product} Helm chart. You can install and use Kubernetes custom actions to create and manage Kubernetes resources.
5+
6+
[NOTE]
7+
====
8+
Kubernetes scaffolder actions and Kubernetes custom actions refer to the same concept throughout this documentation.
9+
====
10+
11+
12+
include::modules/using-kubernetes-custom-actions/proc-enable-kubernetes-custom-actions-plugin.adoc[leveloffset=+1]
13+
14+
include::modules/using-kubernetes-custom-actions/proc-using-kubernetes-custom-actions-plugin.adoc[leveloffset=+1]
15+
16+
include::modules/using-kubernetes-custom-actions/ref-creating-a-template-using-kubernetes-custom-actions.adoc[leveloffset=+1]
17+
18+
include::modules/using-kubernetes-custom-actions/ref-supported-kubernetes-custom-actions.adoc[leveloffset=+2]

assemblies/assembly-using-kubernetes-scaffolder-actions.adoc

Lines changed: 0 additions & 12 deletions
This file was deleted.

assemblies/dynamic-plugins/assembly-configuring-rhdh-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include::../assembly-bulk-importing-from-github.adoc[leveloffset=+1]
2828

2929
include::../assembly-using-servicenow.adoc[leveloffset=+1]
3030

31-
include::../assembly-using-kubernetes-scaffolder-actions.adoc[leveloffset=+1]
31+
include::../assembly-using-kubernetes-custom-actions.adoc[leveloffset=+1]
3232

3333
// Overriding Core Backend Service Configuration
3434
include::../modules/dynamic-plugins/con-overriding-core-backend-services.adoc[leveloffset=+1]

modules/using-kubernetes-scaffolder-actions/proc-enable-kubernetes-scaffolder-actions-plugin.adoc renamed to modules/using-kubernetes-custom-actions/proc-enable-kubernetes-custom-actions-plugin.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[id='proc-enable-kubernetes-scaffolder-actions-plugin_{context}']
2-
= Enabling Kubernetes scaffolder actions plugin in {product}
1+
[id='proc-enable-kubernetes-custom-actions-plugin_{context}']
2+
= Enabling Kubernetes custom actions plugin in {product}
33

4-
In {product}, the Kubernetes scaffolder actions are provided as a preinstalled plugin, which is disabled by default. You can enable the Kubernetes scaffolder plugin using the following procedure.
4+
In {product}, the Kubernetes custom actions are provided as a preinstalled plugin, which is disabled by default. You can enable the Kubernetes custom plugin using the following procedure.
55

66
.Prerequisites
77

@@ -11,9 +11,9 @@ For more information about installing the {product-short}, see xref:{installing-
1111

1212
.Procedure
1313

14-
To enable the Kubernetes scaffolder plugin, complete the following step:
14+
To enable the Kubernetes custom plugin, complete the following step:
1515

16-
* In your Helm chart, add a `package` with the Kubernetes plugin name and update the `disabled` field. For example:
16+
* In your Helm chart, add a `package` with the Kubernetes custom action plugin name and update the `disabled` field. For example:
1717
+
1818
--
1919
[source,yaml]

modules/using-kubernetes-scaffolder-actions/proc-using-kubernetes-scaffolder-actions-plugin.adoc renamed to modules/using-kubernetes-custom-actions/proc-using-kubernetes-custom-actions-plugin.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[id='proc-using-kubernetes-scaffolder-actions-plugin_{context}']
2-
= Using Kubernetes scaffolder actions plugin in {product}
1+
[id='proc-using-kubernetes-custom-actions-plugin_{context}']
2+
= Using Kubernetes custom actions plugin in {product}
33

4-
In {product}, the Kubernetes scaffolder actions enable you to run template actions for Kubernetes.
4+
In {product}, the Kubernetes custom actions enable you to run template actions for Kubernetes.
55

66
.Procedure
77

8-
* To use a Kubernetes scaffolder action in your custom template, add the following Kubernetes actions to your template:
8+
* To use a Kubernetes custom action in your custom template, add the following Kubernetes actions to your template:
99
+
1010

1111
[source,yaml,subs="+attributes"]

modules/using-kubernetes-scaffolder-actions/ref-creating-a-template-using-kubernetes-scaffolder-actions.adoc renamed to modules/using-kubernetes-custom-actions/ref-creating-a-template-using-kubernetes-custom-actions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[id='ref-creating-a-template-using-Kubernetes-scaffolder-actions_{context}']
2-
= Creating a template using Kubernetes scaffolder actions in {product}
1+
[id='ref-creating-a-template-using-Kubernetes-custom-actions_{context}']
2+
= Creating a template using Kubernetes custom actions in {product}
33

44
You can create a template by defining a `Template` object as a YAML file.
55

modules/using-kubernetes-scaffolder-actions/ref-supported-kubernetes-scaffolder-actions.adoc renamed to modules/using-kubernetes-custom-actions/ref-supported-kubernetes-custom-actions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[id='ref-supported-Kubernetes-scaffolder-actions_{context}']
2-
= Supported Kubernetes scaffolder actions in {product}
1+
[id='ref-supported-Kubernetes-custom-actions_{context}']
2+
= Supported Kubernetes custom actions in {product}
33

44
In {product}, you can use custom Kubernetes actions in scaffolder templates.
55

0 commit comments

Comments
 (0)