Interface: RevisionInfo
Represents a single revision in the history of a rollbackable resource. Used by RevisionHistorySection and RollbackDialog to display revision details.
Properties
createdAt
createdAt: string;
When this revision was created
Defined in
images
images: string[];
Container images in this revision's pod template
Defined in
isCurrent
isCurrent: boolean;
Whether this is the current (active) revision
Defined in
podTemplate?
optional podTemplate: object;
The raw pod template spec from this revision, for diffing
metadata?
optional metadata: object;
Index Signature
[key: string]: any
spec?
optional spec: object;
Index Signature
[key: string]: any
Defined in
revision
revision: number;
Revision number