fix: prepare D518 runtime secret sources
This commit is contained in:
@@ -324,6 +324,20 @@ export interface BootstrapAdminPasswordMaterial {
|
||||
error: string | null;
|
||||
}
|
||||
|
||||
export interface CodeAgentProviderSecretMaterial {
|
||||
ok: boolean;
|
||||
sourceRef: string | null;
|
||||
sourcePath: string | null;
|
||||
sourcePresent: boolean;
|
||||
openaiSourceKey: string | null;
|
||||
opencodeSourceKey: string | null;
|
||||
openaiValue: string | null;
|
||||
opencodeValue: string | null;
|
||||
openaiFingerprint: string | null;
|
||||
opencodeFingerprint: string | null;
|
||||
error: string | null;
|
||||
}
|
||||
|
||||
export interface NodePublicExposureOptions {
|
||||
action: "public-exposure";
|
||||
node: string;
|
||||
@@ -373,6 +387,9 @@ export interface RuntimeSecretSpec {
|
||||
codeAgentProviderSecret: string;
|
||||
codeAgentProviderSourceNamespace: string;
|
||||
codeAgentProviderSourceSecret: string;
|
||||
codeAgentProviderSourceRef?: string;
|
||||
codeAgentProviderOpenaiSourceKey?: string;
|
||||
codeAgentProviderOpencodeSourceKey?: string;
|
||||
fieldManager: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user