@daocloud-proto/skoala 0.21.2-64 → 0.21.2-74
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.
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
import * as GoogleProtobufAny from "../../../google/protobuf/any.pb"
|
|
8
8
|
import * as GoogleProtobufDuration from "../../../google/protobuf/duration.pb"
|
|
9
|
+
import * as GoogleProtobufStruct from "../../../google/protobuf/struct.pb"
|
|
9
10
|
import * as SkoalaApiGeneralV1alpha1Common from "../../general/v1alpha1/common.pb"
|
|
10
11
|
|
|
11
12
|
type Absent<T, K extends keyof T> = { [k in Exclude<keyof T, K>]?: undefined };
|
|
@@ -324,7 +325,7 @@ export type WasmPlugin = {
|
|
|
324
325
|
wasmPluginName?: string
|
|
325
326
|
imagePullPolicy?: ImagePullPolicy
|
|
326
327
|
imagePullSecret?: string
|
|
327
|
-
pluginConfig?:
|
|
328
|
+
pluginConfig?: GoogleProtobufStruct.Struct
|
|
328
329
|
phase?: WasmPluginPhase
|
|
329
330
|
}
|
|
330
331
|
|