@daocloud-proto/ghippo 0.34.0-dev3 → 0.34.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v1alpha1/user.pb.ts +1 -0
- package/v1alpha3/audit.pb.ts +4 -0
package/package.json
CHANGED
package/v1alpha1/user.pb.ts
CHANGED
package/v1alpha3/audit.pb.ts
CHANGED
|
@@ -55,6 +55,7 @@ export type KubeAuditInfo = {
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
export type ListKubeAuditsRequest = {
|
|
58
|
+
auditName?: string
|
|
58
59
|
sourceType?: string
|
|
59
60
|
sourceName?: string
|
|
60
61
|
clusterName?: string
|
|
@@ -82,6 +83,7 @@ export type AuditInfo = {
|
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
export type ListAuditsRequest = {
|
|
86
|
+
auditName?: string
|
|
85
87
|
sourceType?: string
|
|
86
88
|
sourceName?: string
|
|
87
89
|
clusterName?: string
|
|
@@ -125,6 +127,7 @@ export type GetKubeAuditDetailResponse = {
|
|
|
125
127
|
export type ExportKubeAuditsRequest = {
|
|
126
128
|
start?: string
|
|
127
129
|
end?: string
|
|
130
|
+
auditName?: string
|
|
128
131
|
sourceType?: string
|
|
129
132
|
sourceName?: string
|
|
130
133
|
clusterName?: string
|
|
@@ -137,6 +140,7 @@ export type ExportKubeAuditsRequest = {
|
|
|
137
140
|
export type ExportAuditsRequest = {
|
|
138
141
|
start?: string
|
|
139
142
|
end?: string
|
|
143
|
+
auditName?: string
|
|
140
144
|
sourceType?: string
|
|
141
145
|
sourceName?: string
|
|
142
146
|
clusterName?: string
|