kubernetesk8s.io/kubernetes/test/e2e/upgrades/storage Index | Files

package storage

import "k8s.io/kubernetes/test/e2e/upgrades/storage"

Index

Types

type PersistentVolumeUpgradeTest

type PersistentVolumeUpgradeTest struct {
	// contains filtered or unexported fields
}

PersistentVolumeUpgradeTest test that a pv is available before and after a cluster upgrade.

func (PersistentVolumeUpgradeTest) Name

Name returns the tracking name of the test.

func (*PersistentVolumeUpgradeTest) Setup

Setup creates a pv and then verifies that a pod can consume it. The pod writes data to the volume.

func (*PersistentVolumeUpgradeTest) Teardown

Teardown cleans up any remaining resources.

func (*PersistentVolumeUpgradeTest) Test

func (t *PersistentVolumeUpgradeTest) Test(ctx context.Context, f *framework.Framework, done <-chan struct{}, upgrade upgrades.UpgradeType)

Test waits for the upgrade to complete, and then verifies that a pod can still consume the pv and that the volume data persists.

type VolumeModeDowngradeTest

type VolumeModeDowngradeTest struct {
	// contains filtered or unexported fields
}

VolumeModeDowngradeTest tests that a VolumeMode Block PV is not mistakenly formatted and mounted like a nil/Filesystem PV after a downgrade to a version where the BlockVolume feature is disabled

func (VolumeModeDowngradeTest) Name

Name returns the tracking name of the test.

func (*VolumeModeDowngradeTest) Setup

Setup creates a block pv and then verifies that a pod can consume it. The pod writes data to the volume.

func (*VolumeModeDowngradeTest) Skip

Skip returns true when this test can be skipped.

func (*VolumeModeDowngradeTest) Teardown

Teardown cleans up any remaining resources.

func (*VolumeModeDowngradeTest) Test

func (t *VolumeModeDowngradeTest) Test(ctx context.Context, f *framework.Framework, done <-chan struct{}, upgrade upgrades.UpgradeType)

Test waits for the downgrade to complete, and then verifies that a pod can no longer consume the pv as it is not mapped nor mounted into the pod

Source Files

persistent_volumes.go volume_mode.go

Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
16 packages
Last checked
5 hours ago

Tools for package owners.