Skip to content

Commit 9df4668

Browse files
committed
add external-resizer, rename file
1 parent 8cbd099 commit 9df4668

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

book/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- [Volume Mode Conversion](prevent-volume-mode-conversion.md)
4747
- [Cross-Namespace Data Sources](cross-namespace-data-sources.md)
4848
- [Changed Block Tracking](changed-block-tracking.md)
49-
- [Volume Attributes Class](volume-attributes.md)
49+
- [Volume Attributes Class](volume-attributes-class.md)
5050
- [Deploying a CSI Driver on Kubernetes](deploying.md)
5151
- [Example](example.md)
5252
- [Driver Testing](testing-drivers.md)

book/src/volume-attributes.md renamed to book/src/volume-attributes-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Status
44

5-
Status | Min K8s Version | Max K8s Version | external-provisioner Version
6-
-------|-----------------|-----------------|-----------------------------
7-
Alpha | 1.29 | - | 4.0.0+
8-
Beta | 1.31 | - | 5.1.0+
5+
Status | Min K8s Version | Max K8s Version | external-provisioner | external-resizer
6+
-------|-----------------|-----------------|-----------------------|-------------------------
7+
Alpha | 1.29 | - | v4.0.0 | v1.10.0
8+
Beta | 1.31 | - | v5.1.0 | v1.12.0
99

1010
## Overview
1111
A `VolumeAttributesClass` is a cluster-scoped resource that can be used to control and change the settings of a `PersistentVolume`.

0 commit comments

Comments
 (0)