@kubricate/plugin-kubernetes / BasicAuthSecretProvider / basicAuthSecretSchema
Variable: basicAuthSecretSchema
ts
const basicAuthSecretSchema: ZodObject<{
password: ZodString;
username: ZodString;
}, "strip", ZodTypeAny, {
password: string;
username: string;
}, {
password: string;
username: string;
}>;