kubernetes/test/integration/statefulset/statefulset_test.go

const interval

const timeout

// TestVolumeTemplateNoopUpdate ensures embedded StatefulSet objects with embedded PersistentVolumes can be updated
func TestVolumeTemplateNoopUpdate(t *testing.T) {}

func TestSpecReplicasChange(t *testing.T) {}

func TestDeletingAndTerminatingPods(t *testing.T) {}

func TestStatefulSetAvailable(t *testing.T) {}

func setPodsReadyCondition(t *testing.T, clientSet clientset.Interface, pods *v1.PodList, conditionStatus v1.ConditionStatus, lastTransitionTime time.Time) {}

// add for issue: https://github.com/kubernetes/kubernetes/issues/108837
func TestStatefulSetStatusWithPodFail(t *testing.T) {}

func TestAutodeleteOwnerRefs(t *testing.T) {}

func TestDeletingPodForRollingUpdatePartition(t *testing.T) {}

func TestStatefulSetStartOrdinal(t *testing.T) {}