Versions in this module Expand all Collapse all v0 v0.1.1 Oct 23, 2021 v0.1.0 Sep 18, 2021 Changes in this version + func EqualIgnoreHash(template1, template2 *corev1.PodTemplateSpec) bool + func FindNewReplicaSet(d *appsv1.Deployment, rsList []*appsv1.ReplicaSet) *appsv1.ReplicaSet + func GetNewReplicaSetWithoutRetry(d *appsv1.Deployment) (*appsv1.ReplicaSet, error) + func GetPodInCache(ns, name string) (*corev1.Pod, bool, error) + func GetPodsInCache(ns string, ls labels.Selector) ([]*corev1.Pod, error) + func GetReplicaSetsInCache(d *appsv1.Deployment) ([]*appsv1.ReplicaSet, error) + type DeploysByCreationTimestamp []*tritonappsv1alpha1.DeployFlow + func (o DeploysByCreationTimestamp) Len() int + func (o DeploysByCreationTimestamp) Less(i, j int) bool + func (o DeploysByCreationTimestamp) Swap(i, j int) + type PodsByCreationTimestamp []*corev1.Pod + func (o PodsByCreationTimestamp) Len() int + func (o PodsByCreationTimestamp) Less(i, j int) bool + func (o PodsByCreationTimestamp) Swap(i, j int) + type ReplicaSetsByCreationTimestamp []*appsv1.ReplicaSet + func (o ReplicaSetsByCreationTimestamp) Len() int + func (o ReplicaSetsByCreationTimestamp) Less(i, j int) bool + func (o ReplicaSetsByCreationTimestamp) Swap(i, j int)