mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Cleanup all the f.BeforeEach() before new framework to move all the testskips in the new SkipUnsupportedTests() to make the structure easier. And provide the standard way of RegisterTests() Add a InitCustomXXXTestSuite(patterns []patterns) function for each TestSuite to enable custom test suite definition.
22 lines
427 B
YAML
22 lines
427 B
YAML
StorageClass:
|
|
FromExistingClassName: example
|
|
DriverInfo:
|
|
Name: example
|
|
RequiredAccessModes:
|
|
- ReadWriteOnce
|
|
Capabilities:
|
|
persistence: true
|
|
multipods: true
|
|
exec: true
|
|
block: true
|
|
fsGroup: true
|
|
topology: true
|
|
controllerExpansion: true
|
|
nodeExpansion: true
|
|
volumeLimits: false
|
|
snapshotDataSource: true
|
|
StressTestOptions:
|
|
NumPods: 10
|
|
NumRestarts: 20
|
|
NumSnapshots: 10
|