@kubricate/plugin-kubernetes / TlsSecretProvider / tlsSecretSchema
Variable: tlsSecretSchema
ts
const tlsSecretSchema: ZodObject<{
cert: ZodString;
key: ZodString;
}, "strip", ZodTypeAny, {
cert: string;
key: string;
}, {
cert: string;
key: string;
}>;