fix: add JD01 GC retention controls
This commit is contained in:
@@ -265,6 +265,13 @@ export interface CleanupReleasedPvOptions extends ConfirmOptions {
|
||||
timeoutSeconds: number;
|
||||
}
|
||||
|
||||
export interface CleanupSessionPvcsOptions extends ConfirmOptions {
|
||||
node: string | null;
|
||||
lane: string | null;
|
||||
limit: number;
|
||||
timeoutSeconds: number;
|
||||
}
|
||||
|
||||
export interface DisclosureOptions {
|
||||
full: boolean;
|
||||
raw: boolean;
|
||||
|
||||
Reference in New Issue
Block a user