Versions in this module Expand all Collapse all v3 v3.2.1 May 8, 2020 Changes in this version + func EqualIgnoreHash(template1, template2 *v1.PodTemplateSpec) bool + func FindNewReplicaSet(deployment *apps.Deployment, rsList []*apps.ReplicaSet) *apps.ReplicaSet + func GetNewReplicaSet(deployment *apps.Deployment, c appsclient.AppsV1Interface) (*apps.ReplicaSet, error) + func IsRollingUpdate(deployment *apps.Deployment) bool + func ListReplicaSets(deployment *apps.Deployment, getRSList RsListFunc) ([]*apps.ReplicaSet, error) + func MaxUnavailable(deployment apps.Deployment) int32 + func ResolveFenceposts(maxSurge, maxUnavailable *intstrutil.IntOrString, desired int32) (int32, int32, error) + type ReplicaSetsByCreationTimestamp []*apps.ReplicaSet + func (o ReplicaSetsByCreationTimestamp) Len() int + func (o ReplicaSetsByCreationTimestamp) Less(i, j int) bool + func (o ReplicaSetsByCreationTimestamp) Swap(i, j int) + type RsListFunc func(string, metav1.ListOptions) ([]*apps.ReplicaSet, error) + func RsListFromClient(c appsclient.AppsV1Interface) RsListFunc