misc: added missing types

This commit is contained in:
Sheen Capadngan
2025-05-29 02:43:36 +08:00
parent e39e80a0e7
commit 8cfaefcec5

View File

@@ -270,7 +270,11 @@ export type TDynamicSecretProvider =
clusterToken: string;
ca?: string;
serviceAccountName: string;
credentialType: "dynamic" | "static";
namespace: string;
gatewayId?: string;
sslEnabled: boolean;
audiences: string[];
};
};