Skip to content
Snippets Groups Projects
Commit 4e0eef07 authored by xiaohua guan's avatar xiaohua guan Committed by Yas Naoi
Browse files

Issue #3090691 by Xiaohua Guan, yas: Fix an error while testing: Schema errors...

Issue #3090691 by Xiaohua Guan, yas: Fix an error while testing: Schema errors for views.view.k8s_pod with the following errors
parent 7632ada3
No related branches found
No related tags found
No related merge requests found
...@@ -896,23 +896,6 @@ display: ...@@ -896,23 +896,6 @@ display:
- url.query_args - url.query_args
- user.permissions - user.permissions
tags: { } tags: { }
list:
display_plugin: page
id: list
display_title: List
position: 1
display_options:
display_extenders: { }
path: clouds/k8s/%cloud_context/pod
cache_metadata:
max-age: 0
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
block_for_node: block_for_node:
display_plugin: block display_plugin: block
id: block_for_node id: block_for_node
...@@ -999,17 +982,13 @@ display: ...@@ -999,17 +982,13 @@ display:
sort_order: asc sort_order: asc
number_of_records: 0 number_of_records: 0
format: default_summary format: default_summary
specify_validation: true specify_validation: false
validate: validate:
type: 'entity:k8s_node' type: none
fail: empty fail: 'not found'
validate_options: validate_options: { }
access: true
operation: view
multiple: 0
bundles: null
break_phrase: false break_phrase: false
not: 0 not: false
entity_type: k8s_pod entity_type: k8s_pod
entity_field: node_name entity_field: node_name
plugin_id: k8s_node_id plugin_id: k8s_node_id
...@@ -1540,3 +1519,20 @@ display: ...@@ -1540,3 +1519,20 @@ display:
- url.query_args - url.query_args
- user.permissions - user.permissions
tags: { } tags: { }
list:
display_plugin: page
id: list
display_title: List
position: 1
display_options:
display_extenders: { }
path: clouds/k8s/%cloud_context/pod
cache_metadata:
max-age: 0
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
views.argument.k8s_node_id:
type: views_argument
label: 'Node'
mapping:
break_phrase:
type: boolean
label: 'Allow multiple values'
not:
type: boolean
label: 'Exclude'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment