File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
pkg/controller/volume/events Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ pkg/controller/volume/attachdetach
89
89
pkg/controller/volume/attachdetach/config/v1alpha1
90
90
pkg/controller/volume/attachdetach/statusupdater
91
91
pkg/controller/volume/attachdetach/testing
92
- pkg/controller/volume/events
93
92
pkg/controller/volume/expand
94
93
pkg/controller/volume/persistentvolume
95
94
pkg/controller/volume/persistentvolume/config/v1alpha1
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ limitations under the License.
16
16
17
17
package events
18
18
19
+ // volume relevant event reasons
19
20
const (
20
- // volume relevant event reasons
21
21
FailedBinding = "FailedBinding"
22
22
VolumeMismatch = "VolumeMismatch"
23
23
VolumeFailedRecycle = "VolumeFailedRecycle"
You can’t perform that action at this time.
0 commit comments