Skip to content

Commit fc234cf

Browse files
committed
Remove reference to plugin component since it's removed for time being
1 parent c45a979 commit fc234cf

File tree

4 files changed

+2
-57
lines changed

4 files changed

+2
-57
lines changed

docs/modules/user-guide/pages/adding-plugin-component-to-a-devfile.adoc

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

docs/modules/user-guide/partials/proc_adding-components-to-a-devfile.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Each component in a single devfile must have a unique name.
1515

1616
. For each component, define an unique value for the mandatory `name` attribute.
1717

18-
. For each component, define a mandatory type of one of the following types: `plugin`, `kubernetes` or `container`.
18+
. For each component, define a mandatory type of one of the following types: `kubernetes`, `container` or `volume`.
1919

20-
. xref:adding-plugin-component-to-a-devfile.adoc[]
2120
. xref:adding-kubernetes-component-to-a-devfile.adoc[]
2221
. xref:adding-container-component-to-a-devfile.adoc[]
2322
. xref:specifying-persistent-storage.adoc[]

docs/modules/user-guide/partials/proc_adding-plugin-component-to-a-devfile.adoc

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

docs/modules/user-guide/partials/proc_migrating-components.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This section describes how to migrate components to v2.x devfiles. A component s
88

99
. Component is a polymorphic type
1010
+
11-
The validation component is now defined as a polymorphic type and can be implemented as `container`, `kubernetes`, `openshift`, `plugin`, or `volume`.
11+
The validation component is now defined as a polymorphic type and can be implemented as `container`, `kubernetes`, `openshift`, or `volume`.
1212
+
1313
[source,yaml]
1414
----

0 commit comments

Comments
 (0)