fix: Update workspacesDefaultPlugins doc (#1282)
Signed-off-by: David Kwon <dakwon@redhat.com>pull/1282/merge
parent
d23aafa3b4
commit
2c4f55e955
|
|
@ -552,7 +552,7 @@ type ResourcesCustomSettings struct {
|
|||
type WorkspacesDefaultPlugins struct {
|
||||
// The editor id to specify default plug-ins for.
|
||||
Editor string `json:"editor,omitempty"`
|
||||
// Default plug-in ids and uris for the specified editor.
|
||||
// Default plug-in uris for the specified editor.
|
||||
Plugins []string `json:"plugins,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ metadata:
|
|||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
|
||||
repository: https://github.com/eclipse-che/che-operator
|
||||
support: Eclipse Foundation
|
||||
name: eclipse-che-preview-openshift.v7.42.0-403.next
|
||||
name: eclipse-che-preview-openshift.v7.42.0-404.next
|
||||
namespace: placeholder
|
||||
spec:
|
||||
apiservicedefinitions: {}
|
||||
|
|
@ -1456,4 +1456,4 @@ spec:
|
|||
maturity: stable
|
||||
provider:
|
||||
name: Eclipse Foundation
|
||||
version: 7.42.0-403.next
|
||||
version: 7.42.0-404.next
|
||||
|
|
|
|||
|
|
@ -1002,8 +1002,7 @@ spec:
|
|||
for.
|
||||
type: string
|
||||
plugins:
|
||||
description: Default plug-in ids and uris for the specified
|
||||
editor.
|
||||
description: Default plug-in uris for the specified editor.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
|
|
|||
|
|
@ -964,8 +964,7 @@ spec:
|
|||
description: The editor id to specify default plug-ins for.
|
||||
type: string
|
||||
plugins:
|
||||
description: Default plug-in ids and uris for the specified
|
||||
editor.
|
||||
description: Default plug-in uris for the specified editor.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
|
|
|||
|
|
@ -998,8 +998,7 @@ spec:
|
|||
for.
|
||||
type: string
|
||||
plugins:
|
||||
description: Default plug-in ids and uris for the specified
|
||||
editor.
|
||||
description: Default plug-in uris for the specified editor.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
|
|
|||
|
|
@ -998,8 +998,7 @@ spec:
|
|||
for.
|
||||
type: string
|
||||
plugins:
|
||||
description: Default plug-in ids and uris for the specified
|
||||
editor.
|
||||
description: Default plug-in uris for the specified editor.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
|
|
|||
Loading…
Reference in New Issue