Versions in this module Expand all Collapse all v0 v0.0.1 Aug 26, 2022 Changes in this version + const DeploymentRevisionAnnotation + func Revision(obj runtime.Object) (int64, error) + type DaemonsetViewer struct + func (h *DaemonsetViewer) ViewHistory(namespace, name string) ([]*RevisionHistory, []*RevisionHistory, error) + type DeploymentViewer struct + func (h *DeploymentViewer) ViewHistory(namespace, name string) ([]*RevisionHistory, []*RevisionHistory, error) + type HistoryStatus struct + AvailableReplicas int32 + DesiredReplicas int32 + FullyLabeledReplicas int32 + ReadyReplicas int32 + type RevisionHistory struct + Annotations map[string]string + CreateTimestamp metav1.Time + Images []string + Labels map[string]string + Name string + Revision int64 + Status HistoryStatus + type StatefulSetViewer struct + func (h *StatefulSetViewer) ViewHistory(namespace, name string) ([]*RevisionHistory, []*RevisionHistory, error) + type Viewer interface + ViewHistory func(namespace, name string) ([]*RevisionHistory, []*RevisionHistory, error) + func ViewerFor(c kubernetes.Interface, kind schema.GroupKind) Viewer