Skip to main content

Interface: RollbackResult

Defined in: lib/k8s/rollback.ts:40

Result of a rollback operation on a workload resource.

See

kubectl rollback implementation

Properties

dryRunResult?

optional dryRunResult?: KubeObjectInterface;

Defined in: lib/k8s/rollback.ts:48

When dryRun is true, this contains the full resource as it would look after the rollback, as returned by the API server.


message

message: string;

Defined in: lib/k8s/rollback.ts:42


previousRevision?

optional previousRevision?: number;

Defined in: lib/k8s/rollback.ts:43


success

success: boolean;

Defined in: lib/k8s/rollback.ts:41