mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
gofmt fix
This commit is contained in:
parent
9af732a349
commit
a37101a202
@ -201,7 +201,7 @@ var _ = SIGDescribe("LocalStorageEviction", framework.WithSlow(), framework.With
|
|||||||
evictionPriority: 1,
|
evictionPriority: 1,
|
||||||
// TODO(#127864): Due to a race condition between eviction manager and containerd GC,
|
// TODO(#127864): Due to a race condition between eviction manager and containerd GC,
|
||||||
// we provision an emptyDir volume instead of writing to the writable container layers.
|
// we provision an emptyDir volume instead of writing to the writable container layers.
|
||||||
pod: diskConsumingPod("container-disk-hog", lotsOfDisk, &v1.VolumeSource{EmptyDir: &v1.EmptyDirVolumeSource{}}, v1.ResourceRequirements{}),
|
pod: diskConsumingPod("container-disk-hog", lotsOfDisk, &v1.VolumeSource{EmptyDir: &v1.EmptyDirVolumeSource{}}, v1.ResourceRequirements{}),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
evictionPriority: 0,
|
evictionPriority: 0,
|
||||||
@ -242,7 +242,7 @@ var _ = SIGDescribe("LocalStorageSoftEviction", framework.WithSlow(), framework.
|
|||||||
evictionPriority: 1,
|
evictionPriority: 1,
|
||||||
// TODO(#127864): Due to a race condition between eviction manager and containerd GC,
|
// TODO(#127864): Due to a race condition between eviction manager and containerd GC,
|
||||||
// we provision an emptyDir volume instead of writing to the writable container layers.
|
// we provision an emptyDir volume instead of writing to the writable container layers.
|
||||||
pod: diskConsumingPod("container-disk-hog", lotsOfDisk, &v1.VolumeSource{EmptyDir: &v1.EmptyDirVolumeSource{}}, v1.ResourceRequirements{}),
|
pod: diskConsumingPod("container-disk-hog", lotsOfDisk, &v1.VolumeSource{EmptyDir: &v1.EmptyDirVolumeSource{}}, v1.ResourceRequirements{}),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
evictionPriority: 0,
|
evictionPriority: 0,
|
||||||
@ -485,13 +485,13 @@ var _ = SIGDescribe("PriorityLocalStorageEvictionOrdering", framework.WithSlow()
|
|||||||
evictionPriority: 2,
|
evictionPriority: 2,
|
||||||
// TODO(#127864): Due to a race condition between eviction manager and containerd GC,
|
// TODO(#127864): Due to a race condition between eviction manager and containerd GC,
|
||||||
// we provision an emptyDir volume instead of writing to the writable container layers.
|
// we provision an emptyDir volume instead of writing to the writable container layers.
|
||||||
pod: diskConsumingPod("best-effort-disk", lotsOfDisk, &v1.VolumeSource{EmptyDir: &v1.EmptyDirVolumeSource{}}, v1.ResourceRequirements{}),
|
pod: diskConsumingPod("best-effort-disk", lotsOfDisk, &v1.VolumeSource{EmptyDir: &v1.EmptyDirVolumeSource{}}, v1.ResourceRequirements{}),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
evictionPriority: 1,
|
evictionPriority: 1,
|
||||||
// TODO(#127864): Due to a race condition between eviction manager and containerd GC,
|
// TODO(#127864): Due to a race condition between eviction manager and containerd GC,
|
||||||
// we provision an emptyDir volume instead of writing to the writable container layers.
|
// we provision an emptyDir volume instead of writing to the writable container layers.
|
||||||
pod: diskConsumingPod("high-priority-disk", lotsOfDisk, &v1.VolumeSource{EmptyDir: &v1.EmptyDirVolumeSource{}}, v1.ResourceRequirements{}),
|
pod: diskConsumingPod("high-priority-disk", lotsOfDisk, &v1.VolumeSource{EmptyDir: &v1.EmptyDirVolumeSource{}}, v1.ResourceRequirements{}),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
evictionPriority: 0,
|
evictionPriority: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user