# Packages

No description provided by the author

# Functions

ByNumber returns an implementation of the sort.Interface for sorting Revisions by number.
CountReplicas counts the number of total and ready replicas matching the given predicate in the list of pods.
For instantiates a new History client for the given Object.
ForGroupKind instantiates a new History client for the given GroupKind.
ListControllerRevisionsAndPods is a helper for a ControllerRevision-based History implementation that needs to find all ControllerRevisions and Pods belonging to a given workload object.
ListRevisions returns a sorted revision history (ascending) of the given object.
NewControllerRevisionForDaemonSet transforms the given ControllerRevision of a DaemonSet to a Revision object.
NewControllerRevisionForStatefulSet transforms the given ControllerRevision of a StatefulSet to a Revision object.
NewReplicaSet transforms the given ReplicaSet to a Revision object.
No description provided by the author
No description provided by the author
Sort sorts the given Revisions in-place by revision number (ascending).

# Variables

AddToScheme adds all types necessary to handle history-related objects to the given scheme.
DecodingVersions is a list of GroupVersions that need to be decoded for handling history-related objects.
Scheme is a *runtime.Scheme including all types necessary to handle history-related objects.
SupportedKinds is a list of object kinds supported by this package.

# Structs

ControllerRevision is a Revision of a StatefulSet or DaemonSet.
DaemonSetHistory implements the History interface for DaemonSets.
DeploymentHistory implements the History interface for Deployments.
Replicas is a common struct for storing numbers of replicas.
ReplicaSet is a Revision of a Deployment.
StatefulSetHistory implements the History interface for StatefulSets.

# Interfaces

History is a kind-specific client that knows how to access the revision history of objects of that kind.
Revision represents a single revision in the history of a workload object.

# Type aliases

No description provided by the author
Revisions is a list of Revision objects.