func estimateMaximumPods(ctx context.Context, c clientset.Interface, min, max int32) int32 { … }
func getForegroundOptions() metav1.DeleteOptions { … }
func getBackgroundOptions() metav1.DeleteOptions { … }
func getOrphanOptions() metav1.DeleteOptions { … }
var zero …
var lablecount …
const gcInformerResyncRetryTimeout …
const replicaSyncTimeout …
func getPodTemplateSpec(labels map[string]string) v1.PodTemplateSpec { … }
func newOwnerDeployment(f *framework.Framework, deploymentName string, labels map[string]string) *appsv1.Deployment { … }
func newOwnerRC(f *framework.Framework, name string, replicas int32, labels map[string]string) *v1.ReplicationController { … }
func newGCPod(name string) *v1.Pod { … }
func verifyRemainingObjects(ctx context.Context, f *framework.Framework, objects map[string]int) (bool, error) { … }
func gatherMetrics(ctx context.Context, f *framework.Framework) { … }
func newCronJob(name, schedule string) *batchv1.CronJob { … }
func getUniqLabel(labelkey, labelvalue string) map[string]string { … }
var _ …
func waitForReplicas(ctx context.Context, rc *v1.ReplicationController, rcClient clientv1.ReplicationControllerInterface) { … }