mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
Merge branch 'apiserver' into merge
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
matchingLabels?: {...}
|
||||
}
|
||||
list?: {...}
|
||||
...
|
||||
}
|
||||
|
||||
#Delete: {
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
#ListResourcesInApp: {
|
||||
#do: "listResourcesInApp"
|
||||
#provider: "query"
|
||||
app: {
|
||||
name: string
|
||||
namespace: string
|
||||
components?: [...string]
|
||||
filter?: {
|
||||
cluster?: string
|
||||
clusterNamespace?: string
|
||||
}
|
||||
clusterNamespace?: string
|
||||
enableHistoryQuery?: bool
|
||||
}
|
||||
...
|
||||
}
|
||||
|
||||
#CollectPods: {
|
||||
#do: "collectPods"
|
||||
#provider: "query"
|
||||
value: {...}
|
||||
cluster: string
|
||||
...
|
||||
}
|
||||
|
||||
#SearchEvents: {
|
||||
#do: "searchEvents"
|
||||
#provider: "query"
|
||||
value: {...}
|
||||
cluster: string
|
||||
...
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
#DateToTimestamp: {
|
||||
#do: "timestamp"
|
||||
#provider: "time"
|
||||
|
||||
date: string
|
||||
layout: *"" | string
|
||||
|
||||
timestamp?: int64
|
||||
...
|
||||
}
|
||||
|
||||
#TimestampToDate: {
|
||||
#do: "date"
|
||||
#provider: "time"
|
||||
|
||||
timestamp: int64
|
||||
layout: *"" | string
|
||||
location: *"" | string
|
||||
|
||||
date?: string
|
||||
...
|
||||
}
|
||||
Reference in New Issue
Block a user