diff --git a/deploy/crds/workspace.devfile.io_devworkspaces_crd.yaml b/deploy/crds/workspace.devfile.io_devworkspaces_crd.yaml index f853e61a9..456bc747d 100644 --- a/deploy/crds/workspace.devfile.io_devworkspaces_crd.yaml +++ b/deploy/crds/workspace.devfile.io_devworkspaces_crd.yaml @@ -530,11 +530,10 @@ spec: properties: name: description: The volume mount name is the name of - an existing `Volume` component. If no corresponding - `Volume` component exist it is implicitly added. - If several containers mount the same volume name - then they will reuse the same volume and will - be able to access to the same files. + an existing `Volume` component. If several containers + mount the same volume name then they will reuse + the same volume and will be able to access to + the same files. type: string path: description: The path in the component container @@ -1275,12 +1274,10 @@ spec: name: description: The volume mount name is the name of an existing `Volume` component. - If no corresponding `Volume` component - exist it is implicitly added. If several - containers mount the same volume name - then they will reuse the same volume - and will be able to access to the same - files. + If several containers mount the same + volume name then they will reuse the + same volume and will be able to access + to the same files. type: string path: description: The path in the component @@ -2096,12 +2093,10 @@ spec: properties: name: description: The volume mount name is the name - of an existing `Volume` component. If no corresponding - `Volume` component exist it is implicitly - added. If several containers mount the same - volume name then they will reuse the same - volume and will be able to access to the same - files. + of an existing `Volume` component. If several + containers mount the same volume name then + they will reuse the same volume and will be + able to access to the same files. type: string path: description: The path in the component container @@ -2862,12 +2857,11 @@ spec: name: description: The volume mount name is the name of an existing `Volume` - component. If no corresponding `Volume` - component exist it is implicitly - added. If several containers mount - the same volume name then they will - reuse the same volume and will be - able to access to the same files. + component. If several containers + mount the same volume name then + they will reuse the same volume + and will be able to access to the + same files. type: string path: description: The path in the component diff --git a/deploy/crds/workspace.devfile.io_devworkspacetemplates_crd.yaml b/deploy/crds/workspace.devfile.io_devworkspacetemplates_crd.yaml index 36e7bc2e1..4bb88015c 100644 --- a/deploy/crds/workspace.devfile.io_devworkspacetemplates_crd.yaml +++ b/deploy/crds/workspace.devfile.io_devworkspacetemplates_crd.yaml @@ -497,11 +497,10 @@ spec: properties: name: description: The volume mount name is the name of an - existing `Volume` component. If no corresponding `Volume` - component exist it is implicitly added. If several - containers mount the same volume name then they will - reuse the same volume and will be able to access to - the same files. + existing `Volume` component. If several containers + mount the same volume name then they will reuse the + same volume and will be able to access to the same + files. type: string path: description: The path in the component container where @@ -1224,11 +1223,9 @@ spec: name: description: The volume mount name is the name of an existing `Volume` component. - If no corresponding `Volume` component exist - it is implicitly added. If several containers - mount the same volume name then they will - reuse the same volume and will be able to - access to the same files. + If several containers mount the same volume + name then they will reuse the same volume + and will be able to access to the same files. type: string path: description: The path in the component container @@ -2008,11 +2005,10 @@ spec: properties: name: description: The volume mount name is the name of - an existing `Volume` component. If no corresponding - `Volume` component exist it is implicitly added. - If several containers mount the same volume name - then they will reuse the same volume and will - be able to access to the same files. + an existing `Volume` component. If several containers + mount the same volume name then they will reuse + the same volume and will be able to access to + the same files. type: string path: description: The path in the component container @@ -2753,12 +2749,10 @@ spec: name: description: The volume mount name is the name of an existing `Volume` component. - If no corresponding `Volume` component - exist it is implicitly added. If several - containers mount the same volume name - then they will reuse the same volume - and will be able to access to the same - files. + If several containers mount the same + volume name then they will reuse the + same volume and will be able to access + to the same files. type: string path: description: The path in the component diff --git a/pkg/apis/workspaces/v1alpha1/containerComponent.go b/pkg/apis/workspaces/v1alpha1/containerComponent.go index 72127c5a8..ef11a79fd 100644 --- a/pkg/apis/workspaces/v1alpha1/containerComponent.go +++ b/pkg/apis/workspaces/v1alpha1/containerComponent.go @@ -61,7 +61,6 @@ type EnvVar struct { // Volume that should be mounted to a component container type VolumeMount struct { // The volume mount name is the name of an existing `Volume` component. - // If no corresponding `Volume` component exist it is implicitly added. // If several containers mount the same volume name // then they will reuse the same volume and will be able to access to the same files. Name string `json:"name"` diff --git a/schemas/devfile.json b/schemas/devfile.json index f5c4eb1ef..c509e9769 100644 --- a/schemas/devfile.json +++ b/schemas/devfile.json @@ -532,9 +532,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -1271,9 +1271,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -2211,9 +2211,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -2949,9 +2949,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", diff --git a/schemas/devworkspace-template-spec.json b/schemas/devworkspace-template-spec.json index 0603fc054..b46376014 100644 --- a/schemas/devworkspace-template-spec.json +++ b/schemas/devworkspace-template-spec.json @@ -605,9 +605,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -1445,9 +1445,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -2463,9 +2463,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -3302,9 +3302,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", diff --git a/schemas/devworkspace-template.json b/schemas/devworkspace-template.json index 28ba77c1f..9a0b50e8a 100644 --- a/schemas/devworkspace-template.json +++ b/schemas/devworkspace-template.json @@ -622,9 +622,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -1462,9 +1462,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -2480,9 +2480,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -3319,9 +3319,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", diff --git a/schemas/devworkspace.json b/schemas/devworkspace.json index 6bfb48ad5..51a8ee418 100644 --- a/schemas/devworkspace.json +++ b/schemas/devworkspace.json @@ -631,9 +631,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -1471,9 +1471,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -2489,9 +2489,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.", @@ -3328,9 +3328,9 @@ "description": "Volume that should be mounted to a component container", "properties": { "name": { - "description": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", + "description": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files.", "type": "string", - "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If no corresponding `Volume` component exist it is implicitly added. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." + "markdownDescription": "The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files." }, "path": { "description": "The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/`.",