kubernetes/pkg/controller/history/controller_history_test.go

func TestRealHistory_ListControllerRevisions(t *testing.T) {}

func TestFakeHistory_ListControllerRevisions(t *testing.T) {}

func TestRealHistory_CreateControllerRevision(t *testing.T) {}

func TestFakeHistory_CreateControllerRevision(t *testing.T) {}

func TestRealHistory_UpdateControllerRevision(t *testing.T) {}

func TestFakeHistory_UpdateControllerRevision(t *testing.T) {}

func TestRealHistory_DeleteControllerRevision(t *testing.T) {}

func TestFakeHistory_DeleteControllerRevision(t *testing.T) {}

func TestRealHistory_AdoptControllerRevision(t *testing.T) {}

func TestFakeHistory_AdoptControllerRevision(t *testing.T) {}

func TestRealHistory_ReleaseControllerRevision(t *testing.T) {}

func TestFakeHistory_ReleaseControllerRevision(t *testing.T) {}

func TestFindEqualRevisions(t *testing.T) {}

func TestSortControllerRevisions(t *testing.T) {}

func newStatefulSet(replicas int, name string, uid types.UID, labels map[string]string) *apps.StatefulSet {}

var parentKind

func rawTemplate(template *v1.PodTemplateSpec) runtime.RawExtension {}